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
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#21
2012-06-24, 11:42 PM
mvallevand Wrote:I wasn't implying that but specialty groups like "The Scottish Bear Hunters" would be hard to find.
We don't have Bears in Scotland now, so they are a very old band - I don't play them much now - very dated...
Quote:The trouble with fanart is usually finding the HD quality and ratio required for full screen backgrounds. Do we really want HD James Taylor without hair reminding us how old we are?

Martin
Now, if we got James Taylor WITH hair, that really would remind me how old I am...

Alex
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#22
2012-06-24, 11:59 PM
mvallevand Wrote:The only problem that is remaining is the last problem where cover art disappears but the "Now Playing" text still shows until the first move. That should be in both logs.

Martin
What Button/Keystroke(s) do you use to get this?
Code:
OnKeyDown() called: MediaPreviousTrack
and what should it do - especially when you are already at the first track in the playlist?

Alex
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#23
2012-06-25, 12:33 AM
On my keyboard I use the multimedia keys for play, stop, volume and skipping tracks. On track 1 MusicBox4 will restart the 1st song.

Martin.
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#24
2012-06-25, 01:14 AM
mvallevand Wrote:On my keyboard I use the multimedia keys for play, stop, volume and skipping tracks. On track 1 MusicBox4 will restart the 1st song.

Martin.
OK I asked because looking at the log snippet below, I don't see any keystroke(s) which would trigger the "PLAYBACK_AUDIO_STOPPING_VIA_REQUESTED_STOP" event. I would expect to see a log entry like "OnKeyDown() called: {CTRL}S, Control" which SSPlus recognises as a change of mode and immediately clears all music playing skin variables and does a move.
Code:
2012-06-23 12:35:45.685    [DEBUG][1]    MusicBox4: ML: Notify Called: EventText:NOW_PLAYING EventType:Adele - Rolling In The Deep
2012-06-23 12:35:45.685    [DEBUG][1]    NOW_PLAYING
2012-06-23 12:35:45.685    [DEBUG][1]    SSPlus Notify: EVENT: Type = 'NOW_PLAYING' Text = 'Adele - Rolling In The Deep'
2012-06-23 12:35:45.685    [DEBUG][1]    SSPlus Notify: finished...
2012-06-23 12:35:45.685    [DEBUG][1]    YouTube: IEventNotification(NOW_PLAYING, Adele - Rolling In The Deep)
2012-06-23 12:35:45.712    [INFO][1]    SSPlus AudioInfo MP3Info NextArt: 1/1
2012-06-23 12:35:45.960    [DEBUG][1]    OnKeyDown() done. Took 566 ms
2012-06-23 12:35:45.961    [DEBUG][1]    GetEventCode() returned: 0x000d
2012-06-23 12:35:45.961    [DEBUG][1]    GetEventCode() returned: 0x000e
2012-06-23 12:35:45.961    [DEBUG][1]    GetEventCode() returned: 0x0000
2012-06-23 12:35:45.961    [DEBUG][1]    OnKeyDown() called: MediaPreviousTrack
2012-06-23 12:35:45.961    [DEBUG][1]    SSPlus OnKeyDown: MediaPreviousTrack
2012-06-23 12:35:45.999    [DEBUG][1]    OnKeyDown() done. Took 38 ms
2012-06-23 12:35:45.999    [DEBUG][1]    raw message: 0
2012-06-23 12:35:46.266    [DEBUG][1]    Element not found: /Skin/Element[@name="ListSelectionMetaData"]
2012-06-23 12:35:46.266    [DEBUG][1]    Element not found: /Skin/Element[@name="ListSelectionMetaData"]
2012-06-23 12:35:47.286    [DEBUG][1]    raw message: 1
2012-06-23 12:35:49.163    [DEBUG][1]    raw message: 1
2012-06-23 12:35:49.789    [DEBUG][1]    MusicBox4: ML: Notify Called: EventText:PLAYBACK_AUDIO_STOPPING_VIA_REQUESTED_STOP
2012-06-23 12:35:49.789    [DEBUG][1]    PLAYBACK_AUDIO_STOPPING_VIA_REQUESTED_STOP
2012-06-23 12:35:49.789    [DEBUG][1]    SSPlus Notify: EVENT: Type = 'PLAYBACK_AUDIO_STOPPING_VIA_REQUESTED_STOP' Text = ''
2012-06-23 12:35:49.789    [DEBUG][1]    SSPlus Notify: finished...
2012-06-23 12:35:49.789    [DEBUG][1]    YouTube: IEventNotification(PLAYBACK_AUDIO_STOPPING_VIA_REQUESTED_STOP, )
2012-06-23 12:35:49.790    [DEBUG][1]    MusicBox4: ML: Notify Called: EventText:PLAYING_AUDIO_ENDED
2012-06-23 12:35:49.790    [DEBUG][1]    PLAYING_AUDIO_ENDED
2012-06-23 12:35:49.790    [DEBUG][1]    SSPlus Notify: EVENT: Type = 'PLAYING_AUDIO_ENDED' Text = ''
2012-06-23 12:35:49.790    [INFO][1]    SSPlus AudioInfo MP3Info clearing...
2012-06-23 12:35:49.790    [INFO][1]    SSPlus AAImageList ctor...
2012-06-23 12:35:49.790    [DEBUG][1]    SSPlus AAImageList ctor: List contains the following 1 item(s)
2012-06-23 12:35:49.790    [DEBUG][1]    NoImageFound
2012-06-23 12:35:49.790    [DEBUG][1]    SSPlus AAImageList ctor: CurrentIndex -1 CurrentIndex0 0 CurrentIndex1 1
2012-06-23 12:35:49.856    [DEBUG][1]    SSPlus Notify PLAYING_AUDIO_ENDED: PlayList length = 11 tracks left = 10
2012-06-23 12:35:49.856    [DEBUG][1]    SSPlus Notify: finished...
2012-06-23 12:35:49.856    [DEBUG][1]    YouTube: IEventNotification(PLAYING_AUDIO_ENDED, )
2012-06-23 12:35:49.857    [DEBUG][1]    MusicBox4: ML: Notify Called: EventText:PLAYBACK_STOPPED
2012-06-23 12:35:49.857    [DEBUG][1]    PLAYBACK_STOPPED
2012-06-23 12:35:49.857    [DEBUG][1]    SSPlus Notify: EVENT: Type = 'PLAYBACK_STOPPED' Text = ''
2012-06-23 12:35:49.857    [DEBUG][1]    SSPlus Notify: finished...
2012-06-23 12:35:49.857    [DEBUG][1]    YouTube: IEventNotification(PLAYBACK_STOPPED, )
2012-06-23 12:35:49.857    [DEBUG][1]    Stopping graph@1
2012-06-23 12:35:49.869    [DEBUG][1]    Stopping graph@2
2012-06-23 12:35:49.869    [DEBUG][1]    Stopping graph@3
2012-06-23 12:35:49.869    [DEBUG][1]    Removing filter  Default DirectSound Device
2012-06-23 12:35:49.870    [DEBUG][1]    Removing filter  ffdshow Audio Decoder
2012-06-23 12:35:49.886    [DEBUG][1]    Removing filter  SOURCE
2012-06-23 12:35:55.823    [DEBUG][1]    SSPlus NeedsRendering: time to move

Alex
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#25
2012-06-25, 01:30 AM
In MB4 what I use is

Code:
if ((e.KeyCode == Keys.S && e.Control) || e.KeyCode == Keys.MediaStop)

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#26
2012-06-25, 03:16 PM
mvallevand Wrote:In MB4 what I use is

Code:
if ((e.KeyCode == Keys.S && e.Control) || e.KeyCode == Keys.MediaStop)

Martin
and the problem is that I don't see either of these in the log snippet above - in fact, I don't see any keystroke which would cause the PLAYBACK_AUDIO_STOPPING_VIA_REQUESTED_STOP event. So what did you do to stop the playlist?

Alex
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#27
2012-06-25, 10:26 PM
ACTCMS Wrote:and the problem is that I don't see either of these in the log snippet above - in fact, I don't see any keystroke which would cause the PLAYBACK_AUDIO_STOPPING_VIA_REQUESTED_STOP event. So what did you do to stop the playlist?

Alex

I hit the multimedia Stop key with SSPlus running, so MB4 doesn't do anything to stop the playlist. Instead it responds to Notify and ensures the view is okay when SSPlus deactivates.

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#28
2012-06-25, 11:04 PM
mvallevand Wrote:I hit the multimedia Stop key with SSPlus running, so MB4 doesn't do anything to stop the playlist. Instead it responds to Notify and ensures the view is okay when SSPlus deactivates.

Martin
OK - in that case, I'll modify my Notify handling to compensate for not seeing a MediaStop keystroke.

Alex
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#29
2012-06-25, 11:47 PM
ACTCMS Wrote:OK - in that case, I'll modify my Notify handling to compensate for not seeing a MediaStop keystroke.

Alex

It's odd that you don't see MediaStop on the OnKeyEvent() my other plugins see it too. In any case, I can't duplicate this now since SSPlus jumps to the top left every time I hit stop.

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#30
2012-06-26, 12:14 AM
mvallevand Wrote:It's odd that you don't see MediaStop on the OnKeyEvent() my other plugins see it too. In any case, I can't duplicate this now since SSPlus jumps to the top left every time I hit stop.

Martin
It is odd - especially as I see MediaNextTrack and MediaPreviousTrack...

Alex
« 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 135,651 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 11,735 2015-10-05, 09:32 AM
Last Post: Lao Pan
  Movies beta vik 66 30,357 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 26,883 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 61,218 2013-10-04, 06:40 PM
Last Post: mvallevand
  SSPlus Screensaver 1.2 Fanart Support ACTCMS 8 4,563 2013-08-11, 01:49 PM
Last Post: ACTCMS
  SSPlus v1.0.0 (Screensaver for NPVR) ACTCMS 12 4,752 2012-01-28, 10:03 PM
Last Post: mvallevand
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,651 2011-09-03, 08:15 AM
Last Post: systemshark
  SSPlus 0.9.1 BETA - a screensaver for NPVR ACTCMS 18 5,774 2011-07-18, 12:52 AM
Last Post: johnsonx42
  System Plugin for nPVR - Early Beta imilne 176 46,331 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