Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Movies have the folder's name #33

Open
bentux opened this issue Jul 11, 2014 · 4 comments
Open

Movies have the folder's name #33

bentux opened this issue Jul 11, 2014 · 4 comments

Comments

@bentux
Copy link

bentux commented Jul 11, 2014

I open a new topic for that.
I have still more than 150 movies where have the folder's name (in my case Parents).
Could you do something.
Thanks

@cytec
Copy link
Owner

cytec commented Jul 13, 2014

can you tell me how you organize your movies?
how are they named and are they in subfolders etc?

for example my layout looks like this:

/volume1/Movies/
/volume1/Movies/Iron Man (2006) 
/volume1/Movies/Iron Man (2006)/Iron.Man.2006.mkv

@bentux
Copy link
Author

bentux commented Jul 13, 2014

My is

/volume1/video/Parents/Grudge match.mkv
/volume1/video/Enfants/Jack Et La Mecanique Du Coeur.avi

I don't use subfolder per movie.
The system find 95% of movies in "Enfants" folder but just 15% in "Parents"
It is possible to parse the movie's name and don't the folder's name?

@cytec
Copy link
Owner

cytec commented Jul 14, 2014

yeah, the default behavior is:

first check the folder name for a match, if there is no match, check the filename, so it checks for Parents, which gives a result (http://www.themoviedb.org/tv/58510-parents) and then stops searching.

there are 4 ways to "fix" this 2 you can do and one in the code:

  1. Go to the Movies view, klick a movie and manually correct it (edit with pencil icon in top right)
  2. Move the Files to Subfolders with the Movie Naming https://github.com/cytec/SynoDLNAtrakt/wiki/Supported-Naming
  3. Create XBMC Like nfo files (containing a imdb_id) https://github.com/cytec/SynoDLNAtrakt/wiki/NFO-Templates

i'll push an update to change the order in which movies are Processed so that Filenames are checkt before the name of the Folder

@bentux
Copy link
Author

bentux commented Jul 15, 2014

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants