[RELEASE] Spotimc: Another Spotify music addon - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148) +---- Thread: [RELEASE] Spotimc: Another Spotify music addon (/showthread.php?tid=125147) |
RE: [RELEASE] Spotimc: Another Spotify music addon - schwanz - 2012-06-14 I installed spotimc on windows 7 in one time with the morstar repo. However, on my imac, i can't get it to work. Not with installing from zip, nor with the morstar repo. Spotimc launches, asks me if i want to see the changelog, but after that it says script failed. Been trying it for hours and already read the entire thread. I'm running mac osx 10.5.8. XBMC Eden with Aeon Nox skin. Tried switching skins, but didn't work. When i check the log i see a couple of warnings and error messages (some repeating several times). In chronological order: ERROR: Unable to load libcrystalhd.dylib, reason: dlopen(libcrystalhd.dylib, 1): image not found WARNING: CreateLoader - Unsupported protocol(addons) in addons://sources/Music Add-ons/fanart.jpg ERROR: ClearBlock: Trying to clear non existent block ~/Library/Application Support/XBMC/addons/script.audio.spotimc ERROR: LoadXML: Unable to load skin file ~/Library/Application Support/XBMC/addons/script.audio.spotimc/resources/skins/DefaultSkin/720p/loading-window.xml ERROR: Error Type: <type 'exceptions.OSError'> ERROR: Error Contents: dlopen(~/Library/Application Support/XBMC/addons/script.audio.spotimc/resources/dlls/osx/libspotify, 6): Symbol not found: _fdopen$UNIX2003 Referenced from: ~/Library/Application Support/XBMC/addons/script.audio.spotimc/resources/dlls/osx/libspotify Expected in: /usr/lib/libSystem.B.dylib WARNING: CreateLoader - Unsupported protocol(script) in script://Spotimc/fanart.jpg Quote:23:08:51 T:2963959808 ERROR: Traceback (most recent call last): Hope someone can help. Just bought spotify premium and spotimc looks great at my working spotimc at windows 7. Now i would like to use at my imac. Thanks in advance. RE: [RELEASE] Spotimc: Another Spotify music addon - frieten - 2012-06-15 (2012-05-27, 14:00)Varazir Wrote:(2012-05-26, 13:36)quantocks Wrote: anyone got this working with the Australian spotify that just launched ? this is so bloody amazing, working in AU spotify, LOVING IT! got spotify on everything now lol, PC, phones, and my XBMC! missus is hooked now as well, which is amazing considering she is like attached to her apple stuff like its on a drip feed. RE: [RELEASE] Spotimc: Another Spotify music addon - lr10 - 2012-06-16 To get around the 8-10 second skip bug I installed the pyspotify-ctypes-proxy. But after that the plugin failed to load. I get the following errors in my log: Quote:14:32:18 T:139930246608640 ERROR: Error Type: <type 'exceptions.ImportError'> Am I missing something? RE: [RELEASE] Spotimc: Another Spotify music addon - mazkolain - 2012-06-16 Hello everybody! I'm pleased to announce a new release: 1.0-beta1. The package can be downloaded here. I labelled this release as beta because most of the major bugs from past releases are now gone (OSX and Linux restart issues, conflicts with remotes and the freeze when exitting the addon). The full changelog can be seen here. Enjoy! And now here are some answers: (2012-06-14, 23:34)schwanz Wrote: I'm running mac osx 10.5.8. XBMC Eden with Aeon Nox skin. Tried switching skins, but didn't work. When i check the log i see a couple of warnings and error messages (some repeating several times).This issue has been reported before, and is still a mistery to me. Could be related to some linking issue on libspotify's side, but is strange because it should work with OSX 10.4 and 10.5. Anyway, I can run Spotimc successfully under OSX 10.6. (2012-06-16, 14:52)lr10 Wrote: To get around the 8-10 second skip bug I installed the pyspotify-ctypes-proxy. But after that the plugin failed to load.The version of pyspotify-ctypes-proxy you built depends on some code that was added recently to the pyspotify-ctypes lib, and won't work with the original version that came in alpha5. Even if you also build the pyspotify-ctypes lib, both contain some incompatible changes with the alpha5 release of Spotimc. Anyway, the latest release I announced previously in this post should fix the issue you mentioned. Please let me know if you still experience this bug after the update. RE: [RELEASE] Spotimc: Another Spotify music addon - schwanz - 2012-06-16 (2012-06-16, 19:52)mazkolain Wrote: Hello everybody! Thanks for your reaction. Bummer it's a mistery. Just tried beta1, but same problem. Maybe i just have to upgrade to 10.6. RE: [RELEASE] Spotimc: Another Spotify music addon - dallasnights - 2012-06-16 darn does not work on ATV2 or win7, any time frame when it will? RE: [RELEASE] Spotimc: Another Spotify music addon - disolo - 2012-06-16 (2012-04-07, 21:08)disolo Wrote: I just installed the plugin on an XBMCbuntu Eden install. It works great. Beta 1 fixed my issues. Thanks for the release! RE: [RELEASE] Spotimc: Another Spotify music addon - The-Boxhead - 2012-06-17 Great Work ! Thank you so much. Im running open elec (xbmc eden) and the beta works wonderful Great to finally se an add on for spotify! No issues so far... Any plans on integrating this as a proper addon, i.e use the skins standard browse stuff instead of a propitiatory gui? RE: [RELEASE] Spotimc: Another Spotify music addon - mazkolain - 2012-06-18 (2012-06-16, 22:16)dallasnights Wrote: darn does not work on ATV2 or win7, any time frame when it will?This addon would work only with ATV2 nighties of XBMC, but sadly these build are on hold due to some third party library that is broken on that platform (I said that it would work, but it requires some minor code changes on the addon first, which are not implemented yet). Win7 should work without any problems. Which is the exact error you are experiencing there? Any chance I could see a debug log? (2012-06-17, 14:25)The-Boxhead Wrote: Any plans on integrating this as a proper addon, i.e use the skins standard browse stuff instead of a propitiatory gui?Well, I have no plans to add a native gui to this addon. It's true that the typical Spotify navigation fits with the standard tree approach of XBMC plugins, but implenting a custom gui offers a wide range of possibilities and a major flexibility over the presentation. It could have been implemented that way, but for example there's no effective way to implement a global main menu in a plugin, and in my opinion, it's an important part of the addon gui, among other ones. RE: [RELEASE] Spotimc: Another Spotify music addon - dallasnights - 2012-06-18 Thanks for the great support Tonight when I get home from work I will run on Win7 and send a LOG of why it wont work Thank you! RE: [RELEASE] Spotimc: Another Spotify music addon - dallasnights - 2012-06-19 ok just tried again, crashes after launch here is the log http://pastebin.com/CHAKJ6Gj hope you can fix, thanks RE: [RELEASE] Spotimc: Another Spotify music addon - Baloeb - 2012-06-19 WIN7 does not work for me as well. RE: [RELEASE] Spotimc: Another Spotify music addon - mazkolain - 2012-06-19 (2012-06-19, 00:43)dallasnights Wrote: ok just tried again, crashes after launchThis usually happens when the cache and settings folders passed to libspotify are not valid (are not writable or are opened by another process). Spotimc sets these folders under %APPDATA%\XBMC\userdata\addon_data\script.audio.spotimc\libspotify. Are you able to access this folder using the Windows explorer? Also check if some other process, antivirus software or even a previous crashed session of Spotimc keep this folder locked. This tool may give you some hints. (2012-06-19, 01:40)Baloeb Wrote: WIN7 does not work for me as well.As previously said Win7 is a supported platform. In order to have more details please try to repeat the issue and send me the xbmc log file it produces. Thanks! RE: [RELEASE] Spotimc: Another Spotify music addon - dallasnights - 2012-06-20 http://pastebin.com/kVJM5JXZ Yes I can access that folder Unistalled your APP and cleaned out all traces, reinstalled again and still errors out see the new pastebin log Hope you can help RE: [RELEASE] Spotimc: Another Spotify music addon - bckane - 2012-06-20 thank you for a great plugin.........is there a way around login every time I start the app.......pain with a remote thanks again Problem solved: added this <advancedsettings> <spotify> <enable>true</enable> <username>username</username> <password>password</password> <cachefolder>a temporary directory</cachefolder> <maxsearchartists>30</maxsearchartists> <maxsearchalbums>30</maxsearchalbums> <maxsearchtracks>150</maxsearchtracks> </spotify> </advancedsettings> update.......this didn't work after the reboot BTW Im running openelec xbmc BTW I deleted the advance setting as they didn't work |