Skip to content

back end code for searching/finding stuff in my karaoke collection

License

Notifications You must be signed in to change notification settings

minektur/karaoke-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karaoke-finder

back end code for searching/finding stuff in my karaoke collection

Probably not useful to anyone else....

-- For Mary

notes:

#initial list for the DB #giant pile of shell glop to get a file list for easy import - should turn in to 3 columns in tsv (cd ~/kar; find .) | grep -i cdg | sort | awk -F / '{print $3 "\t" $4}' | sed 's/-/\t/' > filelist.tsv

About

back end code for searching/finding stuff in my karaoke collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published