-
Notifications
You must be signed in to change notification settings - Fork 170
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
Restore the ability to delete subtitles downloaded by agents #112
Comments
Was intended as WAD, but logged as an enhancement for now... |
Is it possible to restore an older version that still supports it? By the time most people realize what the agent is doing it's already a mess of duplicates all over the place. My understanding is that just removing the subs from the agent's folder is not enough and the DB needs to also be changed but I could be wrong. I'm being asked about how to cleanup the disaster made by the opensubtitles plugin (especially now that Sub-Zero seems to be doing this properly at last) and webtools was my "go-to" tool, but I now realize it no longer does this. Also: When the functionality is put back in, could there be an option to search and delete all plug-in subtitles instead of per-file? |
You can find older versions here But only one version can be installed at a time And regarding delete all in one go is a good idea, but unsure about the impact here, so need to investigate that a bit more, before deciding |
Backend fixed with 0122c6b Now miss the frontend |
Internal Note: Here we collect stuff that needs to go into the real released changelog, aka acumulated, and only since 2.1 changes here ;-) BACKEND: Fix: #115 UAS: Migration fails, if plugin directory contains hidden folder #116 UAS: Make UAS work, even if a git is dir levels too low #117 UAS and uninstall unknown bundle #121 UAS: Cleanup old files/folders when updating #122 UAS: bundle migration #138 UAS: getAllBundleInfo is reset when UASRepo is updated New: #129 UAS: Alllow 3.Party devs to clear their stuff #135 WT: Tell users, if wrong install path is used #137 WT: Add new decorator for auth #126 UAS: Allow WebTools to autoupdate FRONTEND: Fix: #131 UAS: After changin category, focus is no longer set on inputbox #139 UAS: Unknown bundles without url won't be able to be uninstalled or re-installed. #140 UAS: Migrate now always goes back to showing ALL available bundles New: #126 UAS: Allow WebTools to autoupdate #142 LogViewer: Search for keywords, highlighting of the same. Jump to top. #133 Subtitlemgmt: Added GUI for uploading subtitles #112 Subtitlemgmt: Allow delete/view for agent subtitles aswell.
Confirmed working |
Internal Note: Here we collect stuff that needs to go into the real released changelog, aka acumulated, and only since 2.1 changes here ;-) BACKEND: Fix: #115 UAS: Migration fails, if plugin directory contains hidden folder #116 UAS: Make UAS work, even if a git is dir levels too low #117 UAS and uninstall unknown bundle #121 UAS: Cleanup old files/folders when updating #122 UAS: bundle migration #138 UAS: getAllBundleInfo is reset when UASRepo is updated New: #129 UAS: Alllow 3.Party devs to clear their stuff #135 WT: Tell users, if wrong install path is used #137 WT: Add new decorator for auth #126 UAS: Allow WebTools to autoupdate FRONTEND: Fix: #131 UAS: After changin category, focus is no longer set on inputbox #139 UAS: Unknown bundles without url won't be able to be uninstalled or re-installed. #140 UAS: Migrate now always goes back to showing ALL available bundles #-- Subtitlemgmt: Added more logging for uploads. And fixed error reported by Dane22 about uploads. (2016-03-04) New: #126 UAS: Allow WebTools to autoupdate #142 LogViewer: Search for keywords, highlighting of the same. Jump to top. #133 Subtitlemgmt: Added GUI for uploading subtitles #112 Subtitlemgmt: Allow delete/view for agent subtitles aswell.
see title
reason:
the opensubtitles plugin caused at some point in the past duplicated subtitles. Practically at every library refresh the same subtitles were downloaded again and again.
I don't know whether it is still doing this now, but your tool was about the only way to remove the duplicates.
So please consider re-enabling this ability.
The text was updated successfully, but these errors were encountered: