Songs intro

Type: 
Plugin
Compatibility: 
Mnemosyne 1.0.x
Status: 
Complete
Author: 
Luc Tanguay
Description: 

I created a Python program to build a card collection to learn song names.
The program reads all the OGG files, extract 10 seconds from the beginning of the file, then display a card collection in Tab Separated format on the screen.
Ususally you redirect the output to file (ending in .txt) and then import the file into Mnemosyne. You need to specify the category since it is a TSV (not XML).
Requires:
sox : to extract first non-silence 10 seconds from OGG file
Mutagen Python module : to copy and read OGG tags

AttachmentSize
ogg2tsv.zip3.34 KB