mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #769] Loading m3u playlists #554
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#554
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 @kellertobias on GitHub (Jul 21, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/769
i am planning to use koel as an everywhere musicplayer. However, my main Music Library is on my computer using banshee.
I have tagged (in the "grouping" id3 field) all my songs by comma separated tags for creating automatic playlists. these playlists are exported via a script and the script generates m3u files. As well as a copy of the songs.
I then sync this directory to my server and want the playlists to be in koel. Any Idea how I can achieve this?
@kellertobias commented on GitHub (Jul 24, 2018):
I've written a small python script that reads m3u playlists and commits them to the database
@phanan commented on GitHub (Jul 26, 2018):
That sounds like a good approach. Koel doesn't deal with m3u files :)
@Porco-Rosso commented on GitHub (Nov 15, 2018):
@kellertobias Could you share your python script? I would love to import my m3u playlists
@kellertobias commented on GitHub (Nov 15, 2018):
@Porco-Rosso i will put the script collection (export banshee to m3u and import m3u to koel) into my repositories after work.
@kellertobias commented on GitHub (Nov 16, 2018):
@Porco-Rosso check out: https://github.com/kellertobias/m3u-sync
this is my whole collection of m3u scripts
@Porco-Rosso commented on GitHub (Nov 26, 2018):
@kellertobias Thank you so much! Sorry for the delayed response.