Search found 6 matches
- Fri Feb 12, 2010 9:33 pm
- Forum: Linux related
- Topic: Installation on Linux - NFS music mounted readonly
- Replies: 8
- Views: 54808
Re: Installation on Linux - NFS music mounted readonly
ah! erm.... ok then.
- Fri Feb 12, 2010 9:19 pm
- Forum: General discussion
- Topic: Cover art naming
- Replies: 1
- Views: 12652
Re: Cover art naming
Found previous post on this topic and understand it can't be done (yet?).
Thanks
Thanks
- Fri Feb 12, 2010 9:04 pm
- Forum: Linux related
- Topic: Installation on Linux - NFS music mounted readonly
- Replies: 8
- Views: 54808
Re: Installation on Linux - NFS music mounted readonly
It is trying to write an empty file
Ok.
- can I force these files elsewhere?
No, because it writes a unique id to recognize an album even when renaming a directory. So the netjukebox statistics will still work after renaming an directory. Also the play, stream, download etc command will still ...
Ok.
- can I force these files elsewhere?
No, because it writes a unique id to recognize an album even when renaming a directory. So the netjukebox statistics will still work after renaming an directory. Also the play, stream, download etc command will still ...
- Fri Feb 12, 2010 8:50 pm
- Forum: General discussion
- Topic: Cover art naming
- Replies: 1
- Views: 12652
Cover art naming
Hi there
Question re naming cover art. I currently have cover art stored in both the mp3/m4a as well as in an image file. The image file is named albumart.$album.jpg, where $album is the name of the album as read from the ID tag, so Amy Winehouse, Back to Black has a cover stored in "albumart.Black ...
Question re naming cover art. I currently have cover art stored in both the mp3/m4a as well as in an image file. The image file is named albumart.$album.jpg, where $album is the name of the album as read from the ID tag, so Amy Winehouse, Back to Black has a cover stored in "albumart.Black ...
- Fri Feb 12, 2010 7:49 pm
- Forum: Linux related
- Topic: Installation on Linux - NFS music mounted readonly
- Replies: 8
- Views: 54808
Re: Installation on Linux - NFS music mounted readonly
Ok - update...
Can't see why there is a need to write to the source directory so I've commented out lines 1052 and 1053 in update.php.
if (file_put_contents($dir . $album_id . '.id', '') === false)
message(__FILE__, __LINE__, 'error', '[b]Can\'t write file:[/b][br]' . $dir . $album_id . '.id ...
Can't see why there is a need to write to the source directory so I've commented out lines 1052 and 1053 in update.php.
if (file_put_contents($dir . $album_id . '.id', '') === false)
message(__FILE__, __LINE__, 'error', '[b]Can\'t write file:[/b][br]' . $dir . $album_id . '.id ...
- Fri Feb 12, 2010 6:09 pm
- Forum: Linux related
- Topic: Installation on Linux - NFS music mounted readonly
- Replies: 8
- Views: 54808
Installation on Linux - NFS music mounted readonly
Hi there
Thought I'd give netjukebox a quick go but have hit a small issue.
Setup
netjukebox host : Ubuntu
media : mounted from NFS share off another Ubuntu server - NFS share mounted read-only
Get the mysql, etc stuff sorted all ok but the library won't update - I got the following message:
Can ...
Thought I'd give netjukebox a quick go but have hit a small issue.
Setup
netjukebox host : Ubuntu
media : mounted from NFS share off another Ubuntu server - NFS share mounted read-only
Get the mysql, etc stuff sorted all ok but the library won't update - I got the following message:
Can ...