[elisa] [Bug 433892] Elisa does not recognize AAC files

2021-03-07 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=433892

Matthieu Gallien  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/elisa/commit/f9b949c
   ||150950b15ade9f68664497c56f2
   ||480a9a
 Status|ASSIGNED|RESOLVED
   Version Fixed In||21.04

--- Comment #5 from Matthieu Gallien  ---
Git commit f9b949c150950b15ade9f68664497c56f2480a9a by Matthieu Gallien.
Committed on 07/03/2021 at 10:49.
Pushed by mgallien into branch 'release/20.12'.

still return a valid track even when no extractors support it

that is the case when we get an audio file not with a format not yet
supported by KFileMetaData
FIXED-IN: 21.04

M  +11   -0src/filescanner.cpp

https://invent.kde.org/multimedia/elisa/commit/f9b949c150950b15ade9f68664497c56f2480a9a

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 433892] Elisa does not recognize AAC files

2021-03-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=433892

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/multimedia/elisa/-/merge_requests/221

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 433892] Elisa does not recognize AAC files

2021-03-03 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=433892

Matthieu Gallien  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Matthieu Gallien  ---
No idea yet why it does not work but I can reproduce it.

Thanks for the report

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 433892] Elisa does not recognize AAC files

2021-03-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433892

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 433892] Elisa does not recognize AAC files

2021-03-03 Thread Ashwin
https://bugs.kde.org/show_bug.cgi?id=433892

--- Comment #2 from Ashwin  ---
I saw in https://stackoverflow.com/a/18111039 that AAC is a raw stream format.
So I converted them to .m4a like this:

ffmpeg -i input.aac -codec copy output.m4a

Is it by design that Elisa cannot play raw audio files?

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 433892] Elisa does not recognize AAC files

2021-03-02 Thread Ashwin
https://bugs.kde.org/show_bug.cgi?id=433892

--- Comment #1 from Ashwin  ---
If I launch Elisa via terminal and I click the AAC file to play, it says:

qrc:/qml/PlayListBasicView.qml:122:21: Unable to assign [undefined] to bool

-- 
You are receiving this mail because:
You are watching all bug changes.