SageTV Community  

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

Notices

SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-06-2010, 05:00 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
STVI: Enable/Disable Favorites

Edit (20 DEC 2016): There is now native API and STV support in SageTV v9 for this feature. Since there is now API support, v9 doesn't required mucking with the favorite's category. Because of this, when updating from v7 to v9 it is best to enable all favorites, remove this STVi, upgrade to SageTV v9, and then disable any favorites that you desire.

----------------------------------------------------

This import allows series favorites to be enabled and disabled without removing them. It adds a button to the Advanced Options of the Favorite Details screen that will either enable or disable the favorite (depending on the state that it is currently in).



On the Favorites Manager screen, disabled favorites will be shown in red (transparency and color are properties). From this screen the record button will toggle the highlighted favorite's enabled/disabled status.




How it works: When a favorite series is disabled, "DisabledFavorite" is added to the end of the category for that favorite. (Which will stop the favorite from recording, since the category won't match any airings.) Enabling the favorite removes that string. This import also hides the "DisabledFavorite" string if it is present.
Attached Images
File Type: jpg ss1.jpg (48.4 KB, 1975 views)
File Type: jpg ss2.jpg (45.6 KB, 1814 views)

Last edited by skiingwiz; 12-20-2016 at 08:53 PM. Reason: SageTV v9 Info
Reply With Quote
  #2  
Old 06-06-2010, 07:57 PM
korben_dallas's Avatar
korben_dallas korben_dallas is offline
Sage Icon
 
Join Date: Oct 2004
Location: USA
Posts: 1,250
Can you give a few examples of when this would be needed?
__________________
SageTV server & client: Win 10 Pro x64, Intel DH67CF, Core i5 2405s, 8 GB ram, Intel HD 3000, 40GB SSD system, 4TB storage, 2x HD PVR component + optical audio, USB-UIRT 2 zones + remote hack, Logitech Harmony One, HDMI output to Sony receiver with native Intel bitstreaming
Reply With Quote
  #3  
Old 06-06-2010, 08:27 PM
darcilicious's Avatar
darcilicious darcilicious is offline
Sage Icon
 
Join Date: Jul 2009
Location: Venus
Posts: 1,306
I like to record Masterpiece Mystery programs; except the Miss Marple ones When those are being broadcast, it would be GREAT to disable that favorite for three or for weeks and then re-enable without having to delete and the set it up again.

That's my use-case, at any rate, I'm sure there are others (e.g. turn off a bunch while on vacation to conserve disk space, maybe?)
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output
on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT)
via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB
Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd
Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2
Reply With Quote
  #4  
Old 06-07-2010, 08:34 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Quote:
Originally Posted by korben_dallas View Post
Can you give a few examples of when this would be needed?
I use if for things that record often. For example, I have a favorite for Law & Order. (I'll watch them all eventually) If I would just let that run, I'd have hundreds of episodes. So I let it record 50 or so, and then disable the favorite. When I watch most of the recordings, I enable it again.

I disable my sports favorites in the off season. Otherwise, I'd get old baseball games being rebroadcast on MLB network (or football on NFL Network, etc.)

And anytime I go on vacation, there are things I disable. (The Daily Show, for example. I don't need to watch episodes that are 2 weeks old)

The idea in all of these scenarios is that I want the favorite to stop recording, but not forever. So to me, this is better than deleting it and recreating it.
Reply With Quote
  #5  
Old 08-02-2010, 08:21 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Small update (v1.1) hitting the repository soon. It allows for configuration from within the UI thanks to this.

Entering the color is not ideal, since it has to be entered as a string, but it's still better than having to dig around in the properties file. In a future update I may implement a graphical color picker for this. (Or submit a feature request for one. )
Reply With Quote
  #6  
Old 08-07-2010, 05:53 AM
owilsky's Avatar
owilsky owilsky is offline
Sage Aficionado
 
Join Date: Dec 2004
Location: Germany
Posts: 447
I tried this but had to change the color in config. It seems that there is OxFF0000 with a leading letter "Oh" instead of a leading zero. Can anybody confirm?
__________________
Oliver Kötter
------------
Check this thread for importing German TV Data into SageTV

Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an
Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz)
My avatar shows the world's best composer!!!
Reply With Quote
  #7  
Old 08-07-2010, 07:49 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Quote:
Originally Posted by owilsky View Post
I tried this but had to change the color in config. It seems that there is OxFF0000 with a leading letter "Oh" instead of a leading zero. Can anybody confirm?
I can confirm. In the config XML, I specified the default value incorrectly. I have a fix, but I'm away from home for a while, so I can't test it. I'll get it uploaded as soon as I can.
Reply With Quote
  #8  
Old 08-16-2010, 08:20 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Quote:
Originally Posted by owilsky View Post
I tried this but had to change the color in config. It seems that there is OxFF0000 with a leading letter "Oh" instead of a leading zero. Can anybody confirm?
This is fixed in version 1.2, available in the repository now.
Reply With Quote
  #9  
Old 08-17-2010, 01:18 PM
owilsky's Avatar
owilsky owilsky is offline
Sage Aficionado
 
Join Date: Dec 2004
Location: Germany
Posts: 447
Is it just me or does this plugin not work with the newest STV updates posted by Andy here: http://forums.sagetv.com/forums/showthread.php?t=50213

The favorite dialog has been changed in these updates.
__________________
Oliver Kötter
------------
Check this thread for importing German TV Data into SageTV

Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an
Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz)
My avatar shows the world's best composer!!!
Reply With Quote
  #10  
Old 08-17-2010, 06:07 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Quote:
Originally Posted by owilsky View Post
Is it just me or does this plugin not work with the newest STV updates posted by Andy here: http://forums.sagetv.com/forums/showthread.php?t=50213

The favorite dialog has been changed in these updates.
It still works for me with that update. The favorite dialog has changed, but only to add the 'User Defined Categories" button, which doesn't interfere with the changes I made. (At least it doesn't for me.)

What problems are you seeing?
Reply With Quote
  #11  
Old 08-18-2010, 12:36 AM
owilsky's Avatar
owilsky owilsky is offline
Sage Aficionado
 
Join Date: Dec 2004
Location: Germany
Posts: 447
Quote:
Originally Posted by skiingwiz View Post
What problems are you seeing?
I'm not seeing the enable/disable button at all...

What I have done:
- first updated this plugin
- then updated to the new stv version from 15/08
- then updated to the new stv version from 16/08

Do I have to rebuild the stv to reinclude all plugins like I had to with SageTV 6?
__________________
Oliver Kötter
------------
Check this thread for importing German TV Data into SageTV

Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an
Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz)
My avatar shows the world's best composer!!!
Reply With Quote
  #12  
Old 08-18-2010, 07:33 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Quote:
Originally Posted by owilsky View Post
I'm not seeing the enable/disable button at all...

What I have done:
- first updated this plugin
- then updated to the new stv version from 15/08
- then updated to the new stv version from 16/08

Do I have to rebuild the stv to reinclude all plugins like I had to with SageTV 6?
That's odd. You don't have to rebuild anything, Sage7 does all of that automatically.

Just to make sure that we are on the same page: The Enable/Disable button is on the "Advanced Options" dialog. So you have to select the favorite to bring up the "Favorite Details" screen and then press the Advanced button to bring up the "Advanced Options" screen. Then you should see the button. (See the first screen shot in the first post)

What happens if, from the "Favorites Manager" screen, you select a favorite and press the record button? Does the selected favorite toggle its state? i.e. does it turn red or remove the red, depending on what state it was in previously. (This behavior is illustrated in the second screen shot in the first post.)
Reply With Quote
  #13  
Old 08-19-2010, 08:57 AM
owilsky's Avatar
owilsky owilsky is offline
Sage Aficionado
 
Join Date: Dec 2004
Location: Germany
Posts: 447
Nevermind. Just updated to Andys newest STV update (.4) and this time it worked, Enable/Disable button is there.

Thanks for your help!
__________________
Oliver Kötter
------------
Check this thread for importing German TV Data into SageTV

Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an
Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz)
My avatar shows the world's best composer!!!
Reply With Quote
  #14  
Old 08-19-2010, 06:51 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Quote:
Originally Posted by owilsky View Post
Nevermind. Just updated to Andys newest STV update (.4) and this time it worked, Enable/Disable button is there.

Thanks for your help!
You're welcome. I'm glad it all got settled out for you.
Reply With Quote
  #15  
Old 10-08-2010, 09:19 AM
heffe2001's Avatar
heffe2001 heffe2001 is offline
Sage Icon
 
Join Date: Mar 2004
Location: Conover, NC
Posts: 1,269
Would it be possible to get a mass-disable favorites? We're in the process of switching from Sat to cable (was supposed to happen Wed, but wiring and a few other problems outside our house have it delayed 2 weeks, and the wife already canceled the Sat service, lol). We're currently just using Sage for Playon access, and our imported videos, and this would save me having to go back and delete all the bad recordings the system seems to be making..
__________________
Server: AMD Phenom 2 920 2.8ghz Quad, 16gb Ram, 4tb Storage, 1xHVR-2250, 1 Ceton Cable Card adapter, Windows 7 SP1
Reply With Quote
  #16  
Old 10-09-2010, 11:47 AM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Quote:
Originally Posted by heffe2001 View Post
Would it be possible to get a mass-disable favorites? We're in the process of switching from Sat to cable (was supposed to happen Wed, but wiring and a few other problems outside our house have it delayed 2 weeks, and the wife already canceled the Sat service, lol). We're currently just using Sage for Playon access, and our imported videos, and this would save me having to go back and delete all the bad recordings the system seems to be making..
It's possible. I'll take a look at what that would involve (like me learning to use loops in studio) and how much free time I have.

Do you know that from the favorites manager you can use the record button to disable the currently highlighted favorite? Depending on how many you have that could work for you. (It's much faster that having to go into the options for each favorite.)
Reply With Quote
  #17  
Old 02-23-2011, 11:48 PM
cjbojrab cjbojrab is offline
Sage User
 
Join Date: Jan 2011
Location: Berwyn
Posts: 40
Enable / Disable Favorites Plugin doesn't work with 7.1.2

Note: The Enable / Disable Favorites plugin does not work with the new beta 7.1.2. The favorites list comes up, but you can't see the details page of a favorite when the plugin is enabled.

* merged *
Reply With Quote
  #18  
Old 02-24-2011, 10:22 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
As soon as I get some time to upgrade to the beta, I'll fix this. It won't be this weekend, but hopefully soon.
Reply With Quote
  #19  
Old 02-28-2011, 10:25 AM
AlphaCrew AlphaCrew is offline
Sage Aficionado
 
Join Date: May 2010
Location: Whosevile
Posts: 303
Quote:
Originally Posted by skiingwiz View Post
As soon as I get some time to upgrade to the beta, I'll fix this. It won't be this weekend, but hopefully soon.
I got hit with this also, Absolutely love this plug-in so thanks in advance for the fix.
Reply With Quote
  #20  
Old 03-01-2011, 06:00 AM
Savage1701 Savage1701 is offline
Sage Expert
 
Join Date: Apr 2009
Location: Roscoe, IL
Posts: 668
Ahhh..that explains it. I was wondering why I can no longer change anything about my favorites, but I love the "Enable/Disable Favorites" plugin.

Good to know.
__________________
Asus P5Q Premium MB, E6750, 4GB RAM, 32-bit XP Pro SP3, 3Ware 9590SE controller, 80GB 7.2K Laptop boot drive w/SuperSpeed Cache Utility & eBoostr, (1) KWorld ATSC-110, (1) 950Q USB, (1) 2250 tuner, (1) HD-PVR using USB-UIRT, (1) 1600 Dual card, (1) DVICO Fusion 5 Gold, (1) Hauppauge 1250, (1) Hauppauge 2250, 8 various storage HD's, NEC-based x1 USB add-on card, 2 outdoor antennas capturing 2 different OTA markets, Dish Network w/HD Receiver for HD-PVR.
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
enable Fanart on server/Disable on extender craigap SageMC Custom Interface 4 02-19-2010 10:10 AM
STV Import: Enable/Disable Favorites for Default STV skiingwiz SageTV Customizations 2 11-07-2009 04:32 PM
STV Import: Enable/Disable Favorites skiingwiz SageMC Custom Interface 5 11-07-2009 02:24 PM
enable and disable channels sg010 SageTV EPG Service 4 05-11-2007 12:06 PM


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


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