Posts: 39
Threads: 2
Joined: Apr 2018
Reputation:
2
(07-23-2022, 03:46 PM)Tim Curtis Wrote: I don't see anything suspicious in the file.
I created a playlist named Test.m3u in /var/lib/mpd/playlists/ by using nano editor and pasting the contents.
Code:
pi@moode:~ $ ls -l /var/lib/mpd/playlists/
total 36
-rwxrwxrwx 1 root root 28 Jul 20 17:39 "80's Synth Pop.m3u"
-rwxrwxrwx 1 root root 114 Jul 18 17:31 'Allison Krauss.m3u'
-rwxrwxrwx 1 root root 2169 Jun 5 11:16 'Default Playlist.m3u'
-rwxrwxrwx 1 root root 32 Jul 9 18:13 Favorites.m3u
-rwxrwxrwx 1 root root 499 Jul 20 17:51 'Jazz Favorites.m3u'
-rwxrwxrwx 1 root root 2093 Jul 18 19:38 'My Saved Queue.m3u'
-rwxrwxrwx 1 root root 32 Jul 18 19:22 'New playlist for Tim.m3u'
-rwxrwxrwx 1 root root 34 Jul 18 11:16 'New playlist.m3u'
-rw-r--r-- 1 root root 2493 Jul 23 11:37 Test.m3u
Edit works in Playlist view and the file contents are displayed but of course the files don't exist in my collection and so they are listed in the playlist as "Unknown".
Hello Tim,
thank you for the test.
That's strange behavior.
I will do some more tests. If I find something like a explanation I will let you know.
As I said before, it is not a big problem, so we can stop investigating.
Many thanks
Klaus
1x RPi 3B, 1x RPi 4, 1x RPi 5, Moode 9; 6k flac Songs; 180k MP3 Songs; Asset-UpnP 186k Songs
The blues has got a hold of me, I believe I'm gettin' dizzy - ZZ Top
Posts: 39
Threads: 2
Joined: Apr 2018
Reputation:
2
(07-24-2022, 09:12 AM)duke.g Wrote: (07-23-2022, 03:46 PM)Tim Curtis Wrote: I don't see anything suspicious in the file.
I created a playlist named Test.m3u in /var/lib/mpd/playlists/ by using nano editor and pasting the contents.
Code:
pi@moode:~ $ ls -l /var/lib/mpd/playlists/
total 36
-rwxrwxrwx 1 root root 28 Jul 20 17:39 "80's Synth Pop.m3u"
-rwxrwxrwx 1 root root 114 Jul 18 17:31 'Allison Krauss.m3u'
-rwxrwxrwx 1 root root 2169 Jun 5 11:16 'Default Playlist.m3u'
-rwxrwxrwx 1 root root 32 Jul 9 18:13 Favorites.m3u
-rwxrwxrwx 1 root root 499 Jul 20 17:51 'Jazz Favorites.m3u'
-rwxrwxrwx 1 root root 2093 Jul 18 19:38 'My Saved Queue.m3u'
-rwxrwxrwx 1 root root 32 Jul 18 19:22 'New playlist for Tim.m3u'
-rwxrwxrwx 1 root root 34 Jul 18 11:16 'New playlist.m3u'
-rw-r--r-- 1 root root 2493 Jul 23 11:37 Test.m3u
Edit works in Playlist view and the file contents are displayed but of course the files don't exist in my collection and so they are listed in the playlist as "Unknown".
Hello Tim,
thank you for the test.
That's strange behavior.
I will do some more tests. If I find something like a explanation I will let you know.
As I said before, it is not a big problem, so we can stop investigating.
Many thanks
Klaus
Hello,
just after posting I found the solution.
I don't know why, but some of the files are not UTF8 and additionally they have a CRLF at the end of the line instead of LF.
I converted the playlists and they are all editable!
Again many thanks fpr all the thoughts and help.
Kind regards
Klaus
1x RPi 3B, 1x RPi 4, 1x RPi 5, Moode 9; 6k flac Songs; 180k MP3 Songs; Asset-UpnP 186k Songs
The blues has got a hold of me, I believe I'm gettin' dizzy - ZZ Top
Posts: 38
Threads: 2
Joined: Jun 2019
Reputation:
1
I've got 2 copies of 8.1.2 running on Pi 4+. Once up and running no issues. So thanks for the great product.
Just a question about boot times. Both are taking 3-4 minutes to boot. Is that typical or do I need to look at my network and see if they are having issues connecting?
Posts: 13,300
Threads: 301
Joined: Mar 2018
Reputation:
532
Open Network Config and set the SSID to "None (activates AP mode)" or open System Config and set the IP addtress timeout to it's minimum of 10 secs.
Posts: 38
Threads: 2
Joined: Jun 2019
Reputation:
1
07-24-2022, 08:24 PM
(This post was last modified: 07-24-2022, 08:27 PM by drfous.)
I set the network ssid to "None" and that cut the network section load from 3 minutes to 1.5.
It's still checking the wifi 40 something times. In any case, we're booting faster today than we were yesterday.
Thx
Posts: 13,300
Threads: 301
Joined: Mar 2018
Reputation:
532
Very odd thats its still checking. I'll investigate the code and see if I can repro.