Ticket #3213 (closed defect: worksforme)
Opened 5 years ago
Last modified 4 years ago
Album art doesn't work with symbolic links to music dir
| Reported by: | anonymous | Owned by: | paulh |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythmusic | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
After fix 13040 I can see the album art only from one album, all other albums are blank. Based on the attached log it seems that there's something wrong with music_directories.path (full log attached). Fix 13047 doesn't seem to fix this.
Non working album:
2007-03-15 22:02:16.224 MSqlQuery: SELECT CONCAT_WS('/', music_directories.path, music_albumart.filename) FROM music_albumart LEFT JOIN music_directories ON music_directories.directory_id=music_albumart.directory_id WHERE music_directories.path = 'ythtv/music/Audioslave/Audioslave';
Working album:
2007-03-15 22:02:24.224 MSqlQuery: SELECT CONCAT_WS('/', music_directories.path, music_albumart.filename) FROM music_albumart LEFT JOIN music_directories ON music_directories.directory_id=music_albumart.directory_id WHERE music_directories.path = 'Various_Artists/William_Shakespeare''s_Romeo_+_Juliet';
Attachments
Change History
comment:2 Changed 5 years ago by stuartm
- Owner changed from ijr to stuartm
- Summary changed from Album art in MythMusic doesn't work to Album art doesn't work with symbolic links to music dir
- Severity changed from medium to low
- Version changed from 0.20 to head
- Milestone changed from unknown to 0.21
comment:3 follow-up: ↓ 4 Changed 4 years ago by paulh
Could you give an example of how the files are laid out so I can maybe try to reproduce this.
comment:4 in reply to: ↑ 3 Changed 4 years ago by anonymous
Replying to paulh:
Could you give an example of how the files are laid out so I can maybe try to reproduce this.
I managed to fix this bug by changing in MythMusic settings "Directory to hold music" from /music to /home/mythtv/music (/music was symbolic link to the same directory).
The structure in the music directory is artist/album/songs + folder_large.jpg containing the album art, see attached example.txt.
comment:5 Changed 4 years ago by stuartm
- Owner changed from stuartm to paulh
- Status changed from new to assigned
comment:6 Changed 4 years ago by paulh
- Status changed from assigned to closed
- Resolution set to worksforme
Don't seem to be able to reproduce this one. Closing as works for me.
