(2012-04-07, 09:56)Spikey1989 Wrote: starts in about row 463: log file
this file has 3 dif trys. dont know how to seperate them: log file 2
That's a known issue with some skins (Cirrus, ReFocus, etc). A fix for this will be included on the next alpha, which will be released this week.
(2012-04-07, 12:19)Laiton Wrote: I try this on 2 different mac, and i get script failed then it freeze to that spinnig thing.
But anyway million thanks for this addon.
http://pastebin.com/UJqt4qUY my log file
I was about to post an answer about that, sorry! Anyway I'm glad you found the solution.
(2012-04-07, 16:09)Jan-Erik Wrote: I was also tired of compiling spotyxbmc2 with mixed experiences, so was very happy when I discovered this add-on ![Big Grin Big Grin](https://forum.kodi.tv/images/smilies/grin.png)
So far I have two things I like to fix (or maybe just me that don't know)
1. If I go out of Spotimc and eg. play som video I can't start Spotimc again. When I try to start the add-on I get the turning wheel and then script failed script.audio.spotimc. Have to restart XBMC to get it working again
15:43:46 T:3076520816 INFO: -->Python script returned the following error<--
15:43:46 T:3076520816 ERROR: Error Type: <class 'spotify.LibSpotifyError'>
15:43:46 T:3076520816 ERROR: Error Contents: Initialization of library failed
15:43:46 T:3076520816 ERROR: Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/script.audio.spotimc/default.py", line 83, in <module>
main(addon_dir)
File "/home/xbmc/.xbmc/addons/script.audio.spotimc/resources/libs/spotimcgui/__init__.py", line 190, in main
initially_unload_playlists=False,
File "/home/xbmc/.xbmc/addons/script.audio.spotimc/resources/libs/PyspotifyCtypes.egg/spotify/session.py", line 264, in __init__
spotify.handle_sp_error(err)
File "/home/xbmc/.xbmc/addons/script.audio.spotimc/resources/libs/PyspotifyCtypes.egg/spotify/__init__.py", line 20, in handle_sp_error
raise LibSpotifyError(msg)
LibSpotifyError: Initialization of library failed
15:43:46 T:3076520816 INFO: -->End of Python script error report<--
2. Using crossfade (8 sec) with good luck for my FLAC music files, but in Spotimc I get stutter in the last few sec when the next song start playing. If i change in the midle of a song the crossfade work as expected (fade down -> playing both -> fade up new song).
Linux 3.0.0-17-generic
XBMCbuntu
That's a known issue on OSX and Linux listed on the
FAQ, and is related to unclean shutdowns. Running the addon on a different process space than XBMC would probably solve lots of issues (like this one), but unfortunately it's difficult to implement right now.
I'll try to reproduce the crossfade issue. Thanks for reporting!
(2012-04-07, 17:45)neoflex Wrote: thanks a lot, it's very promising.
Compared to akezeke solution, it's less integrated and still lack some features but it has the big advantage of being a stand alone plugin.
Features request (sorry :p):
- add an "api" like the youtube plugin has (you can play a youtube video using the JSON api "VideoPlaylist.Add", { file: "plugin://plugin.video.youtube/?action=play_video&videoid=...@" }). When done, we will be able to integrate the plugin in xbmc web interfaces or imagine a lot of fancy stuff like greasemonkey scripts.
- build an /artist/albums/tracks tree from stars item. I love this feature from spotyXBMC ![Wink Wink](https://forum.kodi.tv/images/smilies/wink.png)
A web interface is planned for a future release, but I think that lots of feature request and fixes should go first. Anyway, like you already said, would open the doors to make lots of cool stuff!
On the other hand, when you say "build an /artist/albums/tracks tree from stars item" are you referring to the toplists? Perhaps I'm missing something there...
(2012-04-07, 21:08)disolo Wrote: I just installed the plugin on an XBMCbuntu Eden install. It works great.
However, if I use it in conjunction with XBMC Commander (iOS remote control app), tracks only play for about 7-10 seconds before going to the next track.
Is anyone else having this issue or a similar issue?
Thanks.
Similar issues have been reported telling that Spotimc plays in "intro mode" when using some remote controls/services. I have a clue of what could be going on, but unfortunately I'm unable to reproduce the exact issue. Investigation continues...
(2012-04-08, 14:24)jaaahaaa Wrote: Great addon works great! Just waiting for the que option ![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
Queue and add to playlist are already on my to-do list. Thanks!
(2012-04-09, 14:10)Novin Wrote: I'm using the default skin. So confluence?
Confluence works well on all platforms, so it seems a different (and yet unknown issue). Please let me see your log files, and hopefully I can extract some details from them. Thanks for reporting!