*** zbenjamin is now known as Guest22066 | 02:52 | |
*** zbenjamin_ is now known as zbenjamin | 02:52 | |
ajnieminen | ? | 07:54 |
---|---|---|
ajnieminen | native spotify app? | 07:54 |
ajnieminen | CuteSpot was awesome, but now it is dead | 07:56 |
uncle_zebbiz | ajnieminen: It's called HutSpot https://sailfish-spotify.github.io/hutspot/ | 10:23 |
uncle_zebbiz | It only acts as a controller, not a player | 10:23 |
uncle_zebbiz | but using librespot as a backend you can use those two in combination as a complete player | 10:23 |
ajnieminen | ok, thanks | 10:30 |
ajnieminen | uncle_zebbiz: damn, it works :D | 10:37 |
uncle_zebbiz | ajnieminen: Yeah, but not great :/ | 11:59 |
Krikke | is it possible to sign up for early access releases only for a certain device? | 12:09 |
Krikke | (XA2) | 12:09 |
leszek | Krikke: I don't think this is possible | 12:15 |
ajnieminen | uncle_zebbiz: what problems have you had? | 12:20 |
uncle_zebbiz | It only loads 110 tracks out of 1600+ from one of my playlists | 12:20 |
uncle_zebbiz | I can only start a playlist from the beginning, and with the current shuffle implementation, it will only shuffle between the first 100 tracks before moving on to the rest of the list | 12:22 |
Krikke | maybe I can turn it on and just not install the updates before they are officially released | 12:22 |
ajnieminen | ok. | 12:22 |
ajnieminen | i mostly listen by albums, so that might not be problem for me | 12:23 |
ajnieminen | but sounds annoying | 12:23 |
uncle_zebbiz | It's also not very stable | 12:23 |
uncle_zebbiz | Had librespot crash on my 3 times when trying it out yesterday | 12:24 |
Krikke | or maybe I just create a new account and use that for early access | 12:24 |
uncle_zebbiz | You can't start playing a playlist from selected track, if you do then it only plays that track and won't continue with the rest of the playlist | 12:25 |
ajnieminen | damn. I hope that it is not back to mp3s | 12:26 |
uncle_zebbiz | ajnieminen: I know that I'm not the typical user, I think it works well for others | 12:27 |
uncle_zebbiz | But it's open source, so I could write some issue reports and try to fix them on my own :) | 12:27 |
ajnieminen | is it a hack or does spotify provide apis? | 12:28 |
uncle_zebbiz | I think it's using the webapi, don't know how supported it is | 12:28 |
uncle_zebbiz | I don't think it's the api that spotify is currently using for their webplayer though | 12:31 |
uncle_zebbiz | But I may be wrong | 12:31 |
uncle_zebbiz | I should find where the dev hangs out so I can ask him stuff, I might use the app in a weird way :P | 12:33 |
ajnieminen | :D | 12:33 |
uncle_zebbiz | ajnieminen: If you find any weird behaviour, let me know :) | 12:34 |
ajnieminen | will do | 12:46 |
*** Renault_ is now known as Renault | 13:01 | |
uncle_zebbiz | is gitter.im actually used or is it only something projects try out before going back to their irc channel? | 13:08 |
cybette | uncle_zebbiz: depends on the project, for manageiq we're very active on gitter, and the irc channel is all but dead | 13:29 |
wdehoog | uncle_zebbiz: on your hutspot issues. I'd like to look into it. (I am not online often but I read the logs) | 18:49 |
wdehoog | playing a playlist starting at a specifi track that I can understood but the other issue with long playlist I did not | 18:49 |
wdehoog | please elaborate or file an issue on github | 18:50 |
uncle_zebbiz | wdehoog: Hello :) | 18:50 |
uncle_zebbiz | Before I do that, where are librespot and hutspot files stored? | 18:50 |
uncle_zebbiz | I wanna clear the cache and everything, and do a fresh reinstall | 18:51 |
uncle_zebbiz | Since it's only one list that has problems | 18:51 |
wdehoog | read the docs. sorry. I don't remember. | 18:51 |
wdehoog | uncle_zebbiz: maybe this helps. at the bottom of the setting page: https://sailfish-spotify.github.io/hutspot/operating/settings.html | 18:54 |
uncle_zebbiz | I found in ~/.cache/wdehoog/, ~/.cache/librespot/, ~/.config/wdehoog/ and ~/.local/share/wdehoog/ | 18:54 |
uncle_zebbiz | Do you know of any other places? | 18:54 |
wdehoog | not that I know of | 18:55 |
wdehoog | librespot dir is set in it's service file | 18:56 |
wdehoog | the rest is standard sailfish qml stuff I think | 18:56 |
uncle_zebbiz | wdehoog: Anyway, I remember an issue with the old spotify webplayer, where if you scrolled too quickly in a large playlist, it would stop loading tracks and you had to restart the browser | 18:56 |
uncle_zebbiz | Initially it looked like the same issue, but I couldn't recreate it with any other list | 18:57 |
uncle_zebbiz | I have deleted all the files I can find that's related to both hutspot and librespot and the same thing happened | 18:57 |
wdehoog | uncle_zebbiz: web-api allows max 50 per request. hutspot loads the next set if you reach the end. I never use such long lists so not much tested | 18:58 |
uncle_zebbiz | wdehoog: I will do some more testing when I get the time for it | 18:58 |
uncle_zebbiz | until then, thank you SO MUCH for doing this! | 18:58 |
uncle_zebbiz | Really, it's great :) | 18:58 |
wdehoog | thanks. so the other issue is that when you play a track from a playlist you expect it to be played in the context of the playlist. isn't it? | 18:59 |
uncle_zebbiz | Yes, that's correct | 18:59 |
uncle_zebbiz | atm it only play that track and nothing else | 19:00 |
wdehoog | ok. I am working on it. | 19:00 |
wdehoog | any ideas on making usage more clear is appreciated. UI design is so hard. | 19:01 |
uncle_zebbiz | A feature I'm missing is the play queue | 19:01 |
uncle_zebbiz | or am I missing something? | 19:01 |
wdehoog | there is none. | 19:01 |
wdehoog | in the web-api I mean | 19:01 |
uncle_zebbiz | ok | 19:02 |
uncle_zebbiz | I'm guessing it's a limitation in librespot, since you can queue stuff in the webplayer | 19:03 |
uncle_zebbiz | wdehoog: I can write down some thoughts on the UI later, when I've used it some more, then I'll get back to you :) | 19:03 |
wdehoog | lots of people are requesting it. for example https://github.com/spotify/web-api/issues/462 | 19:04 |
wdehoog | hutspot sometimes uses a special playlist (Hutspot Queue) to mimic some sort of play queue | 19:04 |
uncle_zebbiz | I see | 19:05 |
uncle_zebbiz | wdehoog: One thing I thought about was headset control | 19:08 |
uncle_zebbiz | I have a headset with only one button, when I press it it toggles play/pause | 19:08 |
uncle_zebbiz | That's awesome | 19:08 |
uncle_zebbiz | Is it possible to add something like double press or long press for next track? | 19:09 |
uncle_zebbiz | Maybe I should sumbit an issue instead :) | 19:09 |
wdehoog | uncle_zebbiz: no idea. new issue is best | 19:11 |
*** Renault_ is now known as Renault | 20:01 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!