SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations > Phoenix
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-26-2011, 06:16 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Phoenix Build 312

Follow the instructions in the install/update sticky.

1) Box Landing Zone enhancements
A) optimization of performance
B) Instant Status area can be customized.
2) future airings button added to detailed info.
3) browse views button added to video landing zone menu
4) customize landing zone menu adds moving up/down and renaming
5) Status Menu. I refactored the guts of this menu to utilize ViewMenu's instead of normal views. This moves a lot of the code down into java. From the UI side it looks identical and uses all of the existing STV code.
6) reorganized the option menu so that the various options are grouped more logically.

I've downloaded and tested this locally. Appears to work, from my limited testing.
Reply With Quote
  #2  
Old 04-26-2011, 06:52 PM
Gustovier Gustovier is offline
Sage Aficionado
 
Join Date: Nov 2010
Location: Chicago
Posts: 460
Awesome gonna try it out in a sec. Stuckless, is there a new Phoenix core as well (looking for that original air date sort fix)?
Reply With Quote
  #3  
Old 04-26-2011, 07:24 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Gustovier View Post
Awesome gonna try it out in a sec. Stuckless, is there a new Phoenix core as well (looking for that original air date sort fix)?
Yeah, the ui will force a new phoenix core as well, (2.3.30) which has that fix (among other things).
Reply With Quote
  #4  
Old 04-26-2011, 07:31 PM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
A few other changes :

New Weather Menu
Added Subtitles under Playback Options (for MKV's played on extenders)
Fixed text entry for configuration settings through Global Options Menu. (Uses slide-up keyboard)
Added Recently Watched to Status Menu
Fixed Detailed Info buttons when launched from Status Menu
Play button returns to currently playing media
Made 'Home' command active from Global Options Menu
Made Play button hide osd if visible
Fixed text overrun in Status Menu

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #5  
Old 04-26-2011, 08:19 PM
Gustovier Gustovier is offline
Sage Aficionado
 
Join Date: Nov 2010
Location: Chicago
Posts: 460
I'm trying to rescale all my fanart (I emptied the directories under "userdata\Phoenix\cache\imgtrans"..not removed..but emptied). I expected to see the Circle of time while the scaling happend, but I got nothing. I'm getting the following error in the phoenix.log


2011-04-26 21:07:40,244 [AWT-EventQueue-0] WARN phoenix.impl.ViewAPI - Invalid View: allsagefanart

I then went to check the cache area and nothing was created, I'm assuming runing the scale would create the images here.

I then tried going to browse TV and movies through the UMB, and that started adding the images to the cache area. I scrolled through everything which I believe added all my images to the cache area. Should I try and run the scale again?
Reply With Quote
  #6  
Old 04-26-2011, 09:07 PM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
I think the view it was using to scale them got deleted on accident

If you want to add it you can put this view somewhere that phoenix can see it:

Code:
		<view name="allsagefanart" label="fanart candidates" visible="false">
			<description>
				Includes all Sage media files, but does include things like online
				videos, trailers, etc.
			</description>

			<tag value="video" />
		
			<source name="expression">
				<option name="expression">
					GetMediaFiles("TVDB")
				</option>
			</source>
		</view>
But scrolling through all of your movies / shows will accomplish the same thing.

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #7  
Old 04-28-2011, 12:23 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Anyone having problems with the new build and the guide? I am seeing somethign similiar to what gustovier reported on 310 with his guide..

i get spinning circle of death for 1 minute
then guide shows up with no data, and trying to leave the screen or select something i get a spinning circle for infinite...doesn't recover..

only way is to shut off extender.

I haven't tried to debug yet, but wanted to ask if this was happening to anyone else.
Reply With Quote
  #8  
Old 04-28-2011, 12:27 PM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
I'm not sure what is causing it to show up when it does, but to fix it you need to go into the properties files for your clients and remove the phoenix/epg/* lines. I think that recent changes in the phoenix core (improvements!) exposed this, but I"m not 100% sure.

Basically what is happening is that each column in the EPG is using 180000 as the number of minutes, which is 125 days!

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #9  
Old 04-28-2011, 12:51 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Thanks! I will try that as soon as I get back home. Wifey is getting upset!
Reply With Quote
  #10  
Old 04-28-2011, 12:55 PM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
you can try to have her do this (from wherever she is watching):

From Landing Zone
1) options
2) Phoenix Settings
3) Global Configuration
4) Phoenix Settings
5) Program Guide (Left side of the window)
6) Column Duration (One of the options on the right) - it's probably at 180000, have her change it to 30.

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #11  
Old 04-28-2011, 02:30 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
thanks bialio that worked like a champ!

love the new keyboard btw! works great on an hd300 but a bit sluggish on an hd200
Reply With Quote
  #12  
Old 04-30-2011, 07:57 PM
Gustovier Gustovier is offline
Sage Aficionado
 
Join Date: Nov 2010
Location: Chicago
Posts: 460
A couple of things I've noticed.

1.) When pressing the info button to get to the instant guide. We should be able to press Info to dismiss it.

2.) when using the grid view in the umb. If I'm at the left most poster pressing the "left" button on the remote shouldn't work like the back button. I know this is how it works in most screens in sage but here it should just wrap around the selected movie. Or at least make it an option to do so.

3.) it would be cool if there was support for season posters/banners. I love the TV (series/season) vfs view that comes with Phoenix. I setup a menu that goes into the grid umb with that view. Now it would be cool if we could show those season poster images instead of listing out the season folders. This is how a lot of other media center skins work in xbmc/plex. (I might have talked bout this already, can't remember)

4.) along with #4 it would also be cool to add support for the episode images as well. Normally this is a thumbnail of the episode. I believe the Phoenix core/BMT gets these images now (or sage creates one for a recording). This should be an option for the user not forced.
Reply With Quote
  #13  
Old 05-05-2011, 07:14 PM
RedCoat999's Avatar
RedCoat999 RedCoat999 is offline
Sage Aficionado
 
Join Date: Aug 2003
Posts: 371
Quote:
Originally Posted by bialio View Post
I'm not sure what is causing it to show up when it does, but to fix it you need to go into the properties files for your clients and remove the phoenix/epg/* lines. I think that recent changes in the phoenix core (improvements!) exposed this, but I"m not 100% sure.

Basically what is happening is that each column in the EPG is using 180000 as the number of minutes, which is 125 days!

btl.
I have searched the sage.properties and sageclient.properties files and neither have thiere lines, and my guide takes forever to open up with blank
__________________
Happy Sage customer since 2003

Proud owner of a HD200 connected to a 47" LCD. Loving Sage 7 and Phoenix
Reply With Quote
  #14  
Old 05-05-2011, 08:58 PM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
If you are on an HD200 you need to look in the clients/ directory in the SageTV install directory. Or use the method in post 10 of this thread.

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #15  
Old 05-10-2011, 09:02 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Is it possible in the most recent release to add "Play DVD" or "Play BD/DVD" to the main menu ->Videos on the landing zone?

This is part of the stock ui and part of the SageMC, but im not sure if it was ever possible to display that menu option on an extender. What im thinking here and what the wife has suggested is having the ability to easily play a bd/dvd from the main menu that is located in the DVD/BD drive on the server. Its kind of a PITA to have to rescan your library, and then dig through the videos to try and vind the VIDEO_TS folder in order to play the disc.

Any thoughts, or could this be a possiblity?
Reply With Quote
  #16  
Old 05-10-2011, 09:04 AM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
That's a good idea, but I don't think it would be very easy.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #17  
Old 05-10-2011, 10:32 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Is there a way to maybe link the menu to the sage defined import directory or something... or perhaps make the menu configurable so that each user that uses phoneix could point the menu to its dvd/bd drive import directory?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Phoenix API stuckless SageTV Customizations 264 03-17-2011 11:36 AM
Phoenix build 309 Available stuckless Phoenix 23 03-17-2011 06:40 AM
Need help understanding SMM & Phoenix Fan Art SDeGonge Sage My Movies 1 08-29-2010 09:50 AM


All times are GMT -6. The time now is 07:45 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.