axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
2.12k stars 112 forks source link

Playlist not going in assigned folder #522

Closed Dutchlikeme closed 1 year ago

Dutchlikeme commented 1 year ago

Windows 10 v2.4.260

image

My folder hierarchy is like this: Albums unsorted/Foo Fighters It doesnt go into Foo Fighters, it instead goes into Albums unsorted

*on my old pc I didn't have this problem, maybe because of the different Tartube version I had back then?

axcore commented 1 year ago

Can you please give me the full URL, so I can test it.

Dutchlikeme commented 1 year ago

https://music.youtube.com/playlist?list=OLAK5uy_keHNwGuJwFejyBIaVLfXlsRA-kPl2MXTQ

axcore commented 1 year ago

I tested it, but everything behaves as expected.

colourshape

When you say, Albums unsorted, do you mean the green Unsorted Videos folder?

In download options, there is a setting which downloads all videos into the Unsorted Videos folder. Click Edit > General download options... > Files > Filesystem. Is the option Download all videos into this folder selected?

allvideos

Dutchlikeme commented 1 year ago

I made a new folder called Albums Unsorted The option is unticked. I also tried a reinstall, did not fix anything

image

image

image

image

image

image

It does work when I select add a new playlist and manually select the folder image

I also keep getting this error which I'm going to trouble shoot now. image

axcore commented 1 year ago

Ok, I can now reproduce your problem, I will look for a solution.

I also keep getting this error which I'm going to trouble shoot now.

The locale error was fixed in v2.4.277. It's harmless, so don't worry about it.

axcore commented 1 year ago

It's just a typo in the code, the fix will be in the next release.

Another workaround is to use the "Add a new channel" button instead of the "Add a new playlist" button. Then right-click the channel and select Channel actions > Convert to playlist

Dutchlikeme commented 1 year ago

Great, I'll be waiting for the next release Thank you

axcore commented 1 year ago

Fixed in v2.4.283.

The fixed code is only uploaded to github; you can update your Windows installation as described here. Alternatively, there will be a full release at the end of the month, so you could wait for that.