mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #114] Allow for excluding of directories within music directory #79
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#79
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 @Cyberuben on GitHub (Dec 19, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/114
I'd like to have an option to exclude certain folders to prevent from being indexed into Koel. I'm currently using BitTorrent Sync to make sure all my music is on both my laptop and desktop, and it creates a .sync folder. This folder contains an archive of changes, meaning that if I change the ID3 tags of a song, it'll store a backup of the old file in the .sync folder. To prevent duplicates, I think it would be wise to allow for exclusion of user specified folders.
@phanan commented on GitHub (Dec 19, 2015):
Not very high on my list TBH.
@Cyberuben commented on GitHub (Dec 19, 2015):
I have done some digging, it seems like it is possible to exclude directories from being found by just using the Symfony's Finder
excludefunction.http://api.symfony.com/3.0/Symfony/Component/Finder/Finder.html#method_exclude
I might try to implement this myself and submit a pull request once done
@phanan commented on GitHub (Dec 19, 2015):
How to exclude directories when scanning is not a problem. The interface and other logics are.
Pure awesomeness.
@Cyberuben commented on GitHub (Dec 19, 2015):
@phanan Could you maybe elaborate on what you mean by "and other logics"?
@phanan commented on GitHub (Dec 19, 2015):
One example might be where to save the "exclude" settings.
On Sat, Dec 19, 2015 at 10:03 AM, Ruben Rutten notifications@github.com
wrote: