-i - ignore errors
-c - continue
--extract-audio - extract audio track
--audio-format mp3 - convert to mp3
| /** | |
| * Implementação do algorítimo SoundEx em Javascript. | |
| * @author João Batista Neto | |
| * | |
| * SoundEX é um algorítimo fonético para indexação de nomes pelo som segundo | |
| * sua pronúncia. O algorítimo foi desenvolvido por Robert C. Russell e | |
| * Margaret K. Odell e patenteado em 1918 e 1922. | |
| * {@link http://en.wikipedia.org/wiki/Soundex} | |
| * | |
| * @return {String} |
| I'm told that there are people claiming to "tokenize" my git repositories with my approval. | |
| I just want to clarify that that is not the case. I do not believe in monetizing my repositories. | |
| If you believe crypto-currencies are anything but a scam, I have a bridge to sell you. | |
| But I'm not selling source code. |
Jellyfin, at least in its current state hasn't been great for media server
It is no secret that Jellyfin's database has its shortcomings, espeically when trying to search large media collections. To remedy this, we'll be manually setting some PRAGMA values in the sqlite database.
While it is important to note that these optimizations may cause issues should sudden powerloss occur, it should be pretty safe to run them in an environment like a datacenter, which is where most of my gear resides.