Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Music presets: easily download from multiple urls #931

Open
PlexSheep opened this issue Feb 20, 2024 · 5 comments
Open

Music presets: easily download from multiple urls #931

PlexSheep opened this issue Feb 20, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@PlexSheep
Copy link

PlexSheep commented Feb 20, 2024

I want to download multiple specific playlists for a channel.

It would be really nice if we could just do:

YouTube Releases:
   = J-Pop:
      "Ado":
        - "https://www.youtube.com/@Ado1024/releases"
        - "https://www.youtube.com/playlist?list=PLaxauk3chSWjJUBirUlCQH9fOgvfiNjcc"
        - "https://www.youtube.com/playlist?list=PLaxauk3chSWizBh8KxPj83Ue03qy0A_Xv"
   = Genre2:
      "Ado":
        - "https://example.com/important_music"
        - "https://example.com/important_music2"

And be done with it.

Workaround

This is hard to find, but something like this seems to work okay for now.

YouTube Releases:
   = J-Pop:
      "Ado":
        download:
          - "https://www.youtube.com/@Ado1024/releases"
          - "https://www.youtube.com/playlist?list=PLaxauk3chSWjJUBirUlCQH9fOgvfiNjcc"
          - "https://www.youtube.com/playlist?list=PLaxauk3chSWizBh8KxPj83Ue03qy0A_Xv"

If you're facing issues with the workaround, deleting the working directories in the folder where the items are downloaded to can help.

@PlexSheep
Copy link
Author

The above syntax (with the "download" part) actually works sometimes, but sometimes not. It's really confusing.

@PlexSheep
Copy link
Author

Adding to this: I've had trouble with one channel being part of different "genres". The one coming later in the subscriptions file seemingly overwrote the one coming first.

@jmbannon
Copy link
Owner

The above should be possible without download, I'll re-purpose this issue to track adding that feature.
As for subscriptions overriding, this is expected behavior, but to your point, maybe it does make sense to allow duplicate subscription names if they live in different spots

@jmbannon jmbannon changed the title easily download from multiple urls Music presets: easily download from multiple urls Feb 20, 2024
@jmbannon jmbannon added the enhancement New feature or request label Feb 20, 2024
@PlexSheep
Copy link
Author

What would the syntax be without use of the download workaround?

@jmbannon
Copy link
Owner

A list like you originally tried @PlexSheep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants