-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about volumes and directories #48
Comments
Hi Rom, glad to hear you are giving this a shot, and sorry the documentation did not get you all the way. The inbox is the folder where you place new albums that you want to add. (Start with the easy case where each folder is one album). Each album-folder within a configured inbox will show up in the gui. To add an inbox, you need to do two things: For example, lets say you want to use
Now the basics should work, at least your inbox and album folders should show up. Logs should appear in the terminal, after you start the container. Hope this helps, |
I am absolutely astounded you took this much time to help me! Thank you!! I was able to get it working but I had to make a few changes. What I found: I am using Pinchflat: https://github.com/kieraneglin/pinchflat to download some of the tracks I don't already own. The folder that pinchflat downloads to was the music folder I mentioned above. I'm not sure why (I am some what new to selfhosting in general) but I am unable to have Beets pull from that folder. I was getting permission errors in the beets logs. So I created a new folder called inbox and manually moved files from music to inbox and then queuing Beets. Beets then tags and moves files. Pinchflat and Beets are both 1000:1000 so Im really at a loss as to why Beets wont pull from the same folder pinchflat uses shrug. |
Glad I could help! Some more comments:
|
hmm, this is something i would debug with beets cli, as you started already. this way, you can rule out that it's our gui messing things up. if the track plays fine, and metadata indeed is correct, the last two things i could imagine are the file extension being not recognized or permission not allowing beets to read the file. a few
https://beets.readthedocs.io/en/stable/reference/cli.html#import note that the distance weights (or any other config setting i can think of) shouldn't cause this. |
I am just getting started in the world of selfhosting music and beets. I have deployed this image but Im really confused and having trouble getting things working. No disrespect but I feel like the documentation is not very beginner friendly. Im hoping someone could help me out a little as I think I'm close to getting it working.
I currently have music stored on machine at /mnt/storage/music and I would like all beets tagged music to be moved to /mnt/storage/Library. I am unsure what "inbox" means in the example compose file volumes. I'm also guessing that "clean" is where I would want my "Library" folder. When I try setting those volumes in the compose/config, I can see music on the gui in the "awesome Library" but when I initialize tagging it spins indefinitely with no changes to music files. I only have 10 albums right now to keep things simple while I learn all the different hosting apps. Also while it's spinning I get errors when I click other tabs in the GUI but no info when I click view error. The logs are also not showing any errors. Lastly I did set locations in the config files however I may have gotten something wrong. Any help is greatly appreciated sorry for the wall of text. Feel free to close this issue if it was inappropriate to ask this here. Thank you!
The text was updated successfully, but these errors were encountered: