Commit Graph

45 Commits

Author SHA1 Message Date
Stefano Brilli b0a55c74f2 Remove tweet button: Slow to load and mostly unused 2020-04-26 16:05:28 +02:00
Stefano Brilli 8187e3c623 Updates netmd-js to lastest version 2020-04-23 19:08:27 +02:00
Stefano Brilli 2834a20505 Make sure user gave permission on enumerateDevices 2020-04-10 16:44:06 +02:00
Stefano Brilli c606d78753 Add new dump-track feature 2020-04-10 16:31:15 +02:00
Stefano Brilli 93eecf8ca0 Make sure delete cmd is digested 2020-04-10 11:28:55 +02:00
Stefano Brilli 179b12e16d Remove unsupported browsers 2020-04-10 11:19:56 +02:00
Stefano Brilli 2e45321536 Refactor duplicated code into sanitizeTitle fn 2020-04-10 11:18:54 +02:00
Stefano Brilli c88c1d67c4 Update to latest netmd-js version 2020-04-05 16:12:19 +02:00
Stefano Brilli 397d911c55 Update to latest version of netmd-js 2020-04-02 19:42:58 +02:00
Stefano Brilli bb09f51ad9 Setup a new logger
This could help me to debug a few issues reported by some users
using a rh1
2020-04-02 16:39:12 +02:00
Stefano Brilli a7a085546f Workaround to fix potential encoding issues
I haven't dug in what's the encoding I should use. So I'll stick to
ascii for now
2020-04-02 16:04:08 +02:00
Stefano Brilli 5535197892 Show tracks sorted by index 2020-04-02 15:59:05 +02:00
Stefano Brilli 9356383fe5 Add AIFF support 2020-03-31 19:05:42 +02:00
Stefano Brilli f55fca961e Add last working commit of ffmpegjs 2020-03-31 19:04:59 +02:00
Stefano Brilli 05638b47ff Remove old unused service worker file 2020-03-31 18:03:16 +02:00
Stefano Brilli c7f32df5e6 Truncate track's title if max length reached 2020-03-31 15:34:14 +02:00
Stefano Brilli 926c8ddc93 Improve netmd-mock service 2020-03-30 10:05:15 +02:00
Stefano Brilli 833c2e23ba Terminate Workers and fix memory leak 2020-03-30 10:03:14 +02:00
Stefano Brilli 2e0b8c2a43 Add controls widget 2020-03-29 15:26:48 +02:00
Stefano Brilli eb632ab384 Add move track command. Minor fixes. 2020-03-29 13:27:55 +02:00
Stefano Brilli 4546e32af9
Merge pull request #1 from cybercase/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-03-26 21:19:20 +01:00
Stefano Brilli bc11ce3c1d Strip file extension from Track title 2020-03-25 21:25:03 +01:00
dependabot[bot] 0bae33a90f
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-24 19:32:31 +00:00
Stefano Brilli 148b62265a Better label for untitled discs 2020-03-24 20:30:44 +01:00
Stefano Brilli a6f5280de5 Try to reduce memory impact by deleting used chunks 2020-03-24 19:43:44 +01:00
Stefano Brilli b634772f2d Add rename disc feature (in top right menu) 2020-03-24 19:43:24 +01:00
Stefano Brilli b7c45ed34e Show disc title in main view 2020-03-24 19:42:43 +01:00
Stefano Brilli 921c9ee837 Update to latest netmd-js 2020-03-24 19:42:23 +01:00
Stefano Brilli 270f38ab25 Fix service worker updates 2020-03-24 10:02:08 +01:00
Stefano Brilli 4f9ec8b6a4 Update to latest netmd-js. Set chunkSize to ~500kb
Lowering from 1Mb to 512kb seems to improve the performance of
encryption worker.
2020-03-24 00:27:52 +01:00
Stefano Brilli 7b2338132b I might remove Module.setLogger in next builds 2020-03-23 23:45:44 +01:00
Stefano Brilli 4dc41ed89c Cache public required files for offline usage 2020-03-23 23:45:09 +01:00
Stefano Brilli f15e4970d8 Make sure the sampling rate is 44100Hz 2020-03-23 19:16:46 +01:00
Stefano Brilli 3fec73d556 Check for updates at every page load 2020-03-23 19:16:22 +01:00
Stefano Brilli 4acf13ba0d Run prettier on serviceWorker.ts 2020-03-23 19:15:52 +01:00
Stefano Brilli 18c7f91c89 Add atracdenc logging. Add sample rate conversion
44100Hz sample rate is required for atracdenc encoding
2020-03-23 14:16:46 +01:00
Stefano Brilli 4fb407454b Fix typo 2020-03-23 10:22:21 +01:00
Stefano Brilli 6998045599 Add link to a short video overview 2020-03-21 20:46:48 +01:00
Stefano Brilli e7bd3bf8c5 Typo 2020-03-20 21:33:28 +01:00
Stefano Brilli 29d31e8a36 Use indeterminate progress bar for conversion 2020-03-20 19:40:23 +01:00
Stefano Brilli 328af3d838 Fix public path for worker scripts 2020-03-20 19:31:26 +01:00
Stefano Brilli c67ec976fb Minor fixes 2020-03-20 19:06:19 +01:00
Stefano Brilli f04173b8ac Update scripts and deps 2020-03-20 18:35:41 +01:00
Stefano Brilli 7c12a9cb96 Last week's work 2020-03-20 18:21:53 +01:00
Stefano Brilli 35c4de410a Initial commit from Create React App 2020-02-12 21:49:56 +01:00