-
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
Better handling for trailers, extras & bonus material for movies and TV series #154
Comments
Comment #1 originally posted by Omertron on 2008-10-01T10:25:13.000Z: <empty> |
Comment #2 originally posted by Omertron on 2008-10-22T15:44:34.000Z: I would also love ways to handle extra material both for movies and series! |
Comment #3 originally posted by Omertron on 2008-10-25T00:18:54.000Z: This is a great idea. I have many movies with extras such as "making of" and cast |
Comment #4 originally posted by Omertron on 2008-10-25T00:19:10.000Z: This is a great idea. I have many movies with extras such as "making of" and cast |
Comment #5 originally posted by Omertron on 2008-10-26T00:29:51.000Z: I think besides using s01x01 as extra for season1 or s01e01x01 as extra for ep1 of So this could also be used for extras, bloopers, cut-scenes, bonus, etc. So anything after the '-' is a description (leading/trailing spaces removed), and if Or probably better is to use the <file...> and create Again, that should be the skin's job to handle them. |
Comment #6 originally posted by Omertron on 2008-12-01T01:46:24.000Z: PLEASE PLEASE add this, when time permits. This would be so very helpful. Thanks a bunch. |
Comment #7 originally posted by Omertron on 2008-12-01T11:01:42.000Z: Didn't spot this issue when raising Here's a copy of my request which differs (slightly) from this issue "Please rename the Trailers section to Extras and place any entries with tv.series.name.s01e01[Christmas Special].avi Users would then be able to write a description exactly as they want it to There would have to be exceptions for recognized multipart identifiers [CD1], |
Comment #8 originally posted by Omertron on 2008-12-01T15:38:12.000Z: @tcpaulh |
Comment #9 originally posted by Omertron on 2008-12-01T21:59:25.000Z: My view is that while introducing more keywords might be a good solution I think it would be simpler for the user if [anything] could be entered + a huge plus I'm struggling to see a need for reserved words ([cd1],[cd2],[trailer] etc) if An alphabetic sort would tend to get things in the right order anyway. Sorry if I'm missing something obvious. |
Comment #10 originally posted by Omertron on 2008-12-01T22:50:47.000Z: My view is that while introducing more keywords might be a good solution I think it would be simpler for the user if [anything] could be entered + a huge plus Having a short exception list which is tested for [cd1],[disk1],[part1] etc could Sorry if I'm missing something obvious. |
Comment #11 originally posted by Omertron on 2008-12-01T23:15:36.000Z: It's for organizational purposes in the skins. If everything is just lumped together, |
Comment #12 originally posted by Omertron on 2008-12-02T00:01:30.000Z: Everything 'extra' is already lumped together in one place. :S Could exceptions not still be parsed in the normal way but with any unhandled text |
Comment #13 originally posted by Omertron on 2008-12-02T05:57:47.000Z: Having done some skin changes myself, I know what a pain it is to work with and get In post # 5 above I suggested using And this still seems appropriate and takes care of my wishes, "tcpauth", and the But as I said, modifying skins really sucks if you have too many options to check |
Comment #14 originally posted by Omertron on 2008-12-02T06:08:50.000Z: Sorry, I forgot to mention that anything with a tag should take anything after the As well, these should not just be with the first episode in directory, user can TV-show/My-show s02/My-show s02[bonus-Director comments].mkv |
Comment #15 originally posted by Omertron on 2008-12-02T07:49:07.000Z: I think this is going to have to be taken in as part of the video grouping if you are |
Comment #16 originally posted by Omertron on 2009-02-18T11:13:37.000Z: Issue 533 has been merged into this issue. |
Comment #17 originally posted by Omertron on 2009-03-04T13:59:32.000Z: It is possible to mark movies as parts with titles, extracted from file name: Moviename Part1.avi This will be places on the one movie details screen as movie parts. |
Comment #18 originally posted by Omertron on 2009-03-04T14:02:20.000Z: See also issue 155 |
Comment #19 originally posted by Omertron on 2009-05-05T20:42:06.000Z: If it matters to anyone, the way I have been handling extras on a DVD / BD is to rip In this case, some of the extras are properly indexed in IMDB. Either way, here is how I have my example above set up: O:\Documentaries\Pumping Iron [1977] DVD The NFO for those that are not in IMDB have 0 to prevent scraping and then The posters for those extras not covered by scraper are generated from screenshots Main Grouping Sample Extra |
Comment #20 originally posted by Omertron on 2009-07-13T14:18:51.000Z: I have come up with a work around for this that suits my needs so I thought I'd post I am using I am Legend as my example. Naming as follows: main movie: I Am Legend run YAMJ. After it is done running go to your Jukebox folder and search for the main |
Comment #21 originally posted by Omertron on 2009-07-14T13:01:10.000Z: I've started work on this, but there is some major re-work required to skins once All additional files will now be called "extras" including trailers. Currently I have Trailer/Bonus/Extra, but I'm planning on changing that to be Seems to be working for TV and Movies, but I've broken categories. As soon as I sort |
Comment #22 originally posted by Omertron on 2009-07-16T09:52:42.000Z: This is committed as r1037. There is a new parameter "filename.extras.keywords=trailer,bonus,extra" the controls So if you want a new extra type "deleted" you would add that to the above parameter: |
Comment #23 originally posted by Omertron on 2009-07-16T14:45:06.000Z: This sounds nice =) |
Comment #24 originally posted by Omertron on 2009-07-17T07:41:24.000Z: <empty> |
Original issue 154 created by Omertron on 2008-08-25T05:20:21.000Z:
How can we handle the Extras stuff included on DVDs, or special reports for
TV series in each season.
One solution is to add the ability to parse s01x01 to mean extra 1 of season 1.
That way it won't be confused with s01e01 for the actual episodes.
Right now for YAMJ I have to add Extras/ directory to the list of exclusions
since most of the file names do not include the series name or season number.
The text was updated successfully, but these errors were encountered: