NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 3 4 5 6 7 … 56 Next »
SSPlus Screensaver - Photo Slideshow Beta

 
  • 0 Vote(s) - 0 Average
SSPlus Screensaver - Photo Slideshow Beta
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,920
Threads: 956
Joined: May 2006
#31
2012-06-26, 12:17 AM
ACTCMS Wrote:It is odd - especially as I see MediaNextTrack and MediaPreviousTrack...

Alex

After more testing, I see the Ctrl-S followed immediately by a MediaStop

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#32
2012-06-26, 12:23 AM
mvallevand Wrote:After more testing, I see the Ctrl-S followed immediately by a MediaStop

Martin
Could you post a log file?

Alex
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,920
Threads: 956
Joined: May 2006
#33
2012-06-26, 12:33 AM
ACTCMS Wrote:Could you post a log file?

Alex

Without music playing this is what SSPLus shows

Code:
2012-06-25 20:26:29.939    [DEBUG][1]    SSPlus Notify: SSPlus is running as a plugin
2012-06-25 20:26:29.939    [DEBUG][1]    SSPlus Notify: finished...
2012-06-25 20:26:29.939    [DEBUG][1]    YouTube: IEventNotification(ACTIVATE_PLUGIN, SSPlus)
2012-06-25 20:26:29.967    [DEBUG][1]    OnKeyDown() done. Took 1121 ms
2012-06-25 20:26:31.448    [DEBUG][1]    SSPlus NeedsRendering: time to move
2012-06-25 20:26:31.956    [DEBUG][1]    Frame Render Rate=74.794319152832
2012-06-25 20:26:32.488    [DEBUG][1]    raw message: 0
2012-06-25 20:26:32.489    [DEBUG][1]    appcommand: 13 +(lParam: D0000, wParam: 160878)
2012-06-25 20:26:32.489    [DEBUG][1]    OnKeyDown() called: {CTRL}S, Control
2012-06-25 20:26:32.515    [DEBUG][1]    SSPlus OnKeyDown: S, Control
2012-06-25 20:26:32.540    [DEBUG][1]    OnKeyDown() done. Took 51 ms
2012-06-25 20:26:32.540    [DEBUG][1]    OnKeyDown() called: MediaStop
2012-06-25 20:26:32.540    [DEBUG][1]    SSPlus OnKeyDown: MediaStop
2012-06-25 20:26:32.552    [DEBUG][1]    OnKeyDown() done. Took 12 ms
2012-06-25 20:26:32.782    [DEBUG][1]    raw message: 0
2012-06-25 20:26:33.722    [DEBUG][1]    raw message: 2
2012-06-25 20:26:35.060    [DEBUG][1]    storing Position (1):188,44
2012-06-25 20:26:35.060    [DEBUG][1]    storing Size (1):768,505
2012-06-25 20:26:35.061    [DEBUG][1]    EXITING
2012-06-25 20:26:35.061    [DEBUG][1]    SSPlus Notify: EVENT: Type = 'EXITING' Text = ''

... and as a screen saver without music

Code:
2012-06-25 20:29:53.883    [DEBUG][1]    SSPlus NeedsRendering: time to move
2012-06-25 20:29:56.899    [DEBUG][1]    raw message: 0
2012-06-25 20:29:56.900    [DEBUG][1]    appcommand: 13 +(lParam: D0000, wParam: 290854)
2012-06-25 20:29:56.903    [DEBUG][1]    OnKeyDown() called: {CTRL}S, Control
2012-06-25 20:29:56.929    [DEBUG][1]    SSPlus OnKeyDown: S, Control
2012-06-25 20:29:56.935    [DEBUG][1]    OnKeyDown() done. Took 32 ms
2012-06-25 20:29:56.936    [DEBUG][1]    OnKeyDown() called: MediaStop
2012-06-25 20:29:56.936    [DEBUG][1]    SSPlus OnKeyDown: MediaStop
2012-06-25 20:29:56.960    [DEBUG][1]    OnKeyDown() done. Took 24 ms
2012-06-25 20:29:57.190    [DEBUG][1]    raw message: 0
2012-06-25 20:29:59.591    [DEBUG][1]    raw message: 2
2012-06-25 20:29:59.971    [DEBUG][1]    raw message: 2

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,920
Threads: 956
Joined: May 2006
#34
2012-06-26, 12:50 AM
Alex, right-click stop also has the same behaviour. Maybe you can duplicate that?

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#35
2012-06-26, 11:41 PM
mvallevand Wrote:Alex, right-click stop also has the same behaviour. Maybe you can duplicate that?

Martin
Nice tip Martin - helps with testing - TBH, I'd never really thought about Multi-Media keyboards.

When I use right-click, I still don't see a MediaStop OnKeyDown(), but I've modified my Notify event code to compensate.

The attached should behave itself a bit better when music starts and stops. Could you also check the Playlist Starting indicator after Alt-R?

Alex
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,920
Threads: 956
Joined: May 2006
#36
2012-06-27, 12:25 AM
ACTCMS Wrote:When I use right-click, I still don't see a MediaStop OnKeyDown(), but I've modified my Notify event code to compensate.

Great your update with my MB4 update fixes everything for me now. The mouse shouldn't generate the MediaStop but it was the same behavior.

Quote:The attached should behave itself a bit better when music starts and stops. Could you also check the Playlist Starting indicator after Alt-R?

Yes, I should have mentioned that it was fixed after I fixed MB4. TBH I was not a big fan of it, and I have renamed it, so if you might see this in my logs.

20:20:10.560 [DEBUG][1] Unable to RenderImage(): C:\Users\Public\NPVR\skin\Default\SSPlus\PlaylistStarting.png

Anyway great work to both you and Jaggy, I can shut up now and let others comment!

Martin
ViperDragon
Offline

Member

Posts: 139
Threads: 22
Joined: Apr 2005
#37
2012-12-06, 06:49 AM
I have installed the latest SSPlus from the Wiki onto my nPVR 2.5.9 plus patches, but I cannot get the Photo Slideshow to work. I setup the SSPConfig.xml as such based on what was given in the Wiki page (screensaver kicks in after a minute for debug purposes):

Code:
<settings>
  <viewIndex>NoFavoriteSelected~False|NoFavoriteSelected~False|NoFavoriteSelected~False|SlideShow-NoMusic~False|NoFavoriteSelected~False|NoFavoriteSelected~False</viewIndex>
  <artSource>embedded|directory</artSource>
  <artExtension>jpg|gif|png</artExtension>
  <showClockOnStatusBar>true</showClockOnStatusBar>
  <moveFrequency>10</moveFrequency>
  <ClientSpecificSettings>
    <PCH-0006DC420DBE>
    </PCH-0006DC420DBE>
    <MVP-000DFE237D4E>
    </MVP-000DFE237D4E>
  </ClientSpecificSettings>
</settings>
<slideShowStatus>False|auto|0|0|0</slideShowStatus>
<slideShowCycleMode>S|S</slideShowCycleMode>
<PictureLibrary extensions="^.+\.(bmp|jpg|png|tiff|tif|gif)$">
  <Collection name="Nature">
    <Directory>C:\Users\Public\Pictures\Nature\</Directory>
  </Collection>
</PictureLibrary>

I set the slideShowStatus field from False to True, but still no luck. I tried pressing ALT-Y (Yellow Button) to see if it would start the slide show, but no good. I have 73 JPG files in the directory stated on the HTPC. I cannot figure out what's missing or if I am doing something wrong. What does the False|auto|0|0|0 and S|S fields for those sub sections do?

I also attached my nPVR logs.

Thanks for any help on the matter.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#38
2012-12-06, 10:13 AM
This is Alex's side of things not mine, but I'm fairly sure you need to have
Code:
<slideShowStatus>False|auto|0|0|0</slideShowStatus>
<slideShowCycleMode>S|S</slideShowCycleMode>
<PictureLibrary extensions="^.+\.(bmp|jpg|png|tiff|tif|gif)$">
  <Collection name="Nature">
    <Directory>C:\Users\Public\Pictures\Nature\</Directory>
  </Collection>
</PictureLibrary>

after <settings>

but above </settings>
not after it
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#39
2012-12-06, 02:18 PM
As Jaggy says, all SSPlus settings need to be between between <settings> and </settings>

I've ammended the wiki to make this clearer. The <slideShowStatus> and <slideShowCycleMode> elements are not intended to be manuallly edited - SSPlus uses them to remember your operational preferences between NPVR sessions.
ViperDragon
Offline

Member

Posts: 139
Threads: 22
Joined: Apr 2005
#40
2012-12-07, 01:37 AM
Thanks for the help, got it working smooth now. I should have known better on the placement! :-)
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  New LG and Samsung NextPVR Web Smart TV App available for beta testing. fred250 388 137,496 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 11,941 2015-10-05, 09:32 AM
Last Post: Lao Pan
  Movies beta vik 66 30,705 2015-03-31, 03:13 AM
Last Post: Lao Pan
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 27,267 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 61,652 2013-10-04, 06:40 PM
Last Post: mvallevand
  SSPlus Screensaver 1.2 Fanart Support ACTCMS 8 4,684 2013-08-11, 01:49 PM
Last Post: ACTCMS
  SSPlus v1.0.0 (Screensaver for NPVR) ACTCMS 12 4,886 2012-01-28, 10:03 PM
Last Post: mvallevand
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,679 2011-09-03, 08:15 AM
Last Post: systemshark
  SSPlus 0.9.1 BETA - a screensaver for NPVR ACTCMS 18 5,968 2011-07-18, 12:52 AM
Last Post: johnsonx42
  System Plugin for nPVR - Early Beta imilne 176 47,292 2011-07-16, 04:31 PM
Last Post: johnsonx42

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode