![]() |
|
|||||||
| Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Instant Status Menu Fragments?
Are there menu fragments to insert custom vfs modules into the instant status area without manually manipulating instantstatus.xml?
|
|
#2
|
|||
|
|||
|
I'm wondering this too.
oops, seems I mean Global Status.
__________________
Alpine Website Design Last edited by JonTom; 08-23-2011 at 12:55 PM. |
|
#3
|
||||
|
||||
|
There is not anything like that. It's not a menu from another conversation I had with Brian. You can add your own custom vfs to any of those numbers though. It's not hard.
|
|
#4
|
|||
|
|||
|
I actually want to change the newstatusmenu.xml, as I understand it. Off to experiment!
__________________
Alpine Website Design |
|
#5
|
|||
|
|||
|
Well I put a newstatusmenu into userdata and it's working. I've removed a bunch of view I don't care about and added one I do want (New Music). Now I just have to make it show New Albums instead of New Songs and I'll be off to the races...
Code:
<view name="JW_recentmusic" label="New Music" contextVar="MediaFile" preload="false" limit="11" >
<description>Recently imported music</description>
<eval>AddStaticContext( "MediaItem" , MediaFile )</eval>
<eval>AddStaticContext( "MediaType" , "MUSIC" )</eval>
<eval>ExecuteWidgetChainInCurrentMenuContext("RGJDX-87319")</eval>
</view>
__________________
Alpine Website Design |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Menu Fragments Propagating | wrems | Phoenix | 6 | 05-12-2011 10:55 AM |
| ADS Instant DVD 2 | rfallara | Hardware Support | 1 | 11-09-2005 03:13 PM |
| sagetv not deleted fragments to free disk space | etk29321 | SageTV Software | 12 | 01-07-2004 12:38 PM |
| Those itty bitty channel surfing show fragments... | rrussell | SageTV Software | 10 | 05-21-2003 08:57 AM |