| Summary: | Export/import list of subscriptions | ||
|---|---|---|---|
| Product: | [Applications] PlasmaTube | Reporter: | Antonios Hazim <antonios.hazim> |
| Component: | general | Assignee: | Linus Jahn <lnj> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | espidev, josh, nekonexus, rdkracz |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Antonios Hazim
2023-04-03 10:45:04 UTC
Git commit 8944e990d6ef2641ec1771d67883bf1211266c8c by Joshua Goins. Committed on 07/04/2024 at 13:44. Pushed by redstrate into branch 'master'. Add feature to import/export (YouTube) OPML subscriptions Only YouTube channels are supported for now, but now it's possible to move data from YouTube <-> Invidious <-> FreeTube and now PlasmaTube. The next thing to support would be PeerTube subscriptions. M +2 -0 src/CMakeLists.txt M +30 -0 src/controllers/videosource.cpp M +15 -0 src/controllers/videosource.h M +6 -0 src/models/subscriptionlistmodel.cpp M +4 -1 src/models/subscriptionlistmodel.h M +97 -0 src/ui/SubscriptionListPage.qml A +76 -0 src/utils/opmlparser.cpp [License: GPL(v3.0+)] A +26 -0 src/utils/opmlparser.h [License: GPL(v3.0+)] https://invent.kde.org/multimedia/plasmatube/-/commit/8944e990d6ef2641ec1771d67883bf1211266c8c |