Replies: 13 comments 11 replies
-
my kids have been devastated since this stopped working.. they use their box every day. but no more. is there any way of speeding up a new integration? if I knew how to code, I would help out! |
Beta Was this translation helpful? Give feedback.
-
I have just started to test a combination of raspotify (Spotify Connect client based on librespot) and Spotipy (lightweight Python library for the Spotify Web API). |
Beta Was this translation helpful? Give feedback.
-
Thank you @MiczFlor for those clear words. I fully and entirely agree! |
Beta Was this translation helpful? Give feedback.
-
Hello there. I tried the solution from user Maahn in the Issue discussion. I downloaded all the content from my daughter's cards (about 50 pieces) as MP3 files. She was just so sad (and unpatient, you know how children can be...) to have her box not working anymore. Would it be possible to enhance the PiCorePhonie projects, so that it will support USB card readers as well? piCorePhonie uses Python as well, may some codeof the Phoniebox coudl be reused in the PiCorePhonie project. Kind regards Micharius |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
I'd like a future(3)-proof solution based on mopidy. Mopidy is great because it supports multiple backends and other backends like modidy-tidal could be plugged in easily as @rmk-ch descirbed above. If this means spotiy won't work but Tidal i.e. I'd be happy to migrate to Tidal (I am using a free 30 day trail and most of the music/audio books I was using on Spotify I also found on Tidal). From what I can see from the Spotify discussion is that an easy Phoniebox integration would be hard and it would be great to be open to other backends as well. |
Beta Was this translation helpful? Give feedback.
-
Current development status of mopidy-spotify: |
Beta Was this translation helpful? Give feedback.
-
I've reviewed the whole thread in mopidy-spotify/issues#110 and build my own workflow to apply all the development effort. Considering mopidy-spotify/issues#110 is still under development I tried to establish the current implementation in one of my phonie boxes. And I finally ended up with the ability to play spotify content again. Play and Pause is fully working but there is no chance for fast forward / rewind yet. Also you can use Iris but moving the slider to jump within the track has no effect. But my main use case is fully working: Let my 2 years old son play his own songs. Some detailed guide how I implemented the solution is available here #1815 |
Beta Was this translation helpful? Give feedback.
-
Hi all, I build a PhonieBox in 2020 for my niece and she was very sad when it stopped working. Now I will become a daddy myself and as I did still not find a (good) solution for this problem, https://github.com/Sordit/TimoBox I created a Chrome extension, that will be installed on the Raspberry in the Chromium browser. It works exacltly the same as the Phoniebox with NFC scanner. (Extension will read the input and send it to the server) Good thing: Spotify cannot break it, unless they disable the WebPlayer. :-) But it may not be what you want, as it is maybe not 100% inside the ToS of Spotify. But at least for my niece and my girl it will work. ;-) This is just working and I may break things with coming changes, while I teak it and add new features. Have Fun testing and please give me feedback. |
Beta Was this translation helpful? Give feedback.
-
I think it's an ingenious idea and I can't wait to try it out. However,
when opening open.spotify.com, I get the message "Payback of protected
content is not enabled". What can I do from there?
Cheers,
David
Sordit ***@***.***> schrieb am Sa., 4. März 2023, 13:27:
… Hi all,
I build a PhonieBox in 2020 for my niece and she was very sad when it
stopped working.
Now I will become a daddy myself and as I did still not find a (good)
solution for this problem,
I decided to code myself.
https://github.com/Sordit/TimoBox
I created a Chrome extension, that will be installed on the Raspberry in
the Chromium browser.
On the raspberry a Node.JS server is started in a docker container that
will controll the extension and over the extension the Spotify WebPlayer.
It works exacltly the same as the Phoniebox with NFC scanner. (Extension
will read the input and send it to the server)
Good thing: Spotify cannot break it, unless they disable the WebPlayer. :-)
But it may not be what you want, as it is maybe not 100% inside the ToS of
Spotify. But at least for my niece and my girl it will work. ;-)
This is just working and I may break things with coming changes, while I
teak it and add new features.
Have Fun testing and please give me feedback.
—
Reply to this email directly, view it on GitHub
<#1835 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVTBNTZOQ43YU72THA2UUUDW2MYMBANCNFSM5XP7CFQQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: <MiczFlor/RPi-Jukebox-RFID/repo-discussions/1835/comments/5201637@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I am kind of sad ,that no current conclusive answer has been reached. My question is: Once a decision has been reached we can focus our development effort on that. No big deal. I even want to help out myself, because it takes too long for my taste to reach any kind of concensus. |
Beta Was this translation helpful? Give feedback.
-
#1815 (comment) |
Beta Was this translation helpful? Give feedback.
-
I have a working spotify installation with a raspberry pi by using https://spotifyd.rs/ and a python script written around the https://spotipy.readthedocs.io/en/2.22.1/.
|
Beta Was this translation helpful? Give feedback.
-
We are also curious to learn about alternative services we can connect with and which you would like to see supported -- or have developed support for already.
Spotify has disabled access to libspotify on May 16, 2022. This means Phoniebox can not communicate with Spotify via libspotify (and mopidy-spotify) anymore. The problem is not our code but the cut off by Spotify.
We want Phoniebox users to be able to connect their box to their Spotify accounts and play their content. The possibilities Spotify offers are -- at first glance -- not supporting an integration with Phoniebox. For a potential Spotify re-integration, we are committed to a Spotify ToS compliant way of doing so (both in Version 2 and Version 3).
Beta Was this translation helpful? Give feedback.
All reactions