Commit Graph

88 Commits

Author SHA1 Message Date
Polochon-street
fa3d467536 Add CUE support to the library trait 2022-09-27 22:59:10 +02:00
Polochon-street
e6ad4c96a6 Add more generic sorting things 2022-09-27 18:12:11 +02:00
Polochon-street
661d848331 Add a proper library / config example 2022-09-27 18:12:11 +02:00
Polochon-street
c3f288eb71
Merge pull request #47 from Polochon-street/fix-wav-decoding
Fix a bug in WAV decoding
2022-09-27 17:37:35 +02:00
Polochon-street
8f36dd3ee8 Fix a bug in WAV decoding 2022-09-26 23:14:21 +02:00
Polochon-street
411cdb6ecf
Merge pull request #46 from Polochon-street/analyze-path-return-paths
Add analyze_paths_with_core, return proper path
2022-09-22 22:24:38 +02:00
Polochon-street
8d0d77da7d Add analyze_paths_with_core, return proper path 2022-09-22 22:11:47 +02:00
Polochon-street
701feb414d
Merge pull request #45 from Polochon-street/fix-decoding
fix decoding when a file is broken
2022-09-07 23:40:58 +02:00
Polochon-street
7420da5041 fix decoding when a file is broken 2022-09-06 19:11:09 +02:00
Polochon-street
c5ffb619bb
Merge pull request #43 from Polochon-street/minor-changes
Make distance functions coherent
2022-08-14 18:55:53 +02:00
Polochon-street
b3f9ef5fa3 Make distance functions coherent 2022-08-14 18:47:15 +02:00
Polochon-street
89e389e1c9
Merge pull request #42 from Polochon-street/bump-ffmpeg-version
Bump ffmpeg to 5.1
2022-08-14 16:04:52 +02:00
Polochon-street
774f4972c2 Bump ffmpeg to 5.1 2022-08-14 15:56:45 +02:00
Polochon-street
f3006e843c Change CUE to flac for size 2022-04-18 19:45:07 +02:00
Polochon-street
a0fe109b96
Merge pull request #40 from Polochon-street/add-rcue-support
Add a `BlissCue` / `BlissCueFile` struct
2022-04-18 19:18:39 +02:00
Polochon-street
7498cf4620 Make analyze_paths use CUE support. 2022-04-18 19:03:03 +02:00
Polochon-street
0227c9596a Add a BlissCue / BlissCueFile struct 2022-04-14 20:42:29 +02:00
Polochon-street
5302e1e45c
Merge pull request #39 from Polochon-street/minor-fixes
Add album_artist and duration to song.
2022-04-12 22:21:13 +02:00
Polochon-street
b61c0e0b62 Add album_artist and duration to song. 2022-04-12 22:12:26 +02:00
Polochon-street
c08fd3d703
Merge pull request #37 from Polochon-street/fix-empty-chroma
Fix bug leading to empty chroma errors
2022-04-11 18:09:22 +02:00
Polochon-street
43fbafa80b Fix bug leading to empty chroma errors 2022-04-11 18:02:01 +02:00
Polochon-street
b12773d52d
Merge pull request #33 from Polochon-street/remove-library-trait
Remove library trait; move things in `playlist.rs`
2022-04-04 23:36:35 +02:00
Polochon-street
d2124a3b2c Remove library trait; move things in playlist.rs 2022-04-04 23:27:42 +02:00
Polochon-street
3a4bac5a34
Merge pull request #32 from Polochon-street/rename-song-new
Replace Song::new by Song::from_path
2022-04-03 16:57:31 +02:00
Polochon-street
c9342d7226 Replace Song::new by Song::from_path 2022-04-02 20:36:28 +02:00
Polochon-street
ef263c1eb1
Merge pull request #31 from Polochon-street/fix-analyse-vs-analyze
Replace occurences of `analyse` by `analyze`
2022-04-02 00:57:35 +02:00
Polochon-street
5930d2bc93 Replace occurences of analyse by analyze 2022-04-02 00:19:11 +02:00
Polochon-street
5f366b0d80 Merge pull request #30 from Polochon-street/some-windows-support
Add some words about windows cross-compilation
2022-02-19 20:25:30 +01:00
Polochon-street
51e8cf9344 Some fixes for the new CI 2022-02-17 22:43:28 +01:00
Polochon-street
80f4ed11aa Add some words about windows cross-compilation 2022-02-17 22:13:34 +01:00
Polochon-street
85e13251ae
Merge pull request #29 from Polochon-street/use-ffmpeg-5
Use ffmpeg 5.0
2022-02-16 19:48:14 +01:00
Polochon-street
0f3e209202 Use ffmpeg 5.0 2022-02-16 19:37:59 +01:00
Polochon-street
a4f2dd6a96 Merge pull request #28 from Polochon-street/export-feature-version
Add a features' version number
2022-01-18 18:27:03 +01:00
Polochon-street
8468a9ab8f Add a features' version number 2022-01-05 19:19:50 +01:00
Polochon-street
a27b91c6fd Merge pull request #27 from Polochon-street/example-playlist-3
Polish the playlist example a bit more
2021-11-27 16:51:49 +01:00
Polochon-street
80b8541f8f Polish the playlist example a bit more 2021-11-27 13:19:06 +01:00
Polochon-street
eee2bf612c
Merge pull request #26 from Polochon-street/example-playlist-save-results
Playlist example: save analysis to a file
2021-11-20 15:00:58 +01:00
Polochon-street
68d1d9d71b Playlist example: save analysis to a file 2021-11-15 21:41:59 +01:00
Polochon-street
13899e6b58
Merge pull request #25 from Polochon-street/add-binary-example
Add binary example to make playlist from a folder
2021-11-04 18:59:08 +01:00
Polochon-street
fac5579a66 Add binary example to make playlist from a folder 2021-11-03 19:59:23 +01:00
Polochon-street
d2442260da
Merge pull request #24 from Polochon-street/add-album-playlist
Add an option to make a playlist of albums
2021-10-02 21:35:26 +02:00
Polochon-street
be0a3e5290 Add an option to make a playlist of albums 2021-10-02 20:26:46 +02:00
Polochon-street
80a9e7c446
Merge pull request #23 from Polochon-street/update-packages
Run `cargo update`
2021-08-23 19:57:22 +02:00
Polochon-street
1805ff8161 Run cargo update 2021-08-23 19:51:03 +02:00
Polochon-street
5107bc6087
Merge pull request #22 from Polochon-street/add-dedup-method
Add playlist dedup methods
2021-08-23 19:47:49 +02:00
Polochon-street
23d4d36cb4 Add playlist dedup methods 2021-08-23 19:38:56 +02:00
Polochon-street
a3fcccbf2a
Merge pull request #21 from Polochon-street/fix-path-to-path-speed
Make the song-to-song method faster
2021-08-23 18:32:04 +02:00
Polochon-street
dd997510d3 Fix speed of "song to song" sorting method 2021-08-23 18:16:32 +02:00
Polochon-street
833d8b020b Merge pull request #20 from Polochon-street/add-custom-sorting-playlist
Add custom sorting for playlists
2021-07-28 22:20:49 +02:00
Polochon-street
e9e63f961c Add custom sorting for playlists 2021-07-28 22:10:32 +02:00