tubesync icon indicating copy to clipboard operation
tubesync copied to clipboard

Request: Alternative download location

Open CodeAnthem opened this issue 2 years ago • 7 comments

Please, can you add the ability to use different volumes for each source? It doesn't work for my setup, to have everything in one source in the same root folder.

CodeAnthem avatar Jul 15 '22 13:07 CodeAnthem

Could you not just map individual source folders to different container volume mounts? So instead of:

-v /some/directory/tubesync-downloads:/downloads

you could do

-v /some/custom/source:/downloads/videos/source-name

meeb avatar Jul 15 '22 14:07 meeb

well, need to check, but I have picard moving all songs out once tagged, but I want to keep one playerlist. So i could just add this playlist two times, one accessable by picard, the other one not.

CodeAnthem avatar Jul 15 '22 15:07 CodeAnthem

I would appreciate that option as well.

If there is only two or three channels, that might be feasible. I have currently 17 sources and I think the docker start command will get pretty long adding all those in.

MatthK avatar Jan 26 '23 06:01 MatthK

What do you want to set the download paths per source to? Can you give an example?

meeb avatar Jan 26 '23 07:01 meeb

After thinking some more, I guess I could just create two (or more) main directories after the video, to separate the channels.

Currently I have the following structure:

YouTube/video/channel(s)/files

I guess I should create something like this instead:

YouTube/video/Structure 1/channel(s)/files YouTube/video/Structure 2/channel(s)/files

Somehow I didn't think of this before. My bad...

MatthK avatar Jan 26 '23 13:01 MatthK

I think I am trying to do something similar to this but can't quite figure it out. My end goal is basically have two final destinations of downloads so I can segment them in Plex. I would like a "Youtube" folder and a "Youtube-Kids" folder.

I have been adding my source like this to give it some sort of episode structure and this seems to work pretty well, I just can't figure out how to specify whether to put the files in the "Youtube" folder or the "Youtube-Kids" folder. {source_full} - S{yyyy}E{mm}{dd} - {title_full}.{ext}

Any ideas?

Thanks in advance. Super glad I stumbled across TubeSync. Wish I would have discovered this years ago!

mckayc avatar Feb 26 '23 13:02 mckayc

OK. I am dumb and my previous message should be disregarded. I didn't realize when you create a new source that you can do a custom folder location. I had just been accepting the defaults. What I wanted to do was incredibly easy to accomplish. Very impressed with TubeSync!

mckayc avatar Feb 26 '23 22:02 mckayc