|
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 |
#61
|
||||
|
||||
Thanks!
Quote:
Quote:
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#62
|
||||
|
||||
Quote:
Quote:
More odd, this view is not working for me: Code:
<view name="phoenix.view.custom.importedTVseasons" label="Imported TV Shows (Seasons)" flat="true"> <description>Imported TV Shows, Grouped by Show Then Season Then Episode</description> <tag value="tv"/> <tag value="default"/> <view-source name="phoenix.view.primary.importedtv"/> <presentation level="1"> <group by="show"/> <sort by="title"> <option name="sort-order" value="asc"/> </sort> </presentation> <presentation level="2"> <group by="season"/> <sort by="title"/> </presentation> <presentation level="3"> <sort by="seasonepisode"/> </presentation> </view> |
#63
|
|||
|
|||
Quote:
k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#64
|
||||
|
||||
That view is almost identical to the TV Shows (Seasons) view in the phoenix-core. If you load that one up does it work (obviously the one in the core has more sources than you want, but IF that one works I would expect yours to work also unless there is a bit of a syntax error in there that isn't obvious?
Also, when you say it doesn't work what does that mean exactly? There are lots of ways it could not work
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#65
|
|||
|
|||
Quote:
k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#66
|
||||
|
||||
Quote:
Sorry, what I mean is when I browse to a show with a single season, that season isn't "pruned", I have to dig through Level 2 (seasons) regardless of how many seasons a show has. So for example if Show1 has one season, I'll see something like this:
I tried Imported TV (Seasons) which behaves the same way (I think that's probably the view I stole to start), but it doesn't have the prune option in it, so that one appears to be working correctly. And crap, I just realized I pasted the wrong view in previous post, this is the one I'm trying to use: Code:
<view name="phoenix.view.custom.importedTVseasons" label="Imported TV Shows (Seasons)" flat="true"> <description>Imported TV Shows, Grouped by Show Then Season Then Episode</description> <tag value="tv"/> <tag value="default"/> <view-source name="phoenix.view.primary.importedtv"/> <presentation level="1"> <group by="show"/> <sort by="title"> <option name="sort-order" value="asc"/> </sort> </presentation> <presentation level="2"> <group by="season"> <option name="prune-single-item-groups" value="true"/> </group> <sort by="title"/> </presentation> <presentation level="3"> <sort by="seasonepisode"/> </presentation> </view> </views> |
#67
|
||||
|
||||
OK - you keep using that word, I do not think it means what you think it means
The long and short of it is that pruning doesn't work that way - pruning attempts to eliminate folders with JUST one item in them. So if you only had one episode from season 3 and a lot of episodes from season 4, you'd get a single item (pruned) of that season 3 episode, then a season 4 folder. What you are looking for is to NOT group if there is just one group. I'm not sure that's possible. I'll investigate some. btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#68
|
||||
|
||||
I have a suggestion...
I've been playing with the OPTIONS -> EDIT where you can manage the menu (rename items, hide items, move items), and you have an option to add a new view to the menu. I think it would be handy if that didn't ask for a menu name, but instead, it presented you with the view list, and then used the view's name as the menu's name... and then you can rename it later, if you want. Also, when you add a new view to the menu... where does it get stored? Is there a fragment that gets created? I'm having a problem in the menu where I have a couple of standard views that I used in every STV... "Unwatch TV" and "Unwatched Movies"... when I added them to the menu using fragments, they showed up, but only UNWATHED TV work... nothing showed up for unwatched movies. So then I added Unwatched movies using your menu editor, and it worked, but then Unwatched TV stopped working Just wondering how extensively you've played with the menu editor for adding views, etc. I'll try to do more digging to give some better details, but that's my findings so far. Everything is looking good though... thanks.
__________________
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 |
#69
|
||||
|
||||
Quote:
Quote:
If you are adding you own fragments hacker style - just take a look at one of the fragments created by the menu to see how they should look. btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#70
|
||||
|
||||
Quote:
Code:
<menuitem name="xxx" label="xxx"> <field name="view">phoenix.view.default.allTV</field> <menuitem> I added a part to BMT to create menu links for plite, but they weren't working well, and I think it's because I didn't add the icon="view", so I'll add that to the generator as well. Do you use the DynamicMenus saveFragrment API to save the fragments?
__________________
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 |
#71
|
||||
|
||||
I pushed out v110 of P3 / PLite yesterday. As per usual the only changes are in PLite. I think I added in most of the low hanging feature requests. Photo screensaver is a little more involved, I'll work on that next probably.
* I think that the weather update might take a bit to take effect - it WILL but it might wait until the next scheduled update (every 10 minutes). ** still uses icon="view"
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#72
|
||||
|
||||
So I see some of that, but I couldn't find the transport control option.
Also I've noticed (not sure I've tried with 110) that if I hit the record button, I get the recording options dialog, but without any options. When I tried it with the menu this morning (110), I got options. |
#73
|
||||
|
||||
The transport stuff is in the customize (wrench icon) screen when you are playing back video. Along with the comskip stuff.
I'll check the actual record button vs. the options menu one. Probably got unlinked somehow. btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#74
|
||||
|
||||
I can't get the record button to misbehave. Both the one in the options menu and the one on the remote are both working.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#75
|
||||
|
||||
Just released P3/PLite version 111. Has updated screen saver with 3 options :
1) Imported Photos 2) Fanart Backgrounds 3) Weather Backgrounds
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#76
|
||||
|
||||
Quote:
Quote:
I use that occasionally (regularly?) to mark something as a manual recording after the fact so Sage won't auto delete it. |
#77
|
||||
|
||||
If that's the case you don't actually have the latest version. you can find the plite_vosd.xml and see if it has the Transport Controls entry - it should be there.
I remember back in the day occasionally the plugin system did stuff like this - said it installed something but didn't get all the files. See if it works in 111 (the screensaver release). Also Phoenix has never had a record functionality for shows that are not currently airing. I'll see if I can enhance it - marking as a manual recording is the main use case there? btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#78
|
||||
|
||||
I'll check that, but it's weird because it said 110 in the system info screen (I've since upgraded to 111), and I had the new shortcut menu.
|
#79
|
||||
|
||||
Hm, had to restart the server to get that stuff to show up.
|
#80
|
||||
|
||||
Every time I install an update on the server it tells me to restart. Does it not do that on your system?
__________________
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 |