-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update mediainfo if filename extension has changed don't work from r3389 #2563
Comments
Comment #1 originally posted by Omertron on 2013-01-03T18:11:52.000Z: Then you haven't a look into the "Outdated configuration values" section With the new priority checks there was no needance for the property "mediainfo.override.values" anymore, cause this can be done in the same But you have to set following property in your moviejukebox.properties: If some value is grabbed from another source than MEDIAINFO (see movie.xml to check the source of the values), then you should change the priority checks to your needance. Normally the mediainfo value is priorized after the NFO and before any plugin (like IMDB or allocine in your case). |
Comment #2 originally posted by Omertron on 2013-01-03T18:30:38.000Z: <empty> |
Comment #3 originally posted by Omertron on 2013-01-03T18:56:09.000Z: <empty> |
Comment #4 originally posted by Omertron on 2013-01-03T22:16:30.000Z: Of course I have read PriorityChecks wiki page before post In fact I have try both: I have make new test with:
In first time I have a movie SD "Albert Nobbs (2011) VOST.avi" After I replace "Albert Nobbs (2011) VOST.avi" with a movie HD "Albert Nobbs (2011) VOST.mkv" There is no change in file "Albert Nobbs (2011) VOST.xml" about mediainfo only this:
I have try this parameter in moviejukebox.properties without success: priority.movie.resolution=mediainfo Yamj scan the media info only if I delete file xml. thanks |
Comment #5 originally posted by Omertron on 2013-01-04T07:50:01.000Z: OK, |
Comment #6 originally posted by Omertron on 2013-01-04T19:30:40.000Z: Hi Nicolas,
1.) Used a sample AVI file and renamed to "Albert Nobbs (2011) VOST.avi" 2.) Deleted "Albert Nobbs (2011) VOST.avi" and used an MKV test file and renamed it to "Albert Nobbs (2011) VOST.mkv" in the same jukebox directory. The Log file is as expected, the last line here is relevant; cause then MediaInfo values will be rechecked. The movie.xml has changed, see attached diff between both files: the old XML and the new XML file. The - and + describes exactly what has been deleted or added. So I cannot see any failure or bug. |
Comment #7 originally posted by Omertron on 2013-01-04T20:52:25.000Z: You are right. |
Comment #8 originally posted by Omertron on 2013-01-04T20:54:14.000Z: <empty> |
Original issue 2564 created by Omertron on 2013-01-03T16:47:54.000Z:
What steps will reproduce the problem?
If I use mediainfo.override.values=all mediainfo is updated if filename extension has changed (with r3246).
With r3389 and after mediainfo.override.values=all has no effect.
I have keep all PriorityChecks to default value.
The text was updated successfully, but these errors were encountered: