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 05-08-2013, 07:57 AM
JonTom JonTom is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: Whistler BC
Posts: 413
upgraded phoenix & stv, now views not loading

Last night I upgraded all my phoenix plugins, and the default stv, and now none of my custom views are being loaded. BMT and Phoenix don't show them as views anymore (the default views are there but none of mine are in the list). The xml file is still there and seems to be complete, but I guess isn't being read for some reason. Has the location for user vfs changed? My xml file is in C:\Program Files (x86)\SageTV\SageTV\userdata\Phoenix\vfs
__________________
Alpine Website Design
Reply With Quote
  #2  
Old 05-08-2013, 08:26 AM
JonTom JonTom is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: Whistler BC
Posts: 413
<view-source name="phoenix.view.primary.recordedtvarchived"/>
<view-source name="phoenix.view.primary.recordedtv"/>

Are these still valid?
__________________
Alpine Website Design
Reply With Quote
  #3  
Old 05-08-2013, 12:21 PM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
Yes, those are still in the x-vfs.xml file.
btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #4  
Old 05-08-2013, 12:26 PM
JonTom JonTom is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: Whistler BC
Posts: 413
Quote:
Originally Posted by bialio View Post
Yes, those are still in the x-vfs.xml file.
btl.
On my server, the menu file is being processed (because my custom menu showing my views is showing) but the views are not listed within phoenix or BMT. What would cause the views to not be read? Is it a cache issue of some sort?

They work fine on my PC client (which has not been updated yet).
__________________
Alpine Website Design
Reply With Quote
  #5  
Old 05-08-2013, 12:34 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by JonTom View Post
On my server, the menu file is being processed (because my custom menu showing my views is showing) but the views are not listed within phoenix or BMT. What would cause the views to not be read? Is it a cache issue of some sort?

They work fine on my PC client (which has not been updated yet).
All vfs files are merged (automatically on startup) into a file SAGE_HOME/Phoenix/cache/vfs-cached.xml. The first few lines of that file will show ALL the files that go into creating that file, so you should be able to see if it's including your views or not.
Reply With Quote
  #6  
Old 05-08-2013, 12:46 PM
JonTom JonTom is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: Whistler BC
Posts: 413
Quote:
Originally Posted by stuckless View Post
All vfs files are merged (automatically on startup) into a file SAGE_HOME/Phoenix/cache/vfs-cached.xml. The first few lines of that file will show ALL the files that go into creating that file, so you should be able to see if it's including your views or not.
It is listed there.
__________________
Alpine Website Design
Reply With Quote
  #7  
Old 05-08-2013, 12:48 PM
JonTom JonTom is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: Whistler BC
Posts: 413
Should I just delete the whole cache and let it rebuild?
__________________
Alpine Website Design
Reply With Quote
  #8  
Old 05-08-2013, 02:35 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by JonTom View Post
Should I just delete the whole cache and let it rebuild?
deleting the cache, and restarting sagetv will force rebuilt... and I think, using BMT's Refresh menu will do the same.
Reply With Quote
  #9  
Old 05-08-2013, 07:12 PM
JonTom JonTom is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: Whistler BC
Posts: 413
Quote:
Originally Posted by stuckless View Post
deleting the cache, and restarting sagetv will force rebuilt... and I think, using BMT's Refresh menu will do the same.
no change... what is going on?
__________________
Alpine Website Design
Reply With Quote
  #10  
Old 05-08-2013, 11:12 PM
JonTom JonTom is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: Whistler BC
Posts: 413
Well, my PC client has a copy of the vfs file, so I renamed my server's copy of the file and put the client's version in place (it has a different name). This seems to have fixed it as the views are working again.

Now to do a compare on the two vfs files.
__________________
Alpine Website Design
Reply With Quote
  #11  
Old 05-08-2013, 11:28 PM
JonTom JonTom is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: Whistler BC
Posts: 413
The only difference between the two files is the following view:

<view name="JW_recentartists" label="Recently Added Artists" visible="true">
<tag value="music"/>
<view-source name="phoenix.view.source.music"/>
<presentation level="1">
<group by="artist"/>
<sort by="recentactivity">
<option name="sort-order" value="desc"/>
</sort>
</presentation>
<presentation level="2">
<group by="album"/>k
<sort by="track"/>
</presentation>
</view>

Which existed in the old, non-working version but hadn't been added into the client version yet. When I add that code the working vfs file on the server, all the views stop working and showing up in BMT/Phoenix.

That view worked fine until the latest updates, which included:
  • phoenix core and/or api?
  • phoenix
  • groovy
  • sagetv web interface
  • the latest default stv (which I understand was supposed to help witn online videos but didn't)
  • latest java update

Anybody see a reason for that behaviour?
__________________
Alpine Website Design
Reply With Quote
  #12  
Old 05-09-2013, 05:06 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by JonTom View Post
The only difference between the two files is the following view:

<view name="JW_recentartists" label="Recently Added Artists" visible="true">
<tag value="music"/>
<view-source name="phoenix.view.source.music"/>
<presentation level="1">
<group by="artist"/>
<sort by="recentactivity">
<option name="sort-order" value="desc"/>
</sort>
</presentation>
<presentation level="2">
<group by="album"/>k
<sort by="track"/>
</presentation>
</view>

Which existed in the old, non-working version but hadn't been added into the client version yet. When I add that code the working vfs file on the server, all the views stop working and showing up in BMT/Phoenix.

That view worked fine until the latest updates, which included:
  • phoenix core and/or api?
  • phoenix
  • groovy
  • sagetv web interface
  • the latest default stv (which I understand was supposed to help witn online videos but didn't)
  • latest java update

Anybody see a reason for that behaviour?
Zip up all your logs and your vfs files from the server and send them to me (metadatatools at gmail dot com)
Reply With Quote
  #13  
Old 05-09-2013, 01:04 PM
JonTom JonTom is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: Whistler BC
Posts: 413
Quote:
Originally Posted by stuckless View Post
Zip up all your logs and your vfs files from the server and send them to me (metadatatools at gmail dot com)
Which logs?
__________________
Alpine Website Design
Reply With Quote
  #14  
Old 05-09-2013, 04:55 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by JonTom View Post
The only difference between the two files is the following view:

<view name="JW_recentartists" label="Recently Added Artists" visible="true">
<tag value="music"/>
<view-source name="phoenix.view.source.music"/>
<presentation level="1">
<group by="artist"/>
<sort by="recentactivity">
<option name="sort-order" value="desc"/>
</sort>
</presentation>
<presentation level="2">
<group by="album"/>k
<sort by="track"/>
</presentation>
</view>

Which existed in the old, non-working version but hadn't been added into the client version yet. When I add that code the working vfs file on the server, all the views stop working and showing up in BMT/Phoenix.


That view worked fine until the latest updates, which included:
  • phoenix core and/or api?
  • phoenix
  • groovy
  • sagetv web interface
  • the latest default stv (which I understand was supposed to help witn online videos but didn't)
  • latest java update
Anybody see a reason for that behaviour?
You've got an lonely k mucking up your xml there. delete that, and it should work. This was likely causing the XML parse to fail.
__________________
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
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
Utility: Phoenix Tools - Phoenix Renamer stuckless SageTV v7 Customizations 116 04-27-2017 10:42 AM
Went from Phoenix to Gemston - Phoenix UI keeps loading uberpixel Gemstone for v7 4 12-28-2012 01:27 AM
User Categories in Phoenix views Fuzzy Phoenix 4 01-02-2012 09:19 AM
Phoenix Source (and how to rebuild Phoenix from sources) stuckless Phoenix 2 09-22-2011 10:26 PM


All times are GMT -6. The time now is 01:44 PM.


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