Simon

Results 247 comments of Simon

This should probably be something that should be called after a delete process anyways. Along the lines of `clean_channels` that takes a list of channel IDs, to clear channels that...

Well, this *is* already an offline application. TA doesn't need internet connection to work, after you have downloaded and indexed your videos obviously. Should also be portable, like move a...

Ah, I see, you mean offline from the TA server and not from the internet. Honestly that sounds like [out of scope](https://docs.tubearchivist.com/faq/#what-is-the-scope-of-this-project) for this project, I don't see how this...

Nice, some great progress here! Not sure how well this is going to work once you have a dozen plus playlists? That will mess up the layout there. Maybe the...

Are you still working on this? Ideally this should be tied together with #609, to make playlists extendible by type. I'd suggest to set a `playlist_type` field so this can...

For the migration, you can take inspiration from how this has been handled before in similar cases, for example when we introduced auto start in v0.3.6: https://github.com/tubearchivist/tubearchivist/blob/v0.3.6/tubearchivist/config/management/commands/ta_startup.py#L197-L204 Basically create a...

That is implemented on expected errors that can't be recovered from, e.g. if the video became unavailable after it got added to the queue but before it's downloaded, in that...

implemented and merged with v0.4.7, shutout to @greg321321

Most of that is now completed. Or at least on the way. There is still work to be done to migrate away from the redis plugins, we'll tackle that going...

I can see the advantages of that. Biggest issue will be handling permissions correctly without breaking peoples installation.