vdesabou Posted December 15, 2013 Author Posted December 15, 2013 Hi everyone! When I select shared playlist - Spot Mini Player doesn't play them When I select my own playlists - SMP plays them just fine. I press Enter and nothing happens. Alfred window just goes away. I tried updating Playlist library - no luck. What should I do? Hi, I'm here to help I tried to reproduce using playlist 'Re-energize' but I get no problem playing it. Please provide the debug file as explained here: Troubleshooting If you experience an issue with the workflow, use the "spot_mini_debug" command, it will generate a spot_mini_debug.tgz file in your Downloads directory. Then send this file to me.
vdesabou Posted December 15, 2013 Author Posted December 15, 2013 Hi, I'm here to help I tried to reproduce using playlist 'Re-energize' but I get no problem playing it. Please provide the debug file as explained here: Troubleshooting If you experience an issue with the workflow, use the "spot_mini_debug" command, it will generate a spot_mini_debug.tgz file in your Downloads directory. Then send this file to me. Don't bother with the debug file, I've reproduced your issue. You're right, we can't launch subscribed playlists and update them. I'll see how to fix that
vdesabou Posted December 22, 2013 Author Posted December 22, 2013 Any news? Yes, this is fixed in version 4.0, which is the next major update on which I'm currently working on. I hope to release it before christmas.. Cheers!
miked Posted December 22, 2013 Posted December 22, 2013 Thanks! Can't wait for the update! vdesabou 1
vdesabou Posted December 23, 2013 Author Posted December 23, 2013 Thanks! Can't wait for the update! Version 4.0 is available!! I have updated the main post to include all details. Here is the change log: 4.0: Choose workflow themes: green or blackDisplay and browse Related ArtistsDisplay Artist biographyDisplay current track lyrics Use any of your playlists (including the starred playlist) as the Alfred PlaylistClear your Alfred Playlist (exluding the starred playlist)Auto-Updater: check for update once per dayCheck for update in SettingsVarious enhancements
vdesabou Posted December 23, 2013 Author Posted December 23, 2013 Quick updates (if you have version 4.0 already, you can use Check for Update now ): 4.0.2: Added debug area in Spotify App, this will help debugging issues with library update, if any 4.0.1: Fixed a problem where notifications are not working
vdesabou Posted December 26, 2013 Author Posted December 26, 2013 History4.1: Improved Mini player App. Removed configuration of country code, it is now done automatically.
dojohnso Posted January 2, 2014 Posted January 2, 2014 I'm trying to get this set up, but keep getting the following in the spotify app: 4:58:34 PM: All playlists have been processed 4:58:34 PM: Starting retrieval of all related artists 4:59:04 PM: Ended retrieval of all related artists 4:59:04 PM: update_library finished 4:59:04 PM: Error received: undefined 4:59:04 PM: Workflow closed connection: I noticed in your debug logs, it was saying the library.db file was not there, so I tried just creating it empty to see if that would do it. But then the process just hangs, freezes the output in the app, and I don't know what to get. The spot_mini_debug/library.db and output_action.log are empty. The output.log is as follows: <?xml version="1.0"?> <items><item arg="" valid="no"><arg></arg><title>There is a problem, the initialization phase last more than 5 minutes</title><subtitle>Follow the steps below:</subtitle><icon>./images/warning.png</icon></item><item arg="" valid="no"><arg></arg><title>1/ Kill update library</title><subtitle>You can kill it by using spot_mini_kill_update command</subtitle><icon>05F86AA1-D3EE-4409-9A58-898B36FFE503.png</icon></item><item arg="" valid="no"><arg></arg><title>2/ Open Spotify Mini Player App <spotify:app:miniplayer></title><subtitle>Go to the Spotify Mini Player App in Spotify.</subtitle><icon>./images/green/app_miniplayer.png</icon></item><item arg="" valid="no"><arg></arg><title>3/ Copy paste the Debug output and provide it to the author</title><subtitle>Also provide a tgz file with spot_mini_debug command</subtitle><icon>CEF36AB9-7CC2-4765-BF84-751E88B69023.png</icon></item></items> The debug.log is just DEBUG: Darwin Valhalla.local 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64 Let me know if there's anything else you need.
vdesabou Posted January 6, 2014 Author Posted January 6, 2014 I'm trying to get this set up, but keep getting the following in the spotify app: 4:58:34 PM: All playlists have been processed 4:58:34 PM: Starting retrieval of all related artists 4:59:04 PM: Ended retrieval of all related artists 4:59:04 PM: update_library finished 4:59:04 PM: Error received: undefined 4:59:04 PM: Workflow closed connection: I noticed in your debug logs, it was saying the library.db file was not there, so I tried just creating it empty to see if that would do it. But then the process just hangs, freezes the output in the app, and I don't know what to get. The spot_mini_debug/library.db and output_action.log are empty. The output.log is as follows: <?xml version="1.0"?> <items><item arg="" valid="no"><arg></arg><title>There is a problem, the initialization phase last more than 5 minutes</title><subtitle>Follow the steps below:</subtitle><icon>./images/warning.png</icon></item><item arg="" valid="no"><arg></arg><title>1/ Kill update library</title><subtitle>You can kill it by using spot_mini_kill_update command</subtitle><icon>05F86AA1-D3EE-4409-9A58-898B36FFE503.png</icon></item><item arg="" valid="no"><arg></arg><title>2/ Open Spotify Mini Player App <spotify:app:miniplayer></title><subtitle>Go to the Spotify Mini Player App in Spotify.</subtitle><icon>./images/green/app_miniplayer.png</icon></item><item arg="" valid="no"><arg></arg><title>3/ Copy paste the Debug output and provide it to the author</title><subtitle>Also provide a tgz file with spot_mini_debug command</subtitle><icon>CEF36AB9-7CC2-4765-BF84-751E88B69023.png</icon></item></items> The debug.log is just DEBUG: Darwin Valhalla.local 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64 Let me know if there's anything else you need. Hi, Sorry for late response. Can you execute in Terminal this command: netstat -an | grep 17693 And send me the output. I use TCP port 17693 to communicate between the workflow and Spotify App, so if this port is used on your system, you'll get the problem you experience. Thanks
vdesabou Posted January 6, 2014 Author Posted January 6, 2014 I use TCP port 17693 to communicate between the workflow and Spotify App, so if this port is used on your system, you'll get the problem you experience. Thanks I've made a fix for this: History 4.1.1: Now use free TCP port for communication between workflow and Spotify App Helper. Please check for update in the workflow settings menu, and install the 4.1.1 version. Let me know if you still get issue
dojohnso Posted January 6, 2014 Posted January 6, 2014 "netstat -an | grep 17693" revealed no output. Running the update now shows: 10:59:06 AM: All playlists have been processed 10:59:06 AM: Starting retrieval of all related artists 10:59:36 AM: Ended retrieval of all related artists. Found 1 results. 10:59:36 AM: update_library finished 10:59:36 AM: Error received: undefined 10:59:36 AM: Workflow closed connection:
vdesabou Posted January 6, 2014 Author Posted January 6, 2014 "netstat -an | grep 17693" revealed no output. Running the update now shows: 10:59:06 AM: All playlists have been processed 10:59:06 AM: Starting retrieval of all related artists 10:59:36 AM: Ended retrieval of all related artists. Found 1 results. 10:59:36 AM: update_library finished 10:59:36 AM: Error received: undefined 10:59:36 AM: Workflow closed connection: ok... Can you open a ticket here https://github.com/vdesabou/alfred-spotify-mini-player/issues/new We will discuss the problem from there I'll have to provide custom workflow to see what's going on in your case. Thanks
dojohnso Posted January 6, 2014 Posted January 6, 2014 ok... Can you open a ticket here https://github.com/vdesabou/alfred-spotify-mini-player/issues/new We will discuss the problem from there I'll have to provide custom workflow to see what's going on in your case. Thanks Done, let me know if you need anything.
vdesabou Posted January 8, 2014 Author Posted January 8, 2014 History4.1.2: Add spot_mini_issue command to report a bug or propose enhancement.Fix a potential issue with Library update.
WelchWay Posted January 15, 2014 Posted January 15, 2014 Hi Vdesabou, I was just wondering, in the mini player where you list the playlists that the currently playing track is part of, would it be possible to add an "show playlist in Spoitfy" option to jump you to the Spotify app with the selected playlist displayed? Also, I've noticed when selecting songs to play from playlists it just adds the selected song to the Play Queue and plays it, after the selected song the play queue continues with whatever you had in your play list previously. Would it be possible that when you select a song from a playlist the playlists becomes the now playing list and the selected song gets played. I imagine you would need to "launch the playlist" then set the now playing song? Basically it's caught me out a few times when listening to Artist A, then wanting to switch to a specific song from my Artist B playlist, but after that song Artist A would come back on. I expected that when selecting a song from a playlist that playlist overwrites the play queue and the selected song plays, as that is what happens in the Spotify app. Other than that I'm still using the workflow everyday and loving the v4.x updates!
vdesabou Posted January 15, 2014 Author Posted January 15, 2014 Hi Vdesabou, I was just wondering, in the mini player where you list the playlists that the currently playing track is part of, would it be possible to add an "show playlist in Spoitfy" option to jump you to the Spotify app with the selected playlist displayed? Also, I've noticed when selecting songs to play from playlists it just adds the selected song to the Play Queue and plays it, after the selected song the play queue continues with whatever you had in your play list previously. Would it be possible that when you select a song from a playlist the playlists becomes the now playing list and the selected song gets played. I imagine you would need to "launch the playlist" then set the now playing song? Basically it's caught me out a few times when listening to Artist A, then wanting to switch to a specific song from my Artist B playlist, but after that song Artist A would come back on. I expected that when selecting a song from a playlist that playlist overwrites the play queue and the selected song plays, as that is what happens in the Spotify app. Other than that I'm still using the workflow everyday and loving the v4.x updates! Hi, It's been a while Good suggestions. I'll see what I can do. Would you mind opening a ticket here https://github.com/vdesabou/alfred-spotify-mini-player/issues/new so that we can discuss further details if needed ? Thanks
WelchWay Posted January 15, 2014 Posted January 15, 2014 It has indeed, ticket opened as requested. Cheers
vdesabou Posted January 15, 2014 Author Posted January 15, 2014 Hi Vdesabou, I was just wondering, in the mini player where you list the playlists that the currently playing track is part of, would it be possible to add an "show playlist in Spoitfy" option to jump you to the Spotify app with the selected playlist displayed? Also, I've noticed when selecting songs to play from playlists it just adds the selected song to the Play Queue and plays it, after the selected song the play queue continues with whatever you had in your play list previously. Would it be possible that when you select a song from a playlist the playlists becomes the now playing list and the selected song gets played. I imagine you would need to "launch the playlist" then set the now playing song? Basically it's caught me out a few times when listening to Artist A, then wanting to switch to a specific song from my Artist B playlist, but after that song Artist A would come back on. I expected that when selecting a song from a playlist that playlist overwrites the play queue and the selected song plays, as that is what happens in the Spotify app. Other than that I'm still using the workflow everyday and loving the v4.x updates! It has been added to 4.2: History 4.2: Implemented suggestions described in https://github.com/vdesabou/alfred-spotify-mini-player/issues/14
gb0 Posted March 26, 2014 Posted March 26, 2014 Any change to reset everything somehow? I changed my spotify account and now it still shows the old songs and old playlists which I can't update anyway. I've tried to uninstall and install again the workflow but no luck. If I am trying to open the wf in spotify an error says "Not installed - Application is not installed" Any help?
vdesabou Posted March 26, 2014 Author Posted March 26, 2014 Any change to reset everything somehow? I changed my spotify account and now it still shows the old songs and old playlists which I can't update anyway. I've tried to uninstall and install again the workflow but no luck. If I am trying to open the wf in spotify an error says "Not installed - Application is not installed" Any help? Hi, Suggest you remove everything in App folder, you can access it by invoking spot_mini_debug, and then browse to app support folder like this Remove library.db and settings.db in there. If your library is totally different, you can also remove artwork directory (but the next update will have to re-download everything) If you still experience issues after this, please raise an issue on github page by invoking "spot_mini_issue" gb0 1
bartzy Posted March 26, 2014 Posted March 26, 2014 Technical question - How did you do the animated progress bar for updating the playlist library? I thought that once a script filter sends the XML, you can't change it... so how does the progress bar work? Thanks!
vdesabou Posted March 26, 2014 Author Posted March 26, 2014 (edited) Technical question - How did you do the animated progress bar for updating the playlist library? I thought that once a script filter sends the XML, you can't change it... so how does the progress bar work? Thanks! Yes that's right. It is not updated automatically, you have to re-invoke the workflow again, but you can also press a key (space for example) to see the progression, because it will re-trigger processing and sends an updated XML. All the code is available on Github if you want to have a look Edited March 26, 2014 by vdesabou
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now