|
Phoenix 3.0 This forum is for discussing the user-created Phoenix 3.0 custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
I gave it a shot, but when I switched to it, all I got was the clock and some other stuff overlaid over the stock STV, and a popup saying (I should have written it down) something about there not being a view defined.
I tried rebooting my extender and ended up with a blank screen. Any thoughts? |
#22
|
||||
|
||||
Sounds like you need to start and stop the server.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#23
|
||||
|
||||
As far as I know this happens on all the Phoenix iterations the first time you load them. Did it ask you to restart after the install?
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#24
|
||||
|
||||
Oh? I'll give it a shot....
|
#25
|
|||
|
|||
I can say that sorting guide by channel number for me results in a blank screen and pressing Options brings up the top-level options so I can't change the sorting method . No errors I see in the logs.
__________________
Home Network: https://karylstein.com/technology.html |
#26
|
||||
|
||||
OK - I think your crazy channel names are breaking the sorter. I'll see what I can do.
There is a way to clear the sorter manually - I"ll see if I can find it. btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#27
|
||||
|
||||
Quote:
In the file PLite_HomeMenu.xml, add this menu item : Code:
<menuItem label="Clear User Store" name="plite.clear" visible="true" icon="eval"> <description>Clears the user store of phoenix related stuff</description> <eval>ExecuteWidgetChainInCurrentMenuContext("PHNX-256233")</eval> </menuItem> Then in PLite you'll see that menu item - click it once and it'll wipe out all the saved sorters.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#28
|
||||
|
||||
Then of course after that delete that menu item. I'll let you know when I have a more robust Channel sorter.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#29
|
|||
|
|||
My "crazy channel names" . No worries, I just deleted the client properties file (testing on PS). But also tested your menu item trick and it worked too. It seems like you made some changes to the default menu items as it looked different after I deleted the client properties. But when I just updated the plugin the menu did not change. Plus even though I deleted the Clear menu item, reloaded and removed properties, I still have it on the menu. I had to "Hide" it. Maybe add a delete option to the menu editor, and also maybe a "reset to default"?
__________________
Home Network: https://karylstein.com/technology.html |
#30
|
||||
|
||||
The menu stuff is tricky. There's the menu XML file that is default, then there are menu 'fragments' which live in the /userdata/Phoenix/Menu/ directory (for when you add something to a menu from the UI) and then finally there are UserRecords (which are stored in Wiz.bin!) associated with the menu that keep track of changes to the menu items (name, order, etc).
Needless to say there's a lot of moving parts. I haven't found a way to get rid of fragments - which would be the 'delete' operation. But the prior-Phoenix all had a way to clear the UserRecords which effectively resets you to default. I'll definitely add that back in somewhere.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#31
|
||||
|
||||
Quote:
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#32
|
||||
|
||||
Quote:
Recently I added the ability to create menu item references... It's basically menu items with actions, and then later in another menu, you can create a menu item that references that other item... so that you can build up a set of re-usable menuitems with actions and then just reference them. Code:
<menuItem ref="common.actions::onlinevideos" label="Override Label for Online Videos"/>
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#33
|
||||
|
||||
I might have been confusing things by posting in the wrong thread, so here goes...
PLite, adding new menu items... Here's what I tried (using Windows Placeshifter for messing around): Ctrl+O Select Pencil Select Add a shortcut Gave it a name "Imported TV" Picked the "Imported TV" view Moved it somewhere I like. <> Here is where I wonder if I'm missing something, there's no apply/accept button. I've tried scrolling up, if I go up past the "Add a shortcut" button, the menu closes, if I hit home the menu closes. Pressing Home again "reloads" the Home menu (it fades out/in) but there's no new menu item. Next up, how do you change the sort direction? Actually this is specifically related to the "Recorded TV" view, I'm trying to get it sorted by date recorded, newest first. But no matter what I do..... Playing around some more, the "Recent Activity" option may be what I want? Next up.... Is there a way to change the sort order within a show? Newest (most recently recorded) first? I probably really just need to figure out how to add menu items and setup my own VFSs don't I.... Sorry for all the trouble... |
#34
|
||||
|
||||
No trouble.
Look in ...\SageTV\userdata\Phoenix\Menus\ - are there any .xml files there? That's where we should see the new short cut that you are adding. Also, for shits and giggles, try adding it without moving it around. Once it shows up then go in and move it to where you want? Might work that way... Recent Activity is definitely the one you want for recently recorded sorts. Within a show (ie once you get past the top level of a view) there isn't a way to change the sort right now in the UI - your best bet there is to create your own view that has the sort defined the way you want it.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#35
|
||||
|
||||
Quote:
And it did... ...but it disappeared as soon as I moved it Quote:
|
#36
|
||||
|
||||
Although I have had Sage hang up on me a few times as I've been messing with this. I didn't see anything in the logs, but I got a system message about out of memory, and also this system message:
Code:
Error in Menu File: ./userdata/Phoenix/Menus/plite.menu_phoenix.view.primary.importedtv_fragment.xml; ./userdata/Phoenix/Menus/plite.menu_phoenix.view.primary.importedtv_fragment.xml (Is a directory) Code:
<!DOCTYPE vfs SYSTEM "vfs.dtd"> <vfs> <view name="phoenix.view.custom.recordedtvbymostrecent" label="Recordings by Show Descending"> <description>Sage Recordings, grouped by show, sorted by most recent</description> <tag value="primary"/> <tag value="tv"/> <view-source name="phoenix.view.source.sagerecordings"/> <filter by="moviesfilter" scope="exclude"/> <presentation level="1"> <group by="show"> <option name="prune-single-item-groups" value="false"/> <option name="empty-foldername" value="No Series"/> </group> <sort by="starttime"/> <option name="sort-order" value="desc"/> <option name="ignore-all" value="true"/> </sort> </presentation> <presentation level="2"> <sort by="starttime"/> <option name="sort-order" value="desc"/> </presentation> </view> </vfs> |
#37
|
|||
|
|||
Quote:
__________________
Home Network: https://karylstein.com/technology.html |
#38
|
||||
|
||||
Sorry, it wasn't entirely clear, the system error was from before I tried the new xml, it was at some point after I was messing with the menus with just the built in functionality.
|
#39
|
|||
|
|||
I'm saying check the phoenix.log for a line saying that your view was loaded. Or if you have something it doesn't like in your view it'll log an error. If neither are there restart the server.
__________________
Home Network: https://karylstein.com/technology.html |
#40
|
||||
|
||||
I fixed the sorter Karyl - so the next time phoenix-core is updated it'll have a Channel Number Sorter that works for any and all channel numbers - even those that aren't numbers
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
New Phoenix User - a few questions | tsitalon1 | Phoenix | 3 | 09-06-2011 12:57 PM |
Questions/Issues with Phoenix | sflamm | Phoenix | 4 | 07-21-2011 03:30 PM |
Some questions and Feedback on Sage TV Media Player | nanohits | SageTV HD Theater - Media Player | 6 | 12-26-2009 12:01 AM |