-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update to minidlna 1.3.3 + Couple extra fixes #28
Merged
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
This prevents creation of multiple album containers for compilation albums (i.e. one separate album for each artist) when adding files via inotify, which causes the scanner cache to be invalidated all the time. OTOH, different albums with identical names ("Greatest Hits", "Love Songs") are now listed as just a single album in the "Album" container. This might be solved using some heuristic based on music file location (same directory / different directories). The new behaviour is usually the same as encountered when doing a full rescan, because there's a scanner cache that is used during full rescans and that cache ignores artist names as well. Debian patch: https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/07-fix-multi-artist-album-handling.patch
Debian patch: https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/08-Fix-testupnpdescgen-build.patch Signed-off-by: Alexander Gerasiov <[email protected]>
This patch is from https://sourceforge.net/p/minidlna/patches/_discuss/thread/28a9f79d/9aca/attachment/minidlna-1.3.3-thumb.patch by https://sourceforge.net/u/wilderman/profile/ with changes to derived and cache files (configure and such) removed. Based on debian patch: https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/15-thumbnails.patch
channel_layout has been replaced with ch_layout Debian patch: https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/16-Add-compatibility-with-FFMPEG-7.0.patch
Wow, thanks for all the hard work!!! |
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.
Hello,
This PR pulls the latest upstream updates (1.3.1, 1.3.2, 1.3.3). As well as some extra fixes from a couple of Debian patches. I also had to make a few small changes to the password logic for it to be compatible with some of the recent changes, and besides that, I applied a patch that adds support for generating on-the-fly thumbnails with
libffmpegthumbnailer
for video files. As far as I could test, everything seems to be working fine.Closes: #27