Bug #32
mugglei will not run from a linked subfolder
| Status: | Closed | Start: | 12/21/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
Description
If I run mugglei from a linked folder I always get the message to run mugglei only from a TopDir subfolder.
Top-Dir /var/lib/vdr_media/mp3
If I type in
I’ll get the error, but if I type in
then all subfolders will imported, also
Top-Dir /var/lib/vdr_media/mp3
/var/lib/vdr_media/mp3/Audiobook is a symlink to /mnt/hdc1If I type in
/var/lib/vdr_media/mp3/Audiobook/S.King#mugglei –t /var/lib/vdr_media/mp3 .
I’ll get the error, but if I type in
/var/lib/vdr_media/mp3#mugglei –t /var/lib/vdr_media/mp3 .
then all subfolders will imported, also
/var/lib/vdr_media/mp3/Audiobook/S.King but it takes more time.
History
12/22/2008 01:04 PM - Thomas
Now it will not work if the TopLevelDir itself is within a Symlink path.
e.g.
stops with
e.g.
/var/lib/vdr_media/mp3 is a Symlink to /mnt/hdb1/var/lib/vdr_media/mp3/Music/U2# mugglei –t /var/lib/vdr_media/mp3 .
stops with
“you should be in /mnt/hdb1/mp3/ or below”12/23/2008 06:14 PM - wrohdewald
Thomas wrote:
Now it will not work if the TopLevelDir itself is within a Symlink path. e.g.
/var/lib/vdr_media/mp3 is a Symlinkto/mnt/hdb1
should be fixed now. I hope this does not break other configurations.