navidrome/scanner
certuna 03175e1a9d
Use file creation date for Date Added/CreatedAt (#2553)
* Update mapping.go

CreatedAt = BirthTime

* Update metadata.go

Add BirthTime() function

* Update spread_fs.go

Replacing djherbis/atime package with djherbis/times, as times includes the functionality of atime

* Update go.mod

remove djherbis/atime, add djherbis/times

* Update mapping.go

time package not used anymore

* Update go.sum

removed djherbis/atime, added djherbis/times

* Update spread_fs.go

revert to previous, cannot get rid of /atime after all since it's a dependency of /fscache

* Update go.mod

djherbis/times 1.6.0 now released

* Update go.sum

new sums

* Update metadata.go

Inverted if statement, more readable

* Update go.mod

format fix

* Update go.sum

format fix

* Update go.sum

format fix

* Update go.sum

format fix

* Update metadata.go

variable name times -> fileProperties
check for errors

* Update metadata.go

reverse order of error check

* Update metadata.go

typo

* Update metadata.go

https://github.com/navidrome/navidrome/pull/2553#issuecomment-1787967615
2023-11-01 16:41:07 -04:00
..
metadata Use file creation date for Date Added/CreatedAt (#2553) 2023-11-01 16:41:07 -04:00
cached_genre_repository.go Add multiple genres to MediaFile 2021-07-20 17:45:08 -04:00
mapping.go Use file creation date for Date Added/CreatedAt (#2553) 2023-11-01 16:41:07 -04:00
mapping_internal_test.go Add test for mapTrackTitle 2022-12-30 15:13:04 -05:00
playlist_importer.go Ignore playlists starting with a dot - #2367 (#2390) 2023-06-16 15:55:17 -04:00
playlist_importer_test.go POST endpoint for importing m3u playlists - #2078 (#2273) 2023-11-01 14:59:47 -04:00
refresher.go Fix artwork resolution when paths contains :. Fix #2137 2023-02-02 12:18:55 -05:00
scanner.go Fix data race in scanner 2023-04-04 10:51:43 -04:00
scanner_suite_test.go Enable SQL migrations 2023-04-04 10:30:28 -04:00
tag_scanner.go Re-apply "Refactor walkDirTree to use fs.FS" but remove context cancelation logic. 2023-06-04 15:06:19 -04:00
tag_scanner_test.go Manually add replaygain tags for m4a (#2346) 2023-05-17 16:00:16 -04:00
walk_dir_tree.go Re-apply "Refactor walkDirTree to use fs.FS" but remove context cancelation logic. 2023-06-04 15:06:19 -04:00
walk_dir_tree_test.go Re-apply "Refactor walkDirTree to use fs.FS" but remove context cancelation logic. 2023-06-04 15:06:19 -04:00
walk_dir_tree_windows_test.go Ignore Recycle Bins in Windows. Fix #1074 2023-03-09 22:14:58 -05:00