|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Return to CurrentFolder?
So here is what I want to do - Return to the current sub folder in the imported videos after watching a video, instead of the root view of the imported videos. Any suggestions? Im thinking it has to do with CurrentVideo tag.
Thanks. |
#2
|
||||
|
||||
Whoops, I was answering 2 post with similars titles and I replaced the wrong post.
He was my original answer: The easiest way is to do a search for IsVideoFile(MediaFile) && IsLibraryFile(MediaFile) and replace the link to Video Library with the action SageCommand("Back") So: IsVideoFile(MediaFile) && IsLibraryFile(MediaFile) Video Library Becomes: IsVideoFile(MediaFile) && IsLibraryFile(MediaFile) SageCommand("Back") Last edited by malore; 11-17-2005 at 12:01 PM. |
#3
|
||||
|
||||
That works as long as you stayed in the full screen video menu the whole time the video played.
|
#4
|
||||
|
||||
Was this meant for the thread about the mlbdude 2-pane recordings list? (The question here was about the video library.)
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#5
|
||||
|
||||
Thanks Opus4, that explains why mlbdude's response didn't orginally make sense to me. I've put my first post back to what my original answer was.
As mlbdude points out this is just a simple hack that relies on the previous menu being the video menu. |
#6
|
||||
|
||||
This ought to work -- in the "Video Library Folder View" menu, do the following:
You could also add similar functionality to the Photo library this way. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#7
|
|||
|
|||
Awesome, thanks for the help, this worked as far as I can tell -hopefully I dont find any wierd behavior. This is one of the things that has really been bugging me about Sage. But thanks to Studio, little things like this can be fixed to ones taste.
|
#8
|
|||
|
|||
I think I did this properly but it did not work. ANy clue what I missed ?
|
#9
|
||||
|
||||
If you go into a video library sub menu & then go directly to the Main Menu via the Home command (or click on the SageTV logo), does it remember your location when you return to the video library? For some reason, it isn't getting set when it jumps to the playback OSD menu.
Edit: Oh, it has to do with the pop-up dialog where you select the Watch Now option. I'll look at it again when I'm actually awake. Edit 2: There may be a better solution, but considering I'm still somewhat asleep... Search for the "REM Show pop-up dialog with options available for the current Airing / MediaFile" reference in the "Video Library Folder View" menu. Right above it, add another action with the same AddGlobalContext() API call from the BeforeMenuUnload hook. (The whole current context gets cleared either by the OptionsMenu or the Panel where the Watch Now button is.) Update: v4.1.5 fixed the problem encountered here, so you no longer have to add the extra call to AddGlobalContext() described in this post. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#10
|
|||
|
|||
I can not find that referance in "Video Library Folder View" I can only find it in the menu "ParallenScheduled"
|
#11
|
||||
|
||||
If you right click on the bolded primary reference widget, you will get an option to highlight all the references.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#12
|
|||
|
|||
got it, that worked.
It holds the value even if I go home and reselect that menusystem. is there a way to clear it when I select the imported videos menu? Is there a deleteglobalcontext? |
#13
|
||||
|
||||
Well, after much searching, I at least finally found what Andy referenced in the menus. I added the additional item you referenced a few messages above, and it's working now! This is great, probably my most wanted feature from SageTV, to return to the folder I was in if I watch something in the Media Center.
Awesome, simply awesome... Thanks Andy! |
#14
|
||||
|
||||
Quote:
If you want it to clear its directory memory whenever you go to a specific menu (Main Menu, perhaps), then just add code there that sets the global variable to null. You could do that anywhere you want. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#15
|
|||
|
|||
Quote:
|
#16
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#17
|
|||
|
|||
I figured it out.
I was trying to set it to an empty string not a null. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|