Rename 'music' to Music.

This conforms the XDG defaults, thus it's less work.
master
Pierre Neidhardt 2020-06-21 14:07:40 +02:00
parent fcaa09a6e4
commit a752dfce54
5 changed files with 5 additions and 6 deletions

View File

@ -50,5 +50,5 @@ Process = false
-- Thus the names matter, e.g. 'path' can be influenced by the modifications
-- made by 'tag', so we name the scripts with a prefix number so that 'tag' is
-- run before 'path'.
Scripts = {'10-tag-normalize', '15-tag-disc_from_path', '20-tag-replace', '30-tag-case', '40-tag-punctuation', '50-encoding', '60-path', '70-cover',
Scripts = {'10-tag-normalize', '15-tag-disc_from_path', '20-tag-replace', '30-tag-case', '40-tag-punctuation', '50-encoding', '58-path-newlib', '60-path', '70-cover',
'00-tag-const', '51-encoding-flac2ogg', '59-humour'}

View File

@ -1,2 +1,2 @@
-- Change default destination.
lib=os.getenv("HOME") .. "/music_new"
lib=os.getenv("HOME") .. "/Music"

View File

@ -7,5 +7,5 @@ local genre = o.genre and o.genre:lower():gsub([[\s]],'_')
if genre and genre == 'humour' then
library = os.getenv('HOME') .. ossep .. 'humour'
else
library = os.getenv('HOME') .. ossep .. 'music'
library = os.getenv('HOME') .. ossep .. 'Music'
end

View File

@ -7,7 +7,7 @@
(emms-history-load)
(setq emms-player-list (list emms-player-mpv)
emms-source-file-default-directory (file-truename "~/music")
emms-source-file-default-directory (file-truename "~/Music")
emms-source-file-directory-tree-function 'emms-source-file-directory-tree-find
;; Cover thumbnails.
emms-browser-covers 'emms-browser-cache-thumbnail-async)

3
.gitignore vendored
View File

@ -52,8 +52,7 @@
.wine
games
go
music
musics
Music
personal
projects
temp