Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Jidovu Marius Adrian

Members
  • Joined

  • Last visited

Everything posted by Jidovu Marius Adrian

  1. The database issue has been fixed and the creation of the files is no longer required.
  2. It is a bug on this version, it should be fixed on the next version release. In order to fix it you have to create 3 files and place them in the config directory of the mounted config folder. Download the attached files and put them in: /mnt/user/appdata/go-auto-yt/config Assuming you did not change the config folder of the app in the docker template, if you did then add them in the folder you specified. channels.json playlists.json videos.json
  3. I will post back here when "Channels" tab works. There is no workaround for go-auto-yt at the moment.
  4. Adding "Channels" tab to the bug list. This issue is with youtube-dl and latest youtube changes.
  5. Do you add any custom folder or custom format ?
  6. A picture with goautoyt before you click add channel.
  7. Can you make a picture with the settings you are using and post it ?
  8. The root path ( mounted folder ) that you did setup in the docker template will not be changed.
  9. /playlists/audio/%(title)s.%(ext)s Replace the name "audio" with the desired folder name or add a desired folder name after the audio. /playlists/audio/mixed/%(title)s.%(ext)s And replace the "mixed" folder name with the folder of your choosing. And you need to use "Enter custom youtube-dl output" to work. Do not forget to tick "Download the entire playlist (will ignore youtube-dl errors so it doesn't crash)" else will download one video and stop, then will wait for a channel check until next video download and checks can be from minutes to hours to days , depends on the setup you made.
  10. Not sure if you did or not, but can you formulate it as a request and post it here and with an example. Also say how would you prefer to have the data saved other then json if lets say was possible to implement it in go-auto-yt. ( not that would be a priority but maybe down the road there will be a way to make it possible )
  11. It will save it in the same format as youtube-dl. Probably you will need something like this then. Local Metadata Agent Github link with the source code: LocalMetadata-Agent.bundle Different ones: YouTube-Agent.bundle lankz JSON.bundle If you find something better post it.
  12. I do not think it will be long until metadata is added since is just one extra command on top of the actual command.
  13. The docker template was changed to use 0022 umask for the folders which should fix your issue. To remove the root folder and all its contents you can use unraid terminal to do that with the following command: rm -rf /mnt/user/appdata/go-auto-yt If you changed the root folder in the docker template then change "go-auto-yt" with the name of the folder you speciffied in the docker template. After you do that edit the docker template of the application on the "User File Creation MASK ( UMASK ):" tab and click edit then replace 0044 with 0022 and click save. I was very tired that day and I totally forgot that the application uses umask and I had it setup to 0044 in the live docker template. I am sorry, my bad.
  14. Added to the list of feature requests.
  15. The domain selected for the mail server needs to be changed in the docker template from yourdomain.com. It can be found by switching from BASIC VIEW to ADVANCED VIEW when you edit the template and is under "Extra Parameters:" tab. It is recommended that you select a name like mx.yourdomain.com for the A record of your mail server computer. This means that the A record in your Domain Name System (DNS) must point to the IP address of the computer where Mail Server will be installed and the Pointer (PTR) record on this computer must resolve the computer IP address to a fully-qualified domain name (FQDN) as an opposite to what A record does. To verify the correctness of the settings for the A record the following command is used ( command used inside the mail server docker ) : dig -t A mx.yourdomain.com If everything is correct you should see the output which contains lines like these among the others: ... ;; ANSWER SECTION: mx.yourdomain.com. IN A {your IP address} ... Instead of {your IP address} the real IP address of the server will be shown ( command used inside the mail server docker ). dig -x {your IP address} It should return the output which contains lines like these among the others: ... ;; ANSWER SECTION: {your IP address} IN PTR mx.yourdomain.com. ... After you install Mail Server, you will also need to add an MX record to yourdomain.com so that it pointed to mx.yourdomain.com. This is required for mail to reach @yourdomain.com addresses. To get the IP address for the mail server docker use the following command ( command used in unraid terminal ) : docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' onlyoffice-mail-server Where ${MAIL_SERVER_IP} is the IP address for Mail Server. To link the the Only Office dockers you need to go to the "Integration" tab in your Only Office Community portal like in the example pictures:
  16. Spaces in commands has been fixed.
  17. I changed the template to use umask 0022. I forgot to change it in the template before uploading it and I did not look into the live template to notice it... my bad. The change will be live in ~2 hours or less.
  18. That is because the main folder is owned by root, you need to create another unraid user and give all the permissions to that user and after that you need to use that user when you access unraid files over the network. In other words authenticate.
  19. You need to change the default download folder inside the docker container. Mounted Downloads Folder: /mnt/user/appdata/go-auto-yt/downloads Replace /mnt/user/appdata/go-auto-yt/downloads with your folder location.
  20. You can do that if somehow that file is owned by other user.
  21. Only the download folder and what is inside of that folder is setup to get the "user" group. The rest of the folders are created as root. You can use Krusader docker to delete files owned by "root".
  22. Directory creation error got fixed - docker image updated. For the fix to take place the image must be re-downloaded.
  23. As you can see when you specify where to download for example it has a default template like so: /channels/%(uploader)s/audio/%(title)s.%(ext)s If you want to not have all those folders and just have the name included in the file instead of folders for example you do this: /channels/%(uploader)s-audio-%(title)s.%(ext)s As you can see you can remove the / so it will no longer create that many folders. /mnt/user/media/youtube/ In your case is already the starting folder so you do not need to add it again ( is the root folder), so anything that you download will get downloaded there

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.