dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.42k stars 98 forks source link

Request for instructions and guide for installing on Unraid #152

Open blitzio opened 5 months ago

blitzio commented 5 months ago

Hi, please can I request help for a guide on installing iSponsorBlockTV on the Unraid OS?

I tried following the current docs but find it a little too advanced for someone like me and would appreciate if someone could help out step by step within the context of setting it up on Unraid if possible.

Thanks for the kind consideration.

hardaysknight commented 4 months ago

I used the terminal console in Unraid, then followed the steps outlined in the wiki for using the text based CLI configurator tool.

blitzio commented 4 months ago

I used the terminal console in Unraid, then followed the steps outlined in the wiki for using the text based CLI configurator tool.

Thanks for your reply, and I'm wondering if using the terminal console within Unraid itself, will it also eventually add it to the list of Docker containers or at least be visible here so that we can go back to and modify/edit or remove later on? Wondering what your experience and setup on Unraid is like after installing it.

For example will it be added to the list of cointainers and viewable here on Unraid:

image

Another question I had was for this part

-v /PATH_TO_YOUR_DATA_DIR:/app/data \

Did you create this first on your share before starting the initial steps?

hardaysknight commented 4 months ago

Yes it’ll be added to the list of containers. I can see and edit the template from that list.

I didn’t create the folder either. I let the docker install steps do it.


From: blitzio @.> Sent: Tuesday, May 7, 2024 12:14:55 AM To: dmunozv04/iSponsorBlockTV @.> Cc: hardaysknight @.>; Comment @.> Subject: Re: [dmunozv04/iSponsorBlockTV] Request for instructions and guide for installing on Unraid (Issue #152)

I used the terminal console in Unraid, then followed the steps outlined in the wiki for using the text based CLI configurator tool.

Thanks for your reply, and I'm wondering if using the terminal console within Unraid itself, will it also eventually add it to the list of Docker containers so that we can go back to and modify/edit or remove later on?

For example will it be added to the list of cointainers and viewable here on Unraid:

image.png (view on web)https://github.com/dmunozv04/iSponsorBlockTV/assets/15014469/2bb4ae39-5adb-4948-965c-a9d7d60e3ae7

— Reply to this email directly, view it on GitHubhttps://github.com/dmunozv04/iSponsorBlockTV/issues/152#issuecomment-2097412332, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMHCJ45A7U372TREQJZK6OTZBBIL7AVCNFSM6AAAAABHH4AIXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJXGQYTEMZTGI. You are receiving this because you commented.Message ID: @.***>

blitzio commented 4 months ago

So I managed to get it running via the Unraid terminal using the instructions provided in Installation Wiki, and it seems to finally be working but I noticed that in my Docker Containers list, there seems to be randomized containers being created every few hours and they have weird names.

Will it just keep multiplying over time? I've had it running for almost a day now and they keep getting generated, see below screenshots.

image image image

Could anyone please advise?

Thanks

hardaysknight commented 4 months ago

I’d suggest starting over and using the docker hub version when you search through the Unraid Apps page. I guess it just got added.

billxsand commented 4 months ago

Update - That fork has been discontinued lol

billxsand commented 4 months ago

Got it

Step 1. create a folder for the appdata, I did ' /mnt/user/appdata/isponsorblocktv' Step 2. Go to the CLI in the docker webui (upper right corner) Step 3. run

docker run --rm -it \
-v /mnt/user/appdata/isponsorblocktv:/app/data \
ghcr.io/dmunozv04/isponsorblocktv \
--setup-cli

step 4. it should give an error that there is no config file and that it is creating the config file

step 5. run the same command again and it should let you set up the config file