This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /r %%f in (*.wv) do ( | |
echo "fullname: %%f" | |
echo "name: %%~nf" | |
sox "%%f" "%%~nf.flac" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How firebase works | |
3 ways to detect | |
country by IP | |
language by accept-language header | |
cookie override for both. | |
if nothing found, will use rewrites | |