Commit graph

26 commits

Author SHA1 Message Date
Polochon-street b61c0e0b62 Add album_artist and duration to song. 2022-04-12 22:12:26 +02:00
Polochon-street 43fbafa80b Fix bug leading to empty chroma errors 2022-04-11 18:02:01 +02:00
Polochon-street d2124a3b2c Remove library trait; move things in playlist.rs 2022-04-04 23:27:42 +02:00
Polochon-street c9342d7226 Replace Song::new by Song::from_path 2022-04-02 20:36:28 +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 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 be0a3e5290 Add an option to make a playlist of albums 2021-10-02 20:26:46 +02:00
Polochon-street dd997510d3 Fix speed of "song to song" sorting method 2021-08-23 18:16:32 +02:00
Polochon-street e9e63f961c Add custom sorting for playlists 2021-07-28 22:10:32 +02:00
Polochon-street b7a6812e92 Bump ffmpeg version to avoid always rebuilding it 2021-07-07 18:12:06 +02:00
Polochon-street 0975fa1fd4 Add an analyze_paths_streaming function 2021-07-05 15:44:41 +02:00
Polochon-street 59b09129f4 Tentaive of thread safing stuff 2021-06-30 17:52:28 +02:00
Polochon-street 0eb3e2f9fc Add custom distances and run cargo fmt 2021-06-21 21:08:10 +02:00
Polochon-street 33520acbc3 Some review comments 2021-06-15 19:34:17 +02:00
Polochon-street 78651c17c7 Merge pull request #15 from Polochon-street/fix-segfault
Fix potential segfault in Song::decode
2021-06-14 23:18:11 +02:00
Polochon-street 3236baacc6 Merge pull request #12 from Polochon-street/change-docs
Change some docs
2021-06-08 22:00:58 +02:00
Polochon-street f4a04dfd86 Make to_vec public. 2021-06-06 16:47:01 +02:00
Polochon-street 1e90bc2d01 Merge pull request #10 from Polochon-street/minor-fixes-2
Make NUMBER_FEATURES public
2021-06-06 16:28:17 +02:00
Polochon-street 2f40e4352e Make NUMBER_FEATURES public 2021-06-06 13:51:08 +02:00
Polochon-street dce2bb4295 Make Analysis::new public 2021-06-05 23:56:01 +02:00
Polochon-street 3116b03cd2 Update changelog 2021-06-05 19:25:18 +02:00
Polochon-street e2e2f2cad9 Final touches to adhere to the Rust API Guidelines 2021-05-17 21:09:24 +02:00