I seem to have a file-access problem when adding new songs to Firefly. If I download or create MP3's on my Windows-laptop Firefly finds them no problem. If I download songs using SABNZBD on Bubba and i copy them to /storage/music Firefly does not add these to its database. I tried changing file access from windows, but this doesn't seem to help. I guess this should be done using chmod from SSH? Can anyone tell me what CHMOD parameters should make my music accessible?
martijn
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
New songs in FireFly
Re: New songs in FireFly
Have you tried visiting http://bubba:3689/index.html and manually starting a scan from there?
Charles
Charles
Re: New songs in FireFly
The problem is that that finds only files which have been transferred from my windows-pc
Re: New songs in FireFly
Hi,
You mentioned "/storage/music", I assume you meant "/home/storage/music" (or have you changed your configuration)?
Compare the mode bits and ownership of two files (one that is accessible and one that isn't). Easiest way to test this is run on the two files. If they have similar modes and ownership but are stored in different folders, then examine the mode and ownership of the folders.
/Johan
You mentioned "/storage/music", I assume you meant "/home/storage/music" (or have you changed your configuration)?
Compare the mode bits and ownership of two files (one that is accessible and one that isn't). Easiest way to test this is run
Code: Select all
ls -l <FILENAME>
/Johan