After years of promises of implementing playlists and quietly removing it from their featured to do list, id like to see what alternative yall could recommend thats equally permanent and allows you to create playlists?

By permanent i mean that with freetube, i dont have much fear that it will suddenly go dark like an invidious instance, id like to have something similar with an alternative if possible.

any help is highly appreciated.

  • minnix@lemux.minnix.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    No problem. I will say one thing for future reference regarding Docker though, if you want to have persistent data or move data or keep data around so that it can be mounted to another container, volumes are what accomplishes this. If using a docker command for starting a container, make sure you either create a volume first or the command includes the option to create a volume and mount it. If using compose, you want a volume block within the compose file to store your persistent data. This will make your life much easier.

    • Mandy@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      8 months ago

      i frankly did not understand anything you just said, let alone how to accomplish this the article you mentioned seems to require a lot more understanding than i have, cause i cant fully comprehend what they are telling me entirely either