Streama: Batch Add Files

Created on 12 Jan 2017  路  12Comments  路  Source: streamaserver/streama

I have a number of films I'd like to add to Streama and at the moment adding multiple files at once is a bit of hard work. Am I missing something? Or is this something that might be added at a later date.

Enhancement Question

Most helpful comment

Sure, but what do you connect them with? For this we need an auto-detect feature like in xbmc. But I think I have an idea... What if, via a file browser, could select something like 'scan this folder for naming patterns' and then it uses several regex patterns to fetch name / season number / episode number from the file names and then, in a modal dialog, displays the possible results and by confirming the modal you batch create all the matched meta data as well as attach all the files respectively...?

All 12 comments

How do you do it till now ?
I also have no way for batch adding found....
Thanks

I add them one by one @ManuGithubSteam!

I think it would be pretty hard to implement since it's hard to predict filenames of files to add, but at least if the file browser could remember which folder it was last in for each show/movie then it would make it slightly easier. That is a simple feature to implement too.

Maybe it is possible to select a whole folder and upload all playable movies ? I've done something like this in python.

Sure, but what do you connect them with? For this we need an auto-detect feature like in xbmc. But I think I have an idea... What if, via a file browser, could select something like 'scan this folder for naming patterns' and then it uses several regex patterns to fetch name / season number / episode number from the file names and then, in a modal dialog, displays the possible results and by confirming the modal you batch create all the matched meta data as well as attach all the files respectively...?

Alternatively just let the user choose the names for all of them in a large list. Similar to the one used for just one, however with one for every single file chosen.

That'd require less algorithms and would still improve the situation incredibly.

I like the idea of scanning for regex patterns! I think the user should choose if the files are movies or episodes. This is an huge advantage for anyone who has more than 10 movies!

I use tinyMediaManager to organize my movies / shows. It does the searching (after the filename) in different movie databases pretty well. Could it be a reasonable approach to import the db from tmm?

Honestly, why not have the option to simply organize the shows/movies based on the folder/filenames they already have? I keep all my videos organized, with a folder for show name, subfolders for seasons, and each file has the season and episode number.

I kept expecting Streama to automatically have all the videos selectable, but if I have to add each one manually that will take me days!

Is there no way to simply have an option to add the files with the folder/filenames?

Perhaps reading the Emby open source file crawler may help? I even have xml file info for each file, I can share some info with the dev on how I do this if needed?

theres something like this under development. check https://github.com/dularion/streama/tree/v1.1_bulk_create

I am finally done! phew --- added the PR: https://github.com/dularion/streama/pull/425

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Gijs735 picture Gijs735  路  7Comments

Norwelian picture Norwelian  路  3Comments

mosquedaoscar picture mosquedaoscar  路  6Comments

Shrinks99 picture Shrinks99  路  6Comments

peterpt picture peterpt  路  5Comments