mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #606] Selective file type scan #435
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#435
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daniele-athome on GitHub (May 31, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/606
I wonder if it was possible to have selective file type scan (by one or more file extensions would be perfect) in configuration, maybe in the
.envfile. Thanks!@phanan commented on GitHub (May 31, 2017):
I think this is an edge case. 99% of the time you want all music files in a music folder to be scannable by a music application, don't you?
@daniele-athome commented on GitHub (Jun 1, 2017):
Now that I better think about it, my specific scenario is that I have duplicates of some songs in the same folder, with .flac and .mp3 files. I'd like to exclude those dups and only have the mp3s (less network traffic required). So the feature I requested is somewhat larger, like "exclude all flac files from scanning", which I actually don't want.
So I'd like to implement this other feature myself, would you accept a PR? A brief description would be: "eliminate dups within a folder with same name but different extension and prefer the copy with (put extension here) extension"
@phanan commented on GitHub (Jun 1, 2017):
I don't think so. Again, this is an edge case and most likely Koel won't
support it.
On Thu, Jun 1, 2017 at 12:28 PM, Daniele Ricci notifications@github.com
wrote:
@daniele-athome commented on GitHub (Jun 1, 2017):
Ok, thanks. I'll see what else I can do about it.