mherger wrote: 
> A MAI update is on its way.

I found another thing with artist names and their image files.
I am using an USB stick with ext4 filesystem on a Pi4 with piCorePlayer
for the LMS database.

One artist is eg.: "José Carreras".
When I am doing a search, MAI found this file: "José Carreras.jpg"
When I am doing a new search directly after this search, this file is
updated again.
The picture is shown without any problem in Material skin.

Then I change the filename to "José Carreras.jpg" and do a new search.
This time the file is untouched.
This file is also displayed without any problem.

It seems that there is a problem with charactersets (the tags of the mp3
files have UTF16 format).

Code:
--------------------
    00000344 00000383 00000039 (0000T1) TPE1 
  344: 54 50 45 31 00 00 00 1d 00 00 01 ff fe 4a 00 6f 00 73 00 e9  
|TPE1........þJ.o.s.é|
  364: 00 20 00 43 00 61 00 72 00 72 00 65 00 72 00 61 00 73 00     |. 
.C.a.r.r.e.r.a.s. |
--------------------


This is the debug output for the search:

Code:
--------------------
    [21-02-25 12:31:15.3823] 
Plugins::MusicArtistInfo::Importer2::_getArtistPhotoURL (135) Getting artwork 
for José Carreras
  [21-02-25 12:31:15.3827] Plugins::MusicArtistInfo::Common::imageInFolder (61) 
Trying to find artwork in /mnt/LMS/Interpreten
  [21-02-25 12:31:15.3850] Plugins::MusicArtistInfo::Common::imageInFolder (61) 
Trying to find artwork in /mnt/Musikbox/Music/José Carreras
  [21-02-25 12:31:15.3863] Plugins::MusicArtistInfo::Common::imageInFolder (61) 
Trying to find artwork in /mnt/Musikbox/Music/José Carreras/Christmas 
With Carreras
  [21-02-25 12:31:15.3880] 
Plugins::MusicArtistInfo::Importer2::_precacheArtistImage (213) Getting 
https://lastfm.freetls.fastly.net/i/u/d5918ec416a7447b8b1873cfc73f2633.jpg to 
be pre-cached
--------------------


This is the output after changing the filename to "José Carreras.jpg":

Code:
--------------------
    [21-02-25 12:40:24.2243] 
Plugins::MusicArtistInfo::Importer2::_getArtistPhotoURL (135) Getting artwork 
for José Carreras
  [21-02-25 12:40:24.2248] Plugins::MusicArtistInfo::Common::imageInFolder (61) 
Trying to find artwork in /mnt/LMS/Interpreten
  [21-02-25 12:40:24.2251] 
Plugins::MusicArtistInfo::LocalArtwork::getArtistPhoto (252) Found local 
artwork /mnt/LMS/Interpreten/José Carreras.jpg
  [21-02-25 12:40:24.9628] 
Plugins::MusicArtistInfo::Importer2::_precacheArtistImage (290) Pre-cached 
image has not changed: /mnt/LMS/Interpreten/José Carreras.jpg
--------------------


This is the output of ls -al on the Pi:

Code:
--------------------
    drwxr-xr-x    1 99       99               3 Feb  4 16:04 José Carreras/
--------------------



pi4 4gb picoreplayer with lms and squeezelite for usb inside an argon
one case
pi3b+ (7\" display, hifiberry dac+ pro) picoreplayer with
squeezlite/jivelite for hifiberry and bluetooth headphone inside a
smartipi touch case
two airport express
ikea symfonisk
------------------------------------------------------------------------
carsten_h's Profile: http://forums.slimdevices.com/member.php?userid=69113
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to