Hello,
It has been a long time since I last wrote on this thread, so here are some updates on a couple of recent mayor issues:
Post-login crash on the RPi
This is caused because I packaged a wrong version of the hard float libspotify on the beta4 release. Please check here for a workaround:
https://github.com/mazkolain/spotimc/iss...t-22454298
Stuttering issues when Artist Slideshow is enabled
This is related to some deadlock issues on the XBMC Python api. I submitted a PR with a fix to the XBMC Github repo, and I'm currently waiting for it to be merged.
And now some other questions I forgot to answer...
(2013-07-22, 10:21)mixel Wrote: WOuld it be possible to connect this addon to a XBMC webserver, where a voting server would run?
This way, we could use the spotify addon + voting webserver to let guests at a party influence the playlist.
Thanks, this was also requested some time ago. Anyway, I would tend to implement this outside Spotimc, as a regular addon, so every music addon running on XBMC could benefit from this.
(2013-08-09, 16:45)Marco 7 Wrote: A feature request : not everyone connects XBMC on a TV, in my case, I use a videoprojector for the movies, TV and al, but to listen to music, I'd prefer not to turn on the projector (saving bulb life time, saving electricity, ...) From my experience with SpotiMC, there is no way to walk through the playlists from XBMC or Yatze remote controls. It would be great to add this or correct me if I am wrong ![Wink Wink](https://forum.kodi.tv/images/smilies/wink.png)
Thanks !
This is a pretty much requested feature, but sadly it's a limitation of the fact that Spotimc was developed as a script instead of a plugin. Besides from that, I didn't had enough time to investigate on a workaround for this.
It could be fixed on the future, but I can't assure anything yet...
(2013-08-25, 07:29)angryeye Wrote: Also i have a question, is it possible to get back to the home screen of XBMC while this addon is playing?
The next release will include experimental support for "minimizing" Spotimc, so stay tuned!
(2013-09-05, 02:55)Evero Wrote: I got tired of the 720p skin, so I created a 1080i version. Same skin only way prettier on a full HD screen. Might not be perfect, but tested everything i could think of.
Download link here.
For any newbies out there: unzip spotimc.zip (the install file), unzip the 1080i.zip file, and put it in " script.audio.spotimc/resources/skins/DefaultSkin/ " (next to the 720p folder)
Next, edit " script.audio.spotimc/default.py " in your favourite text editor, and change
xml_path = os.path.join(skin_dir, "720p/font.xml")
to
xml_path = os.path.join(skin_dir, "1080i/font.xml")
save, zip the script.audio.spotimc folder again, and reinstall in xbmc (might need to restart xbmc after uninstalling spotimc).
Was a heck of a job to change everything, I'm hoping someone will appreciate this.
I tried downloading your package but it seems that the zip file is corrupt.
Also, what issues were you experiencing on 1080i resolutions? Small fonts or a thick black frame around the skin maybe? It is strange since this was updated recently (and that's why you'll see two font definition files: font-1080i.xml and font.xml).
BTW, which skin were you using at the time you took the screenshot? I'm interested on this information in order to reproduce some glitches I noticed when using this skin.
Thanks in advance!