rix

Community Developer
  • Posts

    423
  • Joined

Everything posted by rix

  1. Hi, I have tried to set up the epicgames-freegames container in combination with an nginx reverse proxy at /epicgames. That does not work however. Any hints how to set up a subfolder?
  2. I do not own two optical disk devices. From what others have reported, this should work though.
  3. I do like this. Did I set this up right? https://github.com/rix1337/docker-templates/blob/master/rix1337/ca_profile.xml
  4. Sure, I am also interested in a fix. Please let me know if you find a modification that I can then place in ripper.sh for all users. Haven't come across this error and google does not yield anything useful as well. If you find a reason I'll try to fix this, if you solve it yourself please let us know so I can improve the docker image. Thanks for yor posts and sorry I cannot help with solving the issues you have come across.
  5. Thats reasonable. Ill look into adding some jre.
  6. Are you sure you are posting in the right Thread? My ripper uses ripit for audio cds. cdparanoia is AFAIK not part of the script/image.
  7. Video encoding is out of scope of this project. Please look elsewhere.
  8. We just received a PR that should resolve this. https://github.com/rix1337/docker-ripper/pull/52
  9. Yup, had to update to 0.15.2 which results in a builderror for libmakemkv. Issue on github is open. I have currently no idea how to fix this. https://github.com/rix1337/docker-ripper/issues/51
  10. Freedb is down. Fortunately a few days ago a beta of ripit was pushed that now uses gnudb for ripit. This commit should resolve issue #1: https://github.com/rix1337/docker-ripper/commit/55c38cf841126595072cb40b817bf80b345cfd0d Your second issue I have no idea how to fix. Sounds like a hardware issue if it is not caused by #1. EDiT: Build with the new ripit version is up. Update and enjoy!
  11. Yeah, maybe someone savvy will be able to do it directly, but you can automate stripping the isos by modifying your ripper.sh So at least the whole thing is automated. What those commands are, you will have to find out yourself.
  12. As far as I can tell the exception you are seeing is thrown by gphotos. Please open an issue at their github repo, since I will likely not be able to fix this. Just to be sure, check again if you have followed the Readme to the letter: https://hub.docker.com/repository/docker/rix1337/docker-gphotos-sync 1. Start the container with the "Run" part (not using -it) 2. Create and place the client_secret.json at /config 3. Run the "Syncing" command while the container is still running (this time using -it) 4. Follow the instructions to log into your account. From now on "Syncing" should be callable through cron and work.
  13. Ripping to ISO is a trivial task, mounting and directly copying over files is not - since that was never my goal, you will have to solve this yourself. If you want to try something simple, why not extract the iso with something like https://www.tecmint.com/extract-files-from-iso-files-linux/ and then deleting the iso when the copying is done. That should be fairly straightforward but you'll have to spend some time trying it out. I will unfortunately not invest more time into this.
  14. Ripper is able to rip Data drives by itself, what are you trying to do with the above?
  15. You should be able to easily fix this by adding a timestamp to the target path. Try adding this to the STORAGE_CD variable in your ripper.sh: $(date +%s) Should be line 15 https://github.com/rix1337/docker-ripper/blob/64b17f6cacda1bdabe9a8d05f5b6476e2cb705d6/root/ripper/ripper.sh#L15 so it looks like STORAGE_CD="/out/Ripper/CD/$(date +%s)" This should produce different subfolders for each run
  16. The default password from https://github.com/rix1337/docker-google-musicmanager/blob/master/README.md should work.
  17. Use any vnc client. Default port is 5900
  18. Not without much more info. A log would be a great starting point.
  19. For me it is working. AFAIK there appear to be issues if the app cannot read your mac address. No idea why it would not run on your end. Mine is working right now, but I have not relogged in for a few years.
  20. Let me know, if you find out what caused this.
  21. I am afraid "eject" will not work from within docker for your external drive. You need to find an alternative and replace the eject command in ripper.sh
  22. Please make sure you have read the readme. https://github.com/rix1337/docker-ripper/blob/master/README.md#makemkv-needs-an-update I have just triggered a build that should update to the latest release.
  23. I will only support ripit. You can however modify ripper.sh to your liking. A pending PR will switch the ripit backend to musicbrainz, so no reason to move to another tool afaik.