Associate extras and/or alternative versions to a movie/TV show title

  Thread Rating:
  • 6 Votes - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
brentosmith Offline
Junior Member
Posts: 19
Joined: Jun 2012
Reputation: 2
Location: Kansas, USA
Post: #11
I have this working in my build but I have one UI problem. The way I have it set up is that special features associated with a movie or tv episode are accessible from a button on the video info dialog. That brings up a context menu that lists all of the special features. However, with the confluence skin this context box appears at the bottom of the screen instead of center screen as you would expect. Is there any easy way to center this on the screen, or is there a better option with than the context menu for displaying these items? You can also associate an extra with a tv show season and then it just shows up at the end of the episode list for that season so there are no issues there.
find quote
fubofo Offline
Junior Member
Posts: 38
Joined: Feb 2012
Reputation: 0
Post: #12
I would like to +1 this also

And brentosmith, this is for TV shows not Movies.

XBMC 11.0-BETA3
NON-PVR
AEON MQ3 - version 1.2.3
find quote
TugboatBill Offline
Posting Freak
Posts: 788
Joined: Oct 2009
Reputation: 3
Post: #13
Confused Check the thread title.
find quote
Deano316 Offline
Fan
Posts: 729
Joined: Jul 2011
Reputation: 8
Location: Brighton, England
Post: #14
The UI makes a big difference when you have a lot of extras. I appreciate that functionality should take priority, but it's something to bear in mind. The workaround that I created isn't perfect and takes a lot of legwork, but it's easy to navigate and intuitive to use. I encourage anyone with coding skills to come up with a new integrated solution, I know there a a lot of people who would appreciate it Big Grin
find quote
Martijn Offline
Team-XBMC
Posts: 7,714
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #15
(2012-07-09 13:31)Deano316 Wrote:  The UI makes a big difference when you have a lot of extras. I appreciate that functionality should take priority, but it's something to bear in mind. The workaround that I created isn't perfect and takes a lot of legwork, but it's easy to navigate and intuitive to use. I encourage anyone with coding skills to come up with a new integrated solution, I know there a a lot of people who would appreciate it Big Grin

https://github.com/xbmc/xbmc/pull/1108

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #16
That's not actually a way to associate extras with a movie, it's a way to tag common things just like genre. Extras are something quite different - they're things you don't want to display as movies but do want associated with the movie. Extending trailers is the way to go in that regard.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
mariyoshikong Offline
Junior Member
Posts: 24
Joined: Sep 2009
Reputation: 0
Location: Cedar Hill, TX
Post: #17
I just wanted to chime in that I am also interested in adding this functionality and have started to think of ways to implement this. Here are some of my thoughts so far:

As far as the UI goes, I like the idea of adding a "Movie Extras" button on the information page that would present a sub menu of movie extras.
The movie extras would need to be indexed in some fashion, either an extension of the existing movie database or an entirely new database altogether (movie extras db?).
As far as I know there isn't a movie extras scraper right now nor is there a good open database of movie extras that could be scraped.
Because of this, the extras themselves would most likely have to be scraped by hand (NFO files).
find quote
FantaXP7 Offline
Junior Member
Posts: 19
Joined: Mar 2009
Reputation: 0
Post: #18
(2012-07-14 05:55)mariyoshikong Wrote:  I just wanted to chime in that I am also interested in adding this functionality and have started to think of ways to implement this. Here are some of my thoughts so far:

As far as the UI goes, I like the idea of adding a "Movie Extras" button on the information page that would present a sub menu of movie extras.
The movie extras would need to be indexed in some fashion, either an extension of the existing movie database or an entirely new database altogether (movie extras db?).
As far as I know there isn't a movie extras scraper right now nor is there a good open database of movie extras that could be scraped.
Because of this, the extras themselves would most likely have to be scraped by hand (NFO files).

+1 to this thread and I agree with the above bolded.
find quote
abyss77 Offline
Junior Member
Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #19
I asked the same features in this thread http://forum.xbmc.org/showthread.php?tid=139715 in reply show me a ticket for something like this http://trac.xbmc.org/ticket/12782 but now the ticket is closed as obsolete. i don't know if they think to implement this feature
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,993
Joined: Jan 2011
Reputation: 132
Location: Arizona, USA
Post: #20
We're moving more things away from the trac system, including feature requests, which is why it was closed. As in, all existing feature requests on trac got closed regardless of their status or importance.

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find quote
Post Reply