-
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
Overlay xml improved data comparisons #2067
Comments
Comment #1 originally posted by Omertron on 2011-08-22T06:47:56.000Z: This issue was updated by revision r2632. Overall case-insensitive comparisons. |
Comment #2 originally posted by Omertron on 2011-08-22T06:49:34.000Z: <empty> |
Comment #3 originally posted by Omertron on 2011-08-22T12:02:49.000Z: This issue was updated by revision r2633. Change the value of the imagetype.audiocodec and imagetype.audiochannels from true/false to true/false/block. |
Comment #4 originally posted by Omertron on 2011-08-27T14:24:57.000Z: This works for me. Thanks. I think there is one attribute missing for the block?
|
Comment #5 originally posted by Omertron on 2011-08-27T14:55:30.000Z: Attribute "Size" is designed, but not implemented yet. Its value: static/auto. Default value: auto. |
Comment #6 originally posted by Omertron on 2011-09-22T11:24:04.000Z: This issue was closed by revision r2650. |
Comment #7 originally posted by Omertron on 2011-10-18T10:56:29.000Z: This issue was updated by revision r2706. ImageType.audiolang = false/true/block - parse the language to the separate language tag from audiocodecs. |
Original issue 2068 created by Omertron on 2011-08-16T06:14:33.000Z:
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?
Please describe in as much detail as possible what new feature you want:
I have not been able to test all aspects of the OverlayXML functionality but some ideas of improvements are the following:
Case-insensitive comparisons
Parsing of audiochannels to only return the first (primary) audiotrack channel i.e. "6 / 6 / 6 / 6 / 6 / 6 / 6 / 6" returns 6
Parsing of audiocodecs to only return the first (primary) audiotrack codec i.e. "AC3 (en) / AC3 (en) / AC3 (en) / AC3 (en) / AC3 (en) / AC3 (en) / AC3 (en) / AC3 (en)" returns AC3
Possibly parse the language to the separate language tag
Maintainable list of keywords similar to filename.scanner.source.keywords for videooutput, videocodecs, audioCodec, fps, aspect and containers to better be able to control comparisons. I.e.
filename.scanner.videoputput.keywords.NTSC = NTSC 30, NTSC 30p
filename.scanner.videocodec.keywords.mpeg2 = MPEG-2V,mpeg2
The text was updated successfully, but these errors were encountered: