Commit Graph

17 Commits

Author SHA1 Message Date
JovannMC d20e99dee2
chore: update @ffmpeg/core to 0.12.10 2025-07-25 13:30:54 +03:00
JovannMC 59e79521f2
feat: .aif support
same as .aiff
2025-06-05 13:42:17 +03:00
JovannMC 6f2eefd39f
fix: remove "to" alac conversion
doesn't work w/ ffmpeg wasm
2025-04-29 17:54:38 +03:00
not-nullptr b89e55c997 feat: conversion resolver improvements 2025-04-14 20:06:57 +01:00
not-nullptr 316cd8d8a0 fix: remove all plausible tracking 2025-03-20 18:11:13 +00:00
not-nullptr c00dac9207 feat: new* conversion resolver, vertd gif support 2025-03-19 16:35:29 +00:00
JovannMC 85df644e96
fix: m4a listed twice 2025-02-24 12:48:01 +03:00
JovannMC 4c65aee867
feat: add converter status to category cards 2025-02-18 20:56:30 +03:00
JovannMC 14517acdfd
feat: add file convert stats
i think this is right? counts how many files converted (and the type)
2025-02-17 22:28:49 +03:00
JovannMC f276dcd7a1
add toasts to ui 2025-02-08 22:08:33 +03:00
nullptr 531949606a
feat: conversion page redesign (#21)
* feat: conversion page redesign

* fix: loading bars reversed

* fix: dark mode flicker and non-functionality in general (#22)

* feat: add delete button, improve loading bar contrast

* feat: remove mobile optimizations

* feat: add way to tell if a converter reports progress

* More shrexy progress bar when progress isn't indicated

* Make progress existance check better

* fix: progress bar

* more UI tweaks

* feat: nicer loading bars

* feat: audio metadata

* feat: asynchronous album covers

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-14 20:02:06 +00:00
nullptr 3f0595ccb2
feat: refactor ifile (#19)
* chore: refactor IFile to VertFile

* fix: remove debug red progress thing
2024-11-14 11:32:15 +00:00
nullptr b495d874b6
feat: optimize ffmpeg via running in parallel (#17) 2024-11-14 10:10:44 +00:00
nullptr 4adb00b1fa
feat: new logger (#16)
* feat: new logger

* feat: use logging more often
2024-11-14 10:08:05 +00:00
nullptr 576202eea7
fix: audio uploading not working (#15) 2024-11-14 09:16:01 +00:00
not-nullptr 3568ecf29b fix: alac doesnt include dot in supported format 2024-11-13 16:43:16 +00:00
nullptr 00a855e590
feat: ffmpeg support (+ many bugfixes and refactors) (#5)
* Separate menu into custom component

* feat: audio conversion support via ffmpeg

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-13 16:30:13 +00:00