Snakeoil Forums
A ripping project ideae/help - Printable Version

+- Snakeoil Forums (https://forums.snakeoil-os.net)
+-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics)
+--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting)
+--- Thread: A ripping project ideae/help (/Thread-A-ripping-project-ideae-help)

Pages: 1 2


RE: A ripping project ideae/help - Coacharnold - 11-Mar-2025

(11-Mar-2025, 09:27 AM)agent_kith Wrote:
(11-Mar-2025, 01:03 AM)Coacharnold Wrote: ARM and ABCDE wants to rip to /home/user/music ..  so I made a soft link of the music folder in /media/music.  LMS wouldn't scan the soft linked folder.  When I moved the recently ripped album folder directly into /media/music it scanned fine.     I also tried to adjust the output settings for ABCDE to go directly into /media/music  and got hit with all sorts of permissions errors.      Right now I'm running SOS and the ARM docker process from user " ARM" .
Create a folder under /media/music (e.g. /media/music/ripped), and give it global writable permissions:
 
Code:
sudo chmod 755 /media/music/ripped

And that should get you going.

DUH!!!!   obviously .... DOH!   Stupid me,   thank you !!