Movie Sets Collection Grouping for Video Database Library Custom Sort Order Filters?

  Thread Rating:
  • 3 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ethanmcdonald Offline
Member
Posts: 53
Joined: Aug 2008
Reputation: 0
Post: #41
I have some movie sagas like Star Wars or LOTR and some Multi-Disk movies like King Kong or Grindhouse that I would prefer were in a separate folder like TV Episodes.

But I can't seem to figure out how to encapsulate these movies so they show up as one entry that I can select and to show the other movies.

Any ideas on how best to do this?

-Ethan


XBMC 11: EDEN | XBMC | HDDVD+Blu-Ray ISO playback & Blu-ray player
PC - HTPC CASE: APEX DM-318 Black Steel MB: ASUS M3N78-EM/NVIDA8300 | CPU: AMD Athlon 64 X2 5000+ RAM: 2gb DDR2 1066
HD: 70gb(System) DVDROM: LG GGW-H20L Blu-Ray/HDDVD OS: Win7 | NAS: 3-terabytes(RAID 5)
find quote
snoxbox Offline
Fan
Posts: 472
Joined: Aug 2005
Reputation: 0
Post: #42
I don't think that's possible currently. The only way I can see you doing it is to make a Genre for them i.e. Genre = LOTR Trilogy. The when you browse be genre's, you'll see that and be able to click and see all your LOTR movies. But you won't be able to have them grouped under one node, and listed with all of your movies.
find quote
ethanmcdonald Offline
Member
Posts: 53
Joined: Aug 2008
Reputation: 0
Post: #43
I may put in feature request for a grouping movies be it by folder or XML definition.


XBMC 11: EDEN | XBMC | HDDVD+Blu-Ray ISO playback & Blu-ray player
PC - HTPC CASE: APEX DM-318 Black Steel MB: ASUS M3N78-EM/NVIDA8300 | CPU: AMD Athlon 64 X2 5000+ RAM: 2gb DDR2 1066
HD: 70gb(System) DVDROM: LG GGW-H20L Blu-Ray/HDDVD OS: Win7 | NAS: 3-terabytes(RAID 5)
find quote
ethanmcdonald Offline
Member
Posts: 53
Joined: Aug 2008
Reputation: 0
Post: #44
In fact I could see this being useful for transcribing DVDs into a more compressed format but keeping the extra feature videos linked to the video.

I currently keep all of DVDs as ISOs since it's easiest way to keep the extra features intact.


XBMC 11: EDEN | XBMC | HDDVD+Blu-Ray ISO playback & Blu-ray player
PC - HTPC CASE: APEX DM-318 Black Steel MB: ASUS M3N78-EM/NVIDA8300 | CPU: AMD Athlon 64 X2 5000+ RAM: 2gb DDR2 1066
HD: 70gb(System) DVDROM: LG GGW-H20L Blu-Ray/HDDVD OS: Win7 | NAS: 3-terabytes(RAID 5)
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #45
ethanmcdonald Wrote:I may put in feature request for a grouping movies be it by folder or XML definition.
Please submit a new ticket on trac as a feature request:
http://trac.xbmc.org
http://wiki.xbmc.org/?title=What_is_XBMC...to_XBMC.3F

It would probably have to be XML formated NFO files as that is what XBMC uses for other movie database features:
http://wiki.xbmc.org/?title=Import_-_Exp..._nfo_Files
http://wiki.xbmc.org/?title=NFO Nod

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.
find quote
clackerdacker Offline
Member+
Posts: 101
Joined: Jul 2008
Reputation: 0
Location: Sydney, Australia
Post: #46
Just to keep momentum up how about this idea for grouping, kinda paraphrasing the last couple of ideas.

1. Introduce a sort field in the database for videos and use this for sorting and if it's blank use the title field.

2. Add a sort title node to the .NFO file and scraper so those of us who want the Alien, Die Hard, Rambo, Harry Potter, Dirty Harry etc collections to run in 'proper' film order can drop a .NFO file in the directory and Bob's your uncle.

Good? Bad? Indifferent? I've limited C++ skills being a C# head but I did see there are at least 2 spare fields in the database definition ...
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,233
Joined: Nov 2003
Reputation: 82
Post: #47
db is completely full for movies and i dont see the need to store a sort order either. this should be done using some tag in the nfo file + a database directory node imo

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.
find quote
clackerdacker Offline
Member+
Posts: 101
Joined: Jul 2008
Reputation: 0
Location: Sydney, Australia
Post: #48
spiff Wrote:db is completely full for movies and i dont see the need to store a sort order either. this should be done using some tag in the nfo file + a database directory node imo

Fair enough, but to be balanced about it some people do see the need although I'm all for doing it externally of the database somehow. What is a "database directory node" exactly? All my NFO files now have a sorttitle node so I'm all for given it a whirl.

Don't misunderstand me, I'm not trying to be a squeaky wheel about all of this, I just want to try and get a solution that doesn't impact those that don't and makes those that do jump for joy.
find quote
angryshot Offline
Junior Member
Posts: 10
Joined: Aug 2008
Reputation: 0
Post: #49
another suggested way for this function

the TV show lib in MediaStream (could be in others but i don't really use them) allows you to look a movies in the TV Show Lib if you select the "Add to TV Show" option on the movie in the Movie Lib.

So how about just adding an option to "Add to Ology" or "Add to Movie Group" or some such on each Movie in the same way as "Add to TV SHow"

Then you can access the Ologies or Movie Groups as a single item in the Movie lib. The thumb would be by default the first movie in order and maybe some ordering system could be used - would be best if this metadata came from IMDB but not sure they keep that. Maybe using year would be good enough (although movies released in strange orders eg Star Wars make it not work). On second thoughts year works well - the info is there and it is logical

my 2 cents
find quote
rwparris2 Offline
Team-XBMC Python Developer
Posts: 1,341
Joined: Jan 2008
Reputation: 2
Location: US
Post: #50
angryshot Wrote:would be best if this metadata came from IMDB but not sure they keep that.

Yes, imdb does keep track of that sort of stuff under /movieconnections. They tag related movies as "follows" and "followed by."

See star wars :the empire strikes back , ghostbusters , lotr

Off the top of my head, the only way I can think to use this info is an option like highlight Alien>movie info>see movie connections>create new movie group. Some of you UI experts could probably make that part a lot more intuitive...

The info is there, hopefully we can use it.

Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
find quote
Post Reply