Skip to content
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

Scan DataBase #451

Closed
coacharnold1 opened this issue Jan 5, 2024 · 2 comments
Closed

Scan DataBase #451

coacharnold1 opened this issue Jan 5, 2024 · 2 comments

Comments

@coacharnold1
Copy link

Sorry to post something that has a lot of discussion already. I just cannot figure out how to imploment any of this.

I am running gonic 0.16.2 on Docker in Fedora 39

I think I have sorted out how to add multople collection folders by adding this to the docker-compose file:

volumes:
- ./data:/data # gonic db etc
- /home/fausto/Music:/music/1:ro # your music
- /home/fausto/Music2:/music/2:ro # your music
- /path/to/podcasts:/podcasts # your podcasts
- /path/to/playlists:/playlists # your playlists
- /path/to/cache:/cache # transcode / covers / etc cache dir

The syntax is confusing .... I can't seem to figure out how to test if this is working as I can't get a re-scan to initiate with any of the following:

sudo docker run sentriz/gonic:full-scan
sudo docker-compose up -d --full-scan

Some of this may be because I'm running this on docker and not just installing it ..

HOw about log to set up transcoding? Where does all that reside when tunning in docker

Are most folks running this localy? Or in Docker?

Thanks for the help

TIm

@sentriz
Copy link
Owner

sentriz commented Jan 5, 2024

have access the gonic web interface? that's where you can start a scan and setup transcoding

by default its at http://<serverip>:4747

@coacharnold1
Copy link
Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants