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
  #221  
Old 05-27-2011, 05:44 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
FYI. I'm working on the following for this plugin:

- Add ability to specify what user profile to use if no user is logged on. (This is actually done but I haven't released it yet.)

- Try to fix the DVD playback problem (DVD's do not resume playing at the right point for different users.)

- Maybe add ability to limit how much time each user has to watch over a given period of time (daily, weekly, monthly. This was suggested in another thread and I like the idea.

- I'll start thinking about ChePazzo's idea of somehow customizing the menus based on user.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #222  
Old 05-29-2011, 02:03 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Version 0.14

Version 0.14 posted. Changes:

- Added ability to specify the user profile to use if no user is logged on.
- Added ability to set viewing time limits for users.

Still on the "to do" list:
- Get DVD playback to resume at the right place.
- Limit menu items for some users.
- Limit channels available to some users.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #223  
Old 05-30-2011, 10:16 AM
jpaddock3000 jpaddock3000 is offline
Sage Aficionado
 
Join Date: Dec 2006
Location: San Diego, CA
Posts: 341
Tom,
With the new upgrade, I'm noticing a sorting issue when browsing movies by folder list. My sorting method is A-Z, but they are all out of order. I tried changing it to a different sorting method and then back to A-Z, but no luck. Browsing all DVD's shows in alphabetical order. Please advise. I have attached my log file. I did the browsing around 9:11am.

Thanks
Jason
Attached Files
File Type: zip sagetv_0.zip (701.1 KB, 130 views)
__________________
Server - Windows Home Server: Sage 7.1.9 HVR-2250 and HD Homerun Dual Tuner, Intel Core2Duo 2.4GHz, RAM 4 GB, HD OS/Movies/Music/Pictures:500GB (SATAII) TV:1TB (SATAII),
Clients - 2 x HD-300, 3 x MediaMVP
Reply With Quote
  #224  
Old 05-30-2011, 07:54 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by jpaddock3000 View Post
Tom,
With the new upgrade, I'm noticing a sorting issue when browsing movies by folder list. My sorting method is A-Z, but they are all out of order. I tried changing it to a different sorting method and then back to A-Z, but no luck. Browsing all DVD's shows in alphabetical order. Please advise. I have attached my log file. I did the browsing around 9:11am.

Thanks
Jason
Jason,

I can see where you were doing the browsing. I'll have to check it out to see what's going wrong. I didn't change anything in that section of the code so I'm not sure what the problem is
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #225  
Old 05-31-2011, 01:53 PM
ChePazzo ChePazzo is offline
Sage Aficionado
 
Join Date: Oct 2004
Posts: 287
It's not an issue that I have, just that I forsee. If one of them sits on the remote or a younger child picks it up and hits just the right sequence, etc.

I assume we are talking about imported as well as recorded stuff?

Quote:
Originally Posted by tmiranda View Post
Your timing is good, I just started working on this plugin again.

The only way the kids can delete from all users is if all of the users are logged in as secondary users. If there are no secondary users logged in then the show will only be deleted from the view of the logged in user.

How are they using the system and why are you afraid they will delete everything, I guess I just don't understand the issue you are having.
Reply With Quote
  #226  
Old 05-31-2011, 01:56 PM
ChePazzo ChePazzo is offline
Sage Aficionado
 
Join Date: Oct 2004
Posts: 287
I didn't think so (I can't imagine anyone other than me using that), but figured I'd ask.

I don't use kerb for the security, but for the SSO features (specifically common password across PCs).


Quote:
Originally Posted by tmiranda View Post
Zero. This plugin is far from secure so I don't see the value in having world class password security. The whole password system can be avoided simply by uninstalling the plugin.

On the bright side, if your kids are smart enough to look at the java code, figure out where the passwords are stored, and then write a program to read the passwords, they have a great future in programming.
Reply With Quote
  #227  
Old 05-31-2011, 02:00 PM
ChePazzo ChePazzo is offline
Sage Aficionado
 
Join Date: Oct 2004
Posts: 287
Quote:
Originally Posted by tmiranda View Post
FYI. I'm working on the following for this plugin:

- I'll start thinking about ChePazzo's idea of somehow customizing the menus based on user.
There's a plugin out there called "Custom Main Menu" or something like that that (I think) lets you turn menu items on or off. Not sure if it would be compatible on a per-user basis, but maybe.
Reply With Quote
  #228  
Old 05-31-2011, 05:28 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by ChePazzo View Post
There's a plugin out there called "Custom Main Menu" or something like that that (I think) lets you turn menu items on or off. Not sure if it would be compatible on a per-user basis, but maybe.
No, that's a different animal altogether and deserves it's own plugin. I was thinking of something a lot simpler like enabling/disabling menus and options on a user by user basis. This will be low on the priority list because it's a lot of tedious work. I did something similar with the Restrict Access plugin and that was no fun at all.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #229  
Old 05-31-2011, 06:44 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by jpaddock3000 View Post
Tom,
With the new upgrade, I'm noticing a sorting issue when browsing movies by folder list. My sorting method is A-Z, but they are all out of order. I tried changing it to a different sorting method and then back to A-Z, but no luck. Browsing all DVD's shows in alphabetical order. Please advise. I have attached my log file. I did the browsing around 9:11am.

Thanks
Jason
Jason,

I think I know what's happening, but I do not know why. In the STV it calls a method to get all of the videos grouped by folder and then after that they get sorted. For some reason the sorting code in the STV is not getting executed.

Can you please tell me the following:

- What STV version are you using? To find out go to Setup->Detailed Setup->Advanced and look for "Check for STV update". Just under that it will tell you the current version.

- Does the error persist of you remove all other "UI Mod" plugins? (The other types do not matter for now.)

- When you updated the MultiUser plugin did you make any other changes? (Add more plugins, remove some plugins, update Sage, etc.)

Thanks,

Tom
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #230  
Old 05-31-2011, 10:06 PM
jpaddock3000 jpaddock3000 is offline
Sage Aficionado
 
Join Date: Dec 2006
Location: San Diego, CA
Posts: 341
Quote:
Originally Posted by tmiranda View Post
Jason,

I think I know what's happening, but I do not know why. In the STV it calls a method to get all of the videos grouped by folder and then after that they get sorted. For some reason the sorting code in the STV is not getting executed.

Can you please tell me the following:

- What STV version are you using? To find out go to Setup->Detailed Setup->Advanced and look for "Check for STV update". Just under that it will tell you the current version.

- Does the error persist of you remove all other "UI Mod" plugins? (The other types do not matter for now.)

- When you updated the MultiUser plugin did you make any other changes? (Add more plugins, remove some plugins, update Sage, etc.)

Thanks,

Tom
  1. 2011042501
  2. Yes, all UI mods disabled and I still see the issue. (sageclient_0.txt attached)
  3. Did nothing after the update.

I'm not sure I mentioned that the sorting issue is broken even with no user logged in. That seems very odd to me.

I'm also noticing another issue, or it might just be user error. I would like to setup a specific extender to automatically login a specific user regardless of who was logged in previously. So under Admin, I set login last user to no and default user if no user is logged in to the user that I want. I turn off the extender and turn it back on to see no user logged in. Shouldn't the "default" user now be logged in? Same issue happens on the server client. Attached (sageclient_1.txt) is the log from the server client.
Attached Files
File Type: txt sagetvclient_0.txt (312.7 KB, 114 views)
File Type: txt sagetvclient_1.txt (653.8 KB, 128 views)
__________________
Server - Windows Home Server: Sage 7.1.9 HVR-2250 and HD Homerun Dual Tuner, Intel Core2Duo 2.4GHz, RAM 4 GB, HD OS/Movies/Music/Pictures:500GB (SATAII) TV:1TB (SATAII),
Clients - 2 x HD-300, 3 x MediaMVP
Reply With Quote
  #231  
Old 06-01-2011, 05:53 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by jpaddock3000 View Post
  1. 2011042501
  2. Yes, all UI mods disabled and I still see the issue. (sageclient_0.txt attached)
  3. Did nothing after the update.

I'm not sure I mentioned that the sorting issue is broken even with no user logged in. That seems very odd to me.

I'm also noticing another issue, or it might just be user error. I would like to setup a specific extender to automatically login a specific user regardless of who was logged in previously. So under Admin, I set login last user to no and default user if no user is logged in to the user that I want. I turn off the extender and turn it back on to see no user logged in. Shouldn't the "default" user now be logged in? Same issue happens on the server client. Attached (sageclient_1.txt) is the log from the server client.
One more silly question. Does the sorting work without the MultiUser plugin installed?

As for the second question, I see what you are trying to do but I'll need to look at the code (tonight) to see if it works that way.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #232  
Old 06-01-2011, 08:34 AM
jpaddock3000 jpaddock3000 is offline
Sage Aficionado
 
Join Date: Dec 2006
Location: San Diego, CA
Posts: 341
Quote:
Originally Posted by tmiranda View Post
One more silly question. Does the sorting work without the MultiUser plugin installed?
If I disable the plugin, sorting works as expected.

Thanks
__________________
Server - Windows Home Server: Sage 7.1.9 HVR-2250 and HD Homerun Dual Tuner, Intel Core2Duo 2.4GHz, RAM 4 GB, HD OS/Movies/Music/Pictures:500GB (SATAII) TV:1TB (SATAII),
Clients - 2 x HD-300, 3 x MediaMVP
Reply With Quote
  #233  
Old 06-01-2011, 11:07 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by jpaddock3000 View Post
If I disable the plugin, sorting works as expected.

Thanks
Thanks. I haven't tested it against the 20110425 fileset, only 20110405. Maybe something changed that broke things.

Also forgot to mention, you are using a rather old JVM (1.6.0). You may want to consider upgrading because that was the initial release of version 6 and there were a number of bugfixes. I think the latest update is 25.

Tom
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #234  
Old 06-01-2011, 11:26 AM
jpaddock3000 jpaddock3000 is offline
Sage Aficionado
 
Join Date: Dec 2006
Location: San Diego, CA
Posts: 341
Quote:
Originally Posted by tmiranda View Post
Thanks. I haven't tested it against the 20110425 fileset, only 20110405. Maybe something changed that broke things.

Also forgot to mention, you are using a rather old JVM (1.6.0). You may want to consider upgrading because that was the initial release of version 6 and there were a number of bugfixes. I think the latest update is 25.

Tom
I should have 1.6.0_24, but I just updated it to 1.6.0_25. Are you not seeing that Sage is using that version? Is there a way to change Sage to use the most recent version of SageTV?
__________________
Server - Windows Home Server: Sage 7.1.9 HVR-2250 and HD Homerun Dual Tuner, Intel Core2Duo 2.4GHz, RAM 4 GB, HD OS/Movies/Music/Pictures:500GB (SATAII) TV:1TB (SATAII),
Clients - 2 x HD-300, 3 x MediaMVP
Reply With Quote
  #235  
Old 06-01-2011, 01:10 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by jpaddock3000 View Post
I should have 1.6.0_24, but I just updated it to 1.6.0_25. Are you not seeing that Sage is using that version? Is there a way to change Sage to use the most recent version of SageTV?
Just make sure you only have one version of Java installed. Also make sure when you update Java you stop Sage.

I saw this line in the logfile:

Code:
Tue 5/31 21:05:01.508 [main@27391d] JVM version=1.6.0
Given there was no _xx after the 1.6.0 I assumed it was the original 1.6, this might be a bad assumption
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #236  
Old 06-01-2011, 01:14 PM
jpaddock3000 jpaddock3000 is offline
Sage Aficionado
 
Join Date: Dec 2006
Location: San Diego, CA
Posts: 341
Quote:
Originally Posted by tmiranda View Post
Just make sure you only have one version of Java installed. Also make sure when you update Java you stop Sage.

I saw this line in the logfile:

Code:
Tue 5/31 21:05:01.508 [main@27391d] JVM version=1.6.0
Given there was no _xx after the 1.6.0 I assumed it was the original 1.6, this might be a bad assumption
Hmm, I don't think I ever shut down Sage when I update Java. I just assumed that Sage would start using the new version of Java once Sage restarted (which I have happen nightly). I can stop Sage and install Java again and see if the log file shows differently.
__________________
Server - Windows Home Server: Sage 7.1.9 HVR-2250 and HD Homerun Dual Tuner, Intel Core2Duo 2.4GHz, RAM 4 GB, HD OS/Movies/Music/Pictures:500GB (SATAII) TV:1TB (SATAII),
Clients - 2 x HD-300, 3 x MediaMVP
Reply With Quote
  #237  
Old 06-01-2011, 04:42 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by jpaddock3000 View Post
Hmm, I don't think I ever shut down Sage when I update Java. I just assumed that Sage would start using the new version of Java once Sage restarted (which I have happen nightly). I can stop Sage and install Java again and see if the log file shows differently.
I just checked on my system and this is what I see:

Code:
Wed 6/1 18:40:29.002 [main@171bbc9] JVM version=1.6.0_24
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #238  
Old 06-01-2011, 04:57 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by tmiranda View Post
Thanks. I haven't tested it against the 20110425 fileset, only 20110405. Maybe something changed that broke things.
I think this is the problem, but I'm still investigating.

Try going to Configuration and then select "MultiUserfy". Let that run and see if it helps.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #239  
Old 06-01-2011, 05:47 PM
jpaddock3000 jpaddock3000 is offline
Sage Aficionado
 
Join Date: Dec 2006
Location: San Diego, CA
Posts: 341
Quote:
Originally Posted by jpaddock3000 View Post
Hmm, I don't think I ever shut down Sage when I update Java. I just assumed that Sage would start using the new version of Java once Sage restarted (which I have happen nightly). I can stop Sage and install Java again and see if the log file shows differently.
So I just followed the instructions provided here: http://forums.sagetv.com/forums/show...802#post346802 and the log file still shows 1.6.0. I even made sure to delete the Java folder under Program Files and made sure the registry had no JavaSoft entry under HKLM\Software. Sage has to be using 1.6.0_25 though as I don't have any other version on my system. Do you think this is something I should be worried about and contact Sage for support?

Thanks
__________________
Server - Windows Home Server: Sage 7.1.9 HVR-2250 and HD Homerun Dual Tuner, Intel Core2Duo 2.4GHz, RAM 4 GB, HD OS/Movies/Music/Pictures:500GB (SATAII) TV:1TB (SATAII),
Clients - 2 x HD-300, 3 x MediaMVP
Reply With Quote
  #240  
Old 06-01-2011, 05:49 PM
jpaddock3000 jpaddock3000 is offline
Sage Aficionado
 
Join Date: Dec 2006
Location: San Diego, CA
Posts: 341
Quote:
Originally Posted by tmiranda View Post
I think this is the problem, but I'm still investigating.

Try going to Configuration and then select "MultiUserfy". Let that run and see if it helps.
It made 30 changes but no luck. Same result.
__________________
Server - Windows Home Server: Sage 7.1.9 HVR-2250 and HD Homerun Dual Tuner, Intel Core2Duo 2.4GHz, RAM 4 GB, HD OS/Movies/Music/Pictures:500GB (SATAII) TV:1TB (SATAII),
Clients - 2 x HD-300, 3 x MediaMVP
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
TV Explorer for the Default STV - Testers Needed tmiranda SageTV Customizations 60 09-18-2009 10:52 AM
Restricted Access STVi - Testers Needed tmiranda SageTV Customizations 10 08-25-2009 05:01 PM
Plugin: SJQ v1.1.0RC1 Available - Testers Needed Slugger SageTV Customizations 35 04-21-2008 08:12 AM
Beta Testers needed for SageTV for Mac OS X!! Narflex SageTV Beta Test Software 39 04-11-2007 03:47 PM


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


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