Release Artist Slideshow addon (with skin and addon integration)
I have a problem with artist slideshow stopping after playing a few tracks. I first suspected a skin issue (Arctic Horizon) but after testing i nailed it down to only happen while hearing music trough the amazon media plugin. This plugin plays music from your prime music or unlimited account. However, it uses the videoplayer to play audio (paplayer has no cache and stutters). When starting playback the first track shows artwork, but when the next track loads it mostly stops AS. Sometimes it plays more than one track with artwork and fails later but it seems it mostly fails after the first song change. Here is the relevant log snippet from starting the first track until AS stops:

2020-09-24 01:09:13.506 T:11693 NOTICE: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2020-09-24 01:09:13.525 T:11693 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 22688 m_frames: 1418 m_frameSize: 8 channels: 2
2020-09-24 01:09:36.661 T:11693 NOTICE: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2020-09-24 01:09:36.685 T:11693 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 22688 m_frames: 1418 m_frameSize: 8 channels: 2
2020-09-24 01:09:38.374 T:11683 NOTICE: VideoPlayer::OpenFile: plugin://plugin.audio.amazonmedia/?asin=B07B3RSB4Y&mode=getTrack
2020-09-24 01:09:38.375 T:11835 NOTICE: Creating InputStream
2020-09-24 01:09:38.446 T:11835 ERROR: AddOnLog: InputStream Adaptive: Key system request: com.widevine.alpha
2020-09-24 01:09:39.060 T:11835 NOTICE: Creating Demuxer
2020-09-24 01:09:39.061 T:11835 NOTICE: Opening stream: 1001 source: 256
2020-09-24 01:09:39.476 T:11835 NOTICE: Finding audio codec for: 86018
2020-09-24 01:09:39.506 T:11835 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2020-09-24 01:09:39.540 T:11835 NOTICE: Creating audio thread
2020-09-24 01:09:39.543 T:11848 NOTICE: running thread: CVideoPlayerAudio:Tonguerocess()
2020-09-24 01:09:40.247 T:11848 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 44100, no pass-through)
2020-09-24 01:09:40.313 T:11693 NOTICE: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2020-09-24 01:09:40.334 T:11693 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 22688 m_frames: 1418 m_frameSize: 8 channels: 2
2020-09-24 01:09:40.440 T:11835 WARNING: CDVDMessageQueue(video):Tongueut MSGQ_NOT_INITIALIZED
2020-09-24 01:09:41.381 T:11851 NOTICE: [Artist Slideshow] script version 3.2.2 started
2020-09-24 01:09:41.382 T:11851 NOTICE: [Artist Slideshow] debug logging set to True
2020-09-24 01:09:41.400 T:11851 NOTICE: [Artist Slideshow] music playing
2020-09-24 01:15:43.957 T:11835 NOTICE: CVideoPlayer::OnExit()
2020-09-24 01:15:43.957 T:11835 NOTICE: VideoPlayer: eof, waiting for queues to empty
2020-09-24 01:15:43.957 T:11835 NOTICE: Closing stream player 1
2020-09-24 01:15:43.960 T:11835 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
2020-09-24 01:15:43.960 T:11835 NOTICE: Waiting for audio thread to exit
2020-09-24 01:15:43.961 T:11848 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
2020-09-24 01:15:43.961 T:11848 NOTICE: thread end: CVideoPlayerAudio::OnExit()
2020-09-24 01:15:43.961 T:11835 NOTICE: Closing audio device
2020-09-24 01:15:44.354 T:11835 NOTICE: Deleting audio codec
2020-09-24 01:15:46.143 T:11683 NOTICE: VideoPlayer::OpenFile: plugin://plugin.audio.amazonmedia/?asin=B002S5NPT8&mode=getTrack
2020-09-24 01:15:46.144 T:11902 NOTICE: Creating InputStream
2020-09-24 01:15:46.177 T:11902 ERROR: AddOnLog: InputStream Adaptive: Key system request: com.widevine.alpha
2020-09-24 01:15:46.802 T:11902 NOTICE: Creating Demuxer
2020-09-24 01:15:46.802 T:11902 NOTICE: Opening stream: 1001 source: 256
2020-09-24 01:15:47.283 T:11902 NOTICE: Finding audio codec for: 86018
2020-09-24 01:15:47.312 T:11902 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2020-09-24 01:15:47.320 T:11902 NOTICE: Creating audio thread
2020-09-24 01:15:47.321 T:11915 NOTICE: running thread: CVideoPlayerAudio:Tonguerocess()
2020-09-24 01:15:48.035 T:11915 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 44100, no pass-through)
2020-09-24 01:15:48.101 T:11693 NOTICE: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2020-09-24 01:15:48.121 T:11693 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 22688 m_frames: 1418 m_frameSize: 8 channels: 2
2020-09-24 01:15:48.224 T:11902 WARNING: CDVDMessageQueue(video):Tongueut MSGQ_NOT_INITIALIZED
2020-09-24 01:15:49.105 T:11851 NOTICE: [Artist Slideshow] script stopped
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
RE: Artist Slideshow addon (with skin and addon integration) - by peat - 2020-09-24, 01:21
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5