[SUPPORT] SmartPhoneLover - Tartube


Recommended Posts

tartube.png

 

This docker template was created based on an already available docker image

 

IMAGE NOT OFFICIAL AND WAITING FOR DEBIAN ROOT CREDENTIALS FIX


GitHub: https://github.com/axcore/tartube
DockerHub: https://hub.docker.com/r/468654/tartube
Documentation: https://tartube.sourceforge.io/
My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates

 

DESCRIPTION
Tartube is a GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders.
It is partly based on youtube-dl-gui and is written in Python 3 / Gtk 3. Tartube runs on MS Windows, Linux, BSD and MacOS.

 

NOTES
• To connect to the noVNC interface, click on 'Connect' manually.

• You will need to install 'ffmpeg' (apt install ffmpeg) separately.
• Seems that the ROOT_PWD variable that handles the Debian root password is not working properly. (ffmpeg installation: waiting to be solved)

 

VERSION
1.0 (2022-02-02)


If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project.


If you like my work, please consider making a little donation.
- DONATE -
Thank you very much 🙂

Link to comment
  • 2 weeks later...
  • 2 weeks later...

The bridge mapping isn't coming across inside of Debian when VNCed in to it (i.e. start tartube, go to select the destination, 'bridge' (which is mapped in the docker settings to point to a valid location on the array), isn't showing, anywhere)

 

unraid_mnt shows that its pointing to the right place, but when I go to it in the docker, nothing is there (and the folder has a temp file I put there to confirm visibility)

Edited by JasonK
Link to comment
On 2/23/2022 at 2:33 PM, Soldius said:

Hi, I am trying to install FFMPEG inside the OS using the terminal but I cannot login using the password "Docker!" Is there another password that I can use for the sudo command? Thank you

In the docker info it specifically states this is a known issue and needs to be fixed.

Link to comment
  • 3 weeks later...

@SmartPhoneLover

Hey, fix for ffmpeg and other installables -
Add Debian (or whatever user you chose) to the sudo group and restart.

su to get to root, password Docker! by default.

usermod -a -G sudo Debian (or whatever username)

restart the container

you can install stuff now

These steps from login and opening a terminal:

su
Docker!
usermod -a -G sudo Debian


ps: I'm not sure if you've set the Debian user password at the start, but i changed mine right away after switching to root.

passwd Debian password 

Edited by jonfive
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.