2014-09-01, 22:28
I will look into it, and let you know. Thanks for your quick answer. I am using the Aeon MQ5 addon at the moment. Maybe this skin is not fully 100% working on the Kodi Alpha 2 version.
(2014-09-01, 22:28)oempaloempa Wrote: I will look into it, and let you know. Thanks for your quick answer. I am using the Aeon MQ5 addon at the moment. Maybe this skin is not fully 100% working on the Kodi Alpha 2 version.
(2014-09-02, 14:13)pipotom Wrote: Hi pkscout, I´m new here so first of all I wanted to say thanks for all your good work. Your AS addon is greatly appreciated.
The reason I write is because yesterday, when I turned on my XBMC Gotham 13.2 htpc, the AS was automatically updated from 1.6.8 to 1.6.9 and rigth away the system asked to disable it because dependencies where not met.
I tried uninstalling it and install again but now the addon is marked "incompatible" in the XBMC.org repo. I also tried your beta repo and it is also marked incompatible there. Please help.
(2014-09-02, 14:26)cezar Wrote: Your last version AS work only on gothan ? Im ask becouse on my primscube box now is only frodo but will be nice still used your great addon.
(2014-09-08, 10:36)JohnyBee Wrote: Hi
Thanks for this add-on is great
I have a request. Can you add a small modification.
When I listen to the radio tags are show as artist-name (no spaces) and AS does not recognize the artist.
Maybe the code:
default.py
(...)
line 333
try:
playingartist = playing_song [0: (playing_song.find ('-')) - 1]
except RuntimeError:
(...)
convert to:
(...)
try:
playing_song playingartist = [0: (playing_song.find ('-'))]
playingartist = playingartist.strip ()
except RuntimeError:
(...)
It works for me.
Quote:I have a second request. Is the AS may download ClearLOGO from fanart.tv? It would be wonderful.
(2014-09-08, 18:51)pkscout Wrote:(2014-09-08, 10:36)JohnyBee Wrote: Hi
Thanks for this add-on is great
I have a request. Can you add a small modification.
When I listen to the radio tags are show as artist-name (no spaces) and AS does not recognize the artist.
Maybe the code:
default.py
(...)
line 333
try:
playingartist = playing_song [0: (playing_song.find ('-')) - 1]
except RuntimeError:
(...)
convert to:
(...)
try:
playing_song playingartist = [0: (playing_song.find ('-'))]
playingartist = playingartist.strip ()
except RuntimeError:
(...)
It works for me.
Which streaming service is this? I might be able to do something different, but I need to have a service with which I can test.
Quote:I have a second request. Is the AS may download ClearLOGO from fanart.tv? It would be wonderful.
Artist Slideshow is meant to display images of the artists, not download all the various kinds of art available. If you want something like that, there are other add ons that will download clear art, album art, and all that other stuff.
(2014-09-09, 18:20)pkscout Wrote: 1.6.9 is current.
9:40:51 T:139785189504768 DEBUG: OnPlayBackStarted : play state was 2, starting 0
19:40:51 T:139787638900544 DEBUG: CGUIInfoManager::SetCurrentSong(musicdb://recentlyplayedalbums/1569/85972.mp3?albumid=1569)
19:40:51 T:139787223676672 DEBUG: CU LRC Lyrics: Current Song: Chvrches - The Mother We Share
19:40:51 T:139787223676672 DEBUG: CU LRC Lyrics: searching memory for lyrics
19:40:51 T:139787223676672 DEBUG: CU LRC Lyrics: searching for embedded lrc lyrics
19:40:51 T:139787223676672 DEBUG: CSmbFile::Open - opened Music/Chvrches/The Bones of What You Believe/01 - The Mother We Share.mp3, fd=10001
19:40:51 T:139787638900544 DEBUG: SELECT albumview.*,albumartistview.* FROM albumview LEFT JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum WHERE albumview.idAlbum = 1569 ORDER BY albumartistview.iOrder
19:40:51 T:139787223676672 DEBUG: CSmbFile::Close closing fd 10001
19:40:51 T:139787223676672 DEBUG: CSmbFile::Open - opened Music/Chvrches/The Bones of What You Believe/01 - The Mother We Share.mp3, fd=10001
19:40:51 T:139787223676672 DEBUG: CSmbFile::Close closing fd 10001
19:40:51 T:139787223676672 DEBUG: CSmbFile::Open - opened Music/Chvrches/The Bones of What You Believe/01 - The Mother We Share.mp3, fd=10001
19:40:51 T:139787223676672 DEBUG: CSmbFile::Close closing fd 10001
19:40:51 T:139787223676672 DEBUG: CU LRC Lyrics: searching files for lyrics
19:40:51 T:139787223676672 DEBUG: CU LRC Lyrics: found lrc lyrics from file
19:40:51 T:139785189504768 DEBUG: PAPlayer::ProcessStreams - Stream Freed
19:40:51 T:139787634530048 DEBUG: CActiveAE::DiscardStream - audio stream deleted
19:40:51 T:139787634530048 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
19:40:51 T:139787638900544 DEBUG: Previous line repeats 1 times.
19:40:51 T:139787638900544 DEBUG: Loading additional tag info for file smb://WHS/Music/Chvrches/The Bones of What You Believe/01 - The Mother We Share.mp3
19:40:51 T:139787638900544 DEBUG: CSmbFile::Open - opened Music/Chvrches/The Bones of What You Believe/01 - The Mother We Share.mp3, fd=10001
19:40:51 T:139787638900544 DEBUG: unrecognized ID3 frame detected: PRIV
19:40:51 T:139787638900544 DEBUG: unrecognized ID3 frame detected: TPUB
19:40:51 T:139787638900544 DEBUG: CSmbFile::Close closing fd 10001
19:40:51 T:139787638900544 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
19:40:51 T:139787638900544 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
19:40:51 T:139787638900544 DEBUG: UPnP: Building didl for object 'musicdb://recentlyplayedalbums/1569/85972.mp3?albumid=1569'
19:40:51 T:139787638900544 DEBUG: Updating visualisation albumart: smb://WHS/Music/Chvrches/The Bones of What You Believe/folder.jpg
19:40:51 T:139785176659712 DEBUG: DoWork - Saving file state for audio item musicdb://recentlyplayedalbums/1569/85983.mp3?albumid=1569
19:40:51 T:139785176659712 DEBUG: DoWork - Marking audio item musicdb://recentlyplayedalbums/1569/85983.mp3?albumid=1569 as listened
19:40:51 T:139785176659712 DEBUG: Mysql execute: UPDATE song SET iTimesPlayed=iTimesPlayed+1, lastplayed=CURRENT_TIMESTAMP where idSong=85983
19:40:51 T:139784727004928 INFO: CFileCache::Process - Hit eof.
19:40:52 T:139787223676672 DEBUG: CU LRC Lyrics: Next Song: Chvrches - We Sink
19:40:52 T:139787223676672 DEBUG: CU LRC Lyrics: searching memory for lyrics
19:40:52 T:139787223676672 DEBUG: CU LRC Lyrics: searching for embedded lrc lyrics
19:40:52 T:139787638900544 ERROR: Control 110 in window 13001 has been asked to focus, but it can't
19:40:52 T:139787223676672 DEBUG: CSmbFile::Open - opened Music/Chvrches/The Bones of What You Believe/02 - We Sink.mp3, fd=10001
19:40:52 T:139784911566592 DEBUG: [Artist Slideshow] playing file is musicdb://recentlyplayedalbums/1569/85972.mp3?albumid=1569 - Chvrches - The Mother We Share
19:40:52 T:139787223676672 DEBUG: CSmbFile::Close closing fd 10001
19:40:52 T:139787223676672 DEBUG: CSmbFile::Open - opened Music/Chvrches/The Bones of What You Believe/02 - We Sink.mp3, fd=10001
19:40:52 T:139787223676672 DEBUG: CSmbFile::Close closing fd 10001
19:40:52 T:139787223676672 DEBUG: CSmbFile::Open - opened Music/Chvrches/The Bones of What You Believe/02 - We Sink.mp3, fd=10001
19:40:52 T:139787223676672 DEBUG: CSmbFile::Close closing fd 10001
19:40:52 T:139787223676672 DEBUG: CU LRC Lyrics: searching files for lyrics
19:40:52 T:139787223676672 DEBUG: CU LRC Lyrics: found lrc lyrics from file
19:40:53 T:139784911566592 DEBUG: [Artist Slideshow] playing file is musicdb://recentlyplayedalbums/1569/85972.mp3?albumid=1569 - Chvrches - The Mother We Share