Modify

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

log.zip (52.5 KB) - added by t-p@… 5 years ago.
example.txt (1.1 KB) - added by t-p 4 years ago.
Example of the directory structure

Change History

Changed 5 years ago by t-p@…

comment:1 Changed 5 years ago by anonymous

  • Component changed from mythtv to mythmusic

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.

Changed 4 years ago by t-p

Example of the directory structure

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.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.