mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1913] [FR]: AIFF Support #1034
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#1034
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 @prk0ghy on GitHub (Apr 19, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/1913
Originally assigned to: @phanan on GitHub.
Description
Hello phanan,
first of all let me say thank you for this amazing project. I had been looking for a tool to make my DJ library streamable. I was astonished at what you created, koel solves (most of) my library problems. However there is one big caveat. Most of my files are in .AIFF as this is one of the few formats that can be used for DJing losless (i know there is .WAC and .FLAC but metadata/compatibility... see 38c3 Talk). Hence I would love to see AIFF capabilities implemented. I saw some indications for inofficial wav support. Maybe aiff is also possible. Thank you and cheers.
Additional information
No response
@phanan commented on GitHub (Apr 19, 2025):
Since Koel uses getID3 under the hood, which supports AIFF, reading AIFF files shouldn't be a problem. However, from what I can see, AIFF isn't supported natively by any browser. This means you'd have to rely on FFMpeg transcoding anyway, which defeats the purpose (DJ'ing lossless). Am I missing anything?
@prk0ghy commented on GitHub (Apr 22, 2025):
Hey phanan,
for DJing I will need to download and put the songs on a USB stick. However I want to listen to those songs on mobile/stream them before. Transcoded listening is no issue as long as i can download them in the original AIFF format.
Cheers
prk0ghy
@phanan commented on GitHub (Apr 30, 2025):
I'll admit, I've never heard of this format before. However, it seems like a reasonable request, so I'm adding it as an experimental feature (see #1915).