XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > Project Mayhem III (PM3)

Project Mayhem III (PM3) Subforum for Project Mayhem 3, PM3.HD, and mods for/of them.

Reply
 
Thread Tools Search this Thread Display Modes
Old 2007-09-06, 03:59   #1
wolfzero
Junior Member
 
Join Date: Sep 2007
Posts: 2
wolfzero is on a distinguished road
Question Video Library: Direct to Titles View from Movies and TV Shows in Library Mode?

Hello,

This is my first post, and this is kind of complicated, so bear with me.

I am trying to migrate from using File Mode to Library Mode. I feel like there is a great deal of functionality that will benefit my stored Movie and TV Show watching.

My main issue is that when I load up My Videos from the main menu, then select Movies or TV Shows it dumps me into a screen to select how to list the media with Genre, Title, Year and Actors as options. I do NOT use this feature and think it is annoying. Who really needs to select the movie based
on what actor was in the movie? Perhaps someone with a much more extensive movie library than mine. Anyhow, is there any way to set it so that when I select Movies it goes directly to the Titles view?

Note: This is NOT solved by using "Make Default". Make Default's function is to determine the folder that is opened upon the initial My Videos selection on the main menu. Since I still want to retain the ability to navigate to either TV Shows or Movies or Recently Added, etc, using Make Default as a workaround is unacceptable.

My guess is that I'll have to dig around in the XML config files. Anyone know where to look so I can repoint Movies and TV Shows? Remember this is in the Library Mode.

For conversation's sake, does anyone use this feature to sort by anything other than Title?

Thanks!

-Rob
wolfzero is offline   Reply With Quote
Old 2007-09-06, 04:17   #2
buges
Member
 
Join Date: Apr 2007
Posts: 83
buges is on a distinguished road
Default

One idea would be to use nfo files (see online manual) & Genres.

So all your Films would be the Genre of Films & the same for Tv shows

That's how i do mine.

(now that make's more sense, had think faster than type moment!!! lol)
buges is offline   Reply With Quote
Old 2007-09-06, 06:33   #3
ShortySco
Team-XBMC QA Specialist
 
Join Date: Apr 2007
Posts: 330
ShortySco is on a distinguished road
Default

I'd suggest taking a look at the XTV skin, the home page link takes you directly to movies or tv shows, depending which button you click.

This applies Every time you click said button. (You can still get genres/years...etc by clicking "B" from the movie/tv show list... but coming out and back again goes straight to the movie/TV list, as you want)

Or to put it another way... it acts just like "Make Default", but not just the first time.

If you work out how they do that there, i guess you could alter any skin (May be a big task, i don't know). Either that or just use XTV, it's a fabulous skin!

Shorty
ShortySco is offline   Reply With Quote
Old 2007-09-06, 09:27   #4
KidKiwi
Fan
 
Join Date: May 2007
Posts: 460
KidKiwi is on a distinguished road
Default

Quote:
Originally Posted by wolfzero View Post
Hello,

This is my first post, and this is kind of complicated, so bear with me.

I am trying to migrate from using File Mode to Library Mode. I feel like there is a great deal of functionality that will benefit my stored Movie and TV Show watching.

My main issue is that when I load up My Videos from the main menu, then select Movies or TV Shows it dumps me into a screen to select how to list the media with Genre, Title, Year and Actors as options. I do NOT use this feature and think it is annoying. Who really needs to select the movie based
on what actor was in the movie? Perhaps someone with a much more extensive movie library than mine. Anyhow, is there any way to set it so that when I select Movies it goes directly to the Titles view?

Note: This is NOT solved by using "Make Default". Make Default's function is to determine the folder that is opened upon the initial My Videos selection on the main menu. Since I still want to retain the ability to navigate to either TV Shows or Movies or Recently Added, etc, using Make Default as a workaround is unacceptable.

My guess is that I'll have to dig around in the XML config files. Anyone know where to look so I can repoint Movies and TV Shows? Remember this is in the Library Mode.

For conversation's sake, does anyone use this feature to sort by anything other than Title?

Thanks!

-Rob
Yeah...this really bugs me a lot too! It's on the to-do list, but like you I don't know how to do it. I am one of those with a big library and I still don't use this as "title" is enough for me.

Hope you get an answer as I'd like to add this to my info pile to change when I get the chance. I might look at the xTV skin as well.
__________________
[Xbox] Rev 16491
KidKiwi is offline   Reply With Quote
Old 2007-09-06, 09:38   #5
Coco
TheTVDB.com Admin
 
Coco's Avatar
 
Join Date: Oct 2005
Posts: 182
Coco is on a distinguished road
Default

I do use the other searches, actually my friends use the other searchs mostly to try and find shows with the same actors and such. They are nice to have but I think most people just use title. Kinda suprised there isn't currently a way to set the default to skip over the other nodes though. I bet if you can get the right developers attention he could add a default setting with very little work.
Coco is offline   Reply With Quote
Old 2007-09-06, 11:11   #6
sho
Team-XBMC Wiki Content Manager
 
sho's Avatar
 
Join Date: May 2004
Posts: 2,950
sho is on a distinguished road
Default

IMHO there should at least be an Advancedsettings.xml option to flatten these out... I never use them.
__________________
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.


sho is offline   Reply With Quote
Old 2007-09-06, 17:40   #7
ShortySco
Team-XBMC QA Specialist
 
Join Date: Apr 2007
Posts: 330
ShortySco is on a distinguished road
Default

Quote:
Originally Posted by sho View Post
IMHO there should at least be an Advancedsettings.xml option to flatten these out... I never use them.
Yes, this would be a nice option to have.

Shorty
ShortySco is offline   Reply With Quote
Old 2007-09-06, 19:19   #8
szsori
TheTVDB.com Admin
 
szsori's Avatar
 
Join Date: Aug 2006
Location: Milwaukee, WI
Posts: 596
szsori is on a distinguished road
Default

XBMC supports jumping directly into the Titles area:
ActivateWindow(MyVideoLibrary,MovieTitles)

Just update that in your skin.
szsori is offline   Reply With Quote
Old 2007-09-07, 00:03   #9
KidKiwi
Fan
 
Join Date: May 2007
Posts: 460
KidKiwi is on a distinguished road
Default

Quote:
Originally Posted by szsori View Post
XBMC supports jumping directly into the Titles area:
ActivateWindow(MyVideoLibrary,MovieTitles)

Just update that in your skin.
Does this also apply to the TV side? (ActivateWindow(MyVideoLibrary,TVTitles??)

Also, do you know what xml file this is added to. Knowing the correct file can save hours of hunting, especially when you don't really understand what you're actually looking for or at
__________________
[Xbox] Rev 16491
KidKiwi is offline   Reply With Quote
Old 2007-09-07, 00:47   #10
jmarshall
Team-XBMC Developer
 
Join Date: Oct 2003
Posts: 15,077
jmarshall is on a distinguished road
Default

To use that stuff you'd have to add it outside of the video window (eg 2 buttons on home.xml) and/or create a dummy window for the video library front end with 2 buttons on it for TV shows and Library.

It's easy to get it set up action-wise, but probably reasonably tricky to get all the animations etc. working nicely.

Ideally this needs to be addressed at the code level - I'm not sure exactly how to do it as yet, as you don't want to lose the ability to get to the additional nodes, but still want it fast to access the usual ones. Any ideas will be considered.

Cheers,
Jonathan
__________________
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.


jmarshall is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 20:34.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project