Results 11 to 14 of 14
-
2019-11-11, 11:03 #11piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2019-11-11, 11:47 #12
- Join Date
- Apr 2005
- Location
- UK/London
- Posts
- 1,879
There is a comment about it in utils/Strings.pm
-
2019-11-11, 14:04 #13
Are these the lines you are talking about?
Code:# Add the os arch to the cache file name, to avoid crashes when going # between 32-bit and 64-bit perl for example $stringCache .= '.' . Slim::Utils::OSDetect::details()->{osArch} . '.bin';
Code:$class->{osDetails}->{osArch} = $Config{'myarchname'};
I was just trying to check to make sure I didn't have anything odd with pCP and our PI4 configuration with the 64bit kernel.piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2019-11-12, 02:55 #14
- Join Date
- Apr 2005
- Location
- UK/London
- Posts
- 1,879
That is what I was referring to ... I went digging when trying to find out what happens when strings.txt files are processed.
I did not work out where the various substrings came from but at least I could see the sort of name I was looking for and then sorted by date to find it.
Maybe a quick regex in the string reading code to handle the various different line-endings would help a bit.
I guess that if I had been running LMS on Windows then the import of the strings would have worked.
Suggestion ... an update to the wiki to state what line endings should be used
http://wiki.slimdevices.com/index.php/Strings
or change the software so that it is not important