-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Merklisten Abonnement und weitere Erweiterungen #516
Open
KWich
wants to merge
3,866
commits into
mediathekview:develop
Choose a base branch
from
KWich:feature/Merkliste-II
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ich hoffe das 13.6 nächste Woche freigegeben werden kann. Weitere Infos schreibe ich dir in einer Mail. |
…ng the value changing
…4j Ort auf einen relativen PFad gesetzt. Versionsauslesung für AppImage korrigiert.
Version 13.6.0
- restructure code
- now also uses correct URL for downloads instead of the one from the filmlist
- code cleanup
- add sender filtering during filmlist load - fix access denied bug on windows due to mem-mapped buffer - restructure/clean filmlist settings/dialog - code cleanup
- code cleanup
Änderungen damit der Code auf den aktuellen Entwicklungsstand der 13.6.1 passt, keine neue Funktionen. Sollte jetzt problemlos in den aktuellen Entwicklungszweig passen. |
@alex1702 Was ist mit diesem PR? Du hattest ihn geschlissen und wieder geöffnet? @derreisende77 Brauchen wir das noch? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Zwei neue Funktionen und ein paar Strukturverbesserungen:
Es ist jetzt möglich ein Abo anzulegen mit dem Ziel die Filme in die Merkliste zu übernehmen:
Dazu wir im Abo Dialog zusätzlich zu den definierten Sets als Zeil die Option "Merken" angeboten. Alle Filme die den Kriterien entsprechen werden beim Abarbeiten der Abos in die Merkliste eingetragen. Damit Filme die aus der Merkliste entfernt wurden nicht dem nächsten Lauf wieder auftauchen, wird bei Folge-Läufen nur noch Filme mit einem Datum später als dem letzten Abo datum und neue Filme der Merkliste hinzugefügt. Durch deaktivieren des Abos wird das Datum zurückgesetzt.
Als weitere Funktion ist es jetzt möglich das "Verfügbar bis" Datum für alle Filme in der Merkliste in einem Suchlauf zu setzen:
Ich werde die Merklistenfunktionalität in der nächsten Zeit noch weiter ausbauen, mit einer Suchfunktion und der Möglichkeit den Filmen Kategorien zuzuweisen, um sie besser sortieren zu können. Gibt es einen Datum zu dem die 13.6 freigegeben werden soll?