Linked a Card to a Spotify Playlist over website (iris)
Linking is successfull but Name is not shown in the Home view
I've made a Screenshot from this. The Top Spotify List is marked with the yellow box from me. The second spotify is without that mark.

Name shown in Home View
2020-02-05-raspbian-buster-lite
master
scripts/installscripts/buster-install-default.sh
4b
Neuftech
Hifiberry MiniAMP
I did some debugging. The output in func.php is not the problem. The title.txt file is always empty for Spotify Albums.
I did some debugging. The output in func.php is not the problem. The title.txt file is always empty for Spotify Albums.
You are right. I've just added a text in the title.txt and this title is shown in the Home-View!
So the title.txt is not correct created during creation of Spotify-Playlist
cover.jpg is also empty (0 byte). Which part of the codebase is responsible for title and cover extraction? Thanks!
I have the same problem. But I can't edit title.txt or change the cover.jpg when accessing it via windows explorer over the network. I use the user pi to access my pi over the network and already added the user pi to the group www-data. But I still can't edit the files.
Is there a way how I can edit the files over the network?
Is there a way how I can edit the files over the network?
you can edit it via ssh
Thank you. I feared that would be the answer.
I found another way which also works fine. I create the right title.txt and cover.jpg on my computer and upload them via web interface in the right directory.
Could it be that there are not the right access rights on the audio folders so mopidy can't change the files?
How could I check this?
Since I can't change files or replace them via samba shares and I can't change title.txt without sudo I wondered itf it might be an access rights problem.
I connected the smb share on my PC with the pi user and I don't have the rights to edit or replace the file. If I remember correctly I was able to do this on the old version of Phoniebox. I can however add new folders to the folder audiofolders.
-rwxrw-rw- 1 pi pi 27 Sep 15 21:12 title.txt
These are the permissions set to a title file in one of the audiofolders. Do these look correct, especially in the context that mopidy can edit that file?
I experience the same bug. In my case the file has the following setting:
-rw-r--r-- 1 www-data www-data 0 Mar 16 21:14 title.txt
What's strange is that from code here, if I remove the title.txt, it should actually print the folder (or "basename") in html. Again, not happening (or I'm to dumb to read the code correctly).
I also looked into inc.viewFolderTree.php where the title.txt is written - If this is actually working, I would suggest to add the interpret since it would only show the album title otherwise.
Same to me with version 2.0 rc7. title.txt and cover.jpg are empty, file permissions are -rw-r--r-- owner is www-data.
Found the issue: file_get_contents returns HTTP code 400. I'm not a PHP developer but after some googlin' I got the right clue from here:
https://stackoverflow.com/a/43750037
So we need to set a user agent at least for this request.
If anybody could tell me where to place such a setting I would make a pull request with the changes!
Most helpful comment
I did some debugging. The output in func.php is not the problem. The title.txt file is always empty for Spotify Albums.