|
Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#61
|
||||
|
||||
EPG Sort?
Is there any way to change the sort of the EPG?
I had gone to sorting by Channel name before I started using Phoenix since I have a mix of digital OTA, QAM and STB channels, so the numbers were all over the place.
__________________
SageTV 9 / 3 SageTV Clients / Ceton InfiniTV 6 / ComSkip |
#62
|
||||
|
||||
Another thought about EPG sorting
This morning as I pulled up the local morning news show through the guide I thought to myself that it would be really cool to have options to sort the EPG with the 'Top Ten' channels first. Would probably make sense to show the top ten at the beginning of the guide and again in the sequential listing. Would still want the option of alphabetical listing. It might also be nice for the top ten to be customizable - top ten recorded channels and top ten manually tuned channels. Perhaps even customization of how many top channels to group - some people may only want a handful.
This would probably be especially handy in the mini-guide.
__________________
SageTV 9 / 3 SageTV Clients / Ceton InfiniTV 6 / ComSkip |
#63
|
||||
|
||||
Upon further thought
Thinking more about this it seems to me that just an option for the mini guide to display the top 'x' channels (user variable). I think I could pretty much operate completely out of that.
We seem to really only watch the same channels pretty much all the time. That being said - news/weather channels I almost never record but frequently tune would not show on the list if was based on top 'x' recordings. I suppose it would have to be based on tracking the tuning of the channel.
__________________
SageTV 9 / 3 SageTV Clients / Ceton InfiniTV 6 / ComSkip |
#64
|
||||
|
||||
There was a plugin in v6 called Favorite Channels List. Favorite Channels List I'm not sure if he did a version for v7. And if you install it the old fashioned way it may work. (With a little work in Studio.)
Quote:
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#65
|
||||
|
||||
I was thinking an automated list based on use. It's all good and fine for me to define my favorites but the rest of the gang probably wouldn't appreciate it too much.
__________________
SageTV 9 / 3 SageTV Clients / Ceton InfiniTV 6 / ComSkip |
#66
|
|||
|
|||
Quote:
|
#67
|
|||
|
|||
Me too. Has anyone figured this out.
I had v6 set up and running great with menus and filepath filters. Very frustrated with v7. |
#68
|
|||
|
|||
Got the ROOT to work finally
I discovered that the ROOT function does not like spaces.
I had to rename all the directories that I wish to use with ROOT so that there is no space in the folder name. So import source is set at: \\Design1\Library\Films OLD file structure was (where \... = a separate folder for each video) \\Design1\Library\Films\Collections\... \\Design1\Library\Films\Disc Sets\... \\Design1\Library\Films\Silent Movies\... \\Design1\Library\Films\Subtitled Movies\... NEW file structure that works with ROOT: \\Design1\Library\Films\Collections\... \\Design1\Library\Films\Discs\... \\Design1\Library\Films\Silent\... \\Design1\Library\Films\Subtitled\... Took me several Saturday weekends to figure this one out. I could not find anything on this Forum. Hope this helps someone and saved you all the anguish. Enjoy, JK |
#69
|
|||
|
|||
Grouping by Actor name
If wife and I feel like watching a Doris Day movie, I like to have a folder showing all the selections.
Would like to create a view where I can select an actor and see list of all the movies I have for them. In using the Phoenix grouper, the result I'm getting are folders entitled with entire cast -- like this [ActorName1 -- role; ActorName2 -- role; ActorName3 -- role; etc..] for each folder. This is rather useless. These are the three approaches that I've tried with no success. ======== <view name="jk_films_actor" label=".Films - by actor"> <view-source name="phoenix.view.primary.importedmovies" > <filter by="filepath" value="Films"/> </view-source> <presentation> <group by="metadata"> <option name="field" value="Actor"/> <option name="empty-foldername" value="Missing Actor"/> </group> </presentation> </view> <view name="jk_films_x-ser-Cast" label=".Films - by x-ser-Cast"> <view-source name="phoenix.view.primary.importedmovies" > <filter by="filepath" value="Films"/> </view-source> <presentation> <group by="metadata"> <option name="field" value="x-ser-Cast"/> <option name="empty-foldername" value="Missing Actor"/> </group> </presentation> </view> <view name="jk_films_actorname" label=".Films - by actor name"> <view-source name="phoenix.view.primary.importedmovies" > <filter by="filepath" value="Films"/> </view-source> <presentation> <group by="metadata"> <option name="field" value="Name"/> <option name="empty-foldername" value="Missing Actor"/> </group> </presentation> </view> =========== Note -- the bottom 2 views just provide one folder entitled "Missing Actor". Any advice??? Last edited by kolakowj; 12-09-2012 at 02:23 PM. |
#70
|
||||
|
||||
I think what you are looking for doesn't exist. You would need a specialized grouper for Actor, which doesn't exist.
The Metadata grouper is ok for simple fields with a single value, but unfortunately it doesn't work well for list fields.
__________________
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
|
|||
|
|||
Quote:
(As an aside, somehow I got the views in there without failing the validation. It didn't fail until I restarted sage today, which is what lead me to look into this. I then changed the vfs.dtd) |
#72
|
||||
|
||||
Quote:
The reason why I've never enabled it, is because, using multiple filters at the root level is ambiguous. ie, if I specify 3 filters, are they ANDed, or ORed? (The answer is they are ANDed, but what if you wanted it ORed?) So, because I've never fully built in the ability set a mode ('and' or 'or') then I've always left it as a single filter option in the dtd. At this point, I'm not sure if I'll ever get the time to fully implement filters at the root level, so I might was well, just enable it at the dtd, with the stipulation that it is ONLY supported AND filters at that level.
__________________
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 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom views and SMMFolders | chrishallowell | Sage My Movies | 3 | 01-28-2011 05:41 AM |
Looking for ideas for setting up kids views | BarkOLounger | SageTV Software | 1 | 06-03-2010 08:24 AM |
Filter Folder Views? | nigfink | SageTV v7 Customizations | 2 | 05-21-2010 11:20 AM |
Multiple Recording or Guide Views? | bbwebb | SageTV Software | 1 | 05-11-2008 08:42 PM |
new display of folder views? | ChePazzo | SageTV Beta Test Software | 2 | 12-09-2006 10:04 PM |