Posts: 15,044
Threads: 345
Joined: Mar 2018
Reputation:
628
It's not obvious to me what's going on in #3 but it's probably not the number of stations or whether or not all logos/thumbs are present given that the entire default radio station collection of ~200 stations can be exported and then re-imported without any issues.
Posts: 6,647
Threads: 193
Joined: Apr 2018
Reputation:
272
As for points #1 and #2, moOde is built on Linux. It's unreasonable to expect the input routines in every Linux app to always be protected against foreign OS's end-of-line conventions.
There is a Linux utility named "dos2unix" which will convert text files between so-called CRLF and LF line endings. It can be installed from the command line in Raspberry Pi OS with "sudo apt-get install dos2unix".
Regards,
Kent
Posts: 15,044
Threads: 345
Joined: Mar 2018
Reputation:
628
Maybe we should sanitize the files as part if the import routine ??
1. Convert pls and csv files to Unix/Mac line endings (LF)
2. Delete any annoying Mac OS X dot files or dot dirs
Posts: 15,044
Threads: 345
Joined: Mar 2018
Reputation:
628
Prolly best to make your import zip available as a download link so it can be analyzed.
Posts: 652
Threads: 5
Joined: Mar 2020
Reputation:
35
I have just sent a PM to you. would you please confirm?
Thanks again