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 06-16-2011, 08:15 AM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
Double List users?

Does anyone use the Double List UMB? I'm thinking about retiring it (actually rewriting it completely, but for a few releases it will be gone).

The code in the double list is very hard to maintain - especially compared with the other UMB variants.

But I don't want to piss anyone off by just yanking it - but I'd rather just piss off a few people than a bunch once we go public.....

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #2  
Old 06-16-2011, 08:23 AM
wrems's Avatar
wrems wrems is offline
Sage Icon
 
Join Date: Feb 2007
Location: Marietta, GA
Posts: 1,332
Which one is the double list again.... I don't think I use that one, but not sure off the top of my head... Regardless, do what you need to do. If that means pulling it, then pull it. Do you have a screenshot handy....
Reply With Quote
  #3  
Old 06-16-2011, 08:27 AM
wrems's Avatar
wrems wrems is offline
Sage Icon
 
Join Date: Feb 2007
Location: Marietta, GA
Posts: 1,332
Are you thinking 314 will be a public release?...
Reply With Quote
  #4  
Old 06-16-2011, 08:37 AM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
No. In 314 when you delete something it doesn't get removed from the UMB until you reload the view - this is a known issue, which I have mostly fixed in the code since then, and was introduced by making changes to make sorts on views sticky, but that's the main thing I want to fix before we open it up to the masses. There are probably some other features the others want to fix as well.

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #5  
Old 06-16-2011, 08:51 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by bialio View Post
No. In 314 when you delete something it doesn't get removed from the UMB until you reload the view - this is a known issue, which I have mostly fixed in the code since then, and was introduced by making changes to make sorts on views sticky, but that's the main thing I want to fix before we open it up to the masses. There are probably some other features the others want to fix as well.

btl.
Brian, I did add code to remove the items from the views as well... is it not working? (I thought I had fixed it)
Reply With Quote
  #6  
Old 06-16-2011, 08:56 AM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
Your code is working. If you delete from a view where you have a MediaFile that has a reference to the view it's part of that works fine.

If you delete after watching from the OSD (where there isn't a reference to the view in the MediaFile) your code doesn't handle that situation - which I don't see how it could.

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #7  
Old 06-16-2011, 11:55 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by bialio View Post
Your code is working. If you delete from a view where you have a MediaFile that has a reference to the view it's part of that works fine.

If you delete after watching from the OSD (where there isn't a reference to the view in the MediaFile) your code doesn't handle that situation - which I don't see how it could.

btl.
Yeah... that is interesting... when I have I IMediaFile i get a reference to the parent as well, so it's easy to remove itself from the parent. That's harder to do when you just have the sage mediafile. If you want, i can try to create a utility method that might help with this?
Reply With Quote
  #8  
Old 06-16-2011, 12:00 PM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
I'm able to handle it pretty well - the DecoratedMediaFile and SageMediaFile both return the same hash on GetId(), so I just use that.

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #9  
Old 06-16-2011, 12:12 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
I don't use the double list..ever

incase it matters to you :-)
Reply With Quote
  #10  
Old 06-16-2011, 12:37 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by bialio View Post
I'm able to handle it pretty well - the DecoratedMediaFile and SageMediaFile both return the same hash on GetId(), so I just use that.

btl.
Yeah, getId() should always return the unique id of the item... so in the case of sage media item, it doesn't matter if it's decorated or not, it should always return the same id.
Reply With Quote
  #11  
Old 06-17-2011, 12:25 PM
Gustovier Gustovier is offline
Sage Aficionado
 
Join Date: Nov 2010
Location: Chicago
Posts: 460
I don't use it. Once the grid view came along. Now I use Grid exclusively, only issue that stops grid from being perfect for me is the scroll speed on my hd300
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
Sorting of TV Shows in Double List View wayner Phoenix 3 03-18-2011 09:28 AM
double recordings sleonard SageTV Software 1 12-30-2009 09:22 PM
PS3 Will Double Up As PVR Mahoney General Discussion 2 08-02-2007 10:49 AM
MVP Double-Image rickgillyon SageTV Beta Test Software 16 11-09-2006 04:12 PM
double channels mryan1 SageTV EPG Service 4 01-03-2006 11:12 PM


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.