Skip to content

Create a unique sugnature for OTR audio files and manage them in a database.

Notifications You must be signed in to change notification settings

GregLeonhardt/OtrAudioId

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is the first step toward replacing the [apears to be] unsupported OTTER program. The primary goals are:

  1. Import show/episode data from OTTER into a SqLite database.

  2. Scan OTR files creating a unique fingerprint that is independant of any ID3 tags and add the fingerprint into the SqLite database linking it to a show/episode.

  3. Identify files using the fingerprint to lookup the show/episode it belongs to. Because this will be done via the fingerprint, no additional information shuch as file name or ID3 tags is needed [as long as this version of the file has already been added to the database].

  4. Add new show/episodes to the database, where the show/episode didn't previously exist, using information in the filename. [This will obviously require a standardized filename format to be implemented.] Once the file have been added to the database the filename and any ID3 tag information may be changed to anything and the file will maintane it's relationship to the show/episode by the fingerprint.

About

Create a unique sugnature for OTR audio files and manage them in a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published