├── README.md ├── cleanup_orphan_dirs.py ├── flac_to_lame.py ├── hifi_to_cdq.py ├── non_log_flacs.py ├── plexamp_release_type.py ├── recursive_transcode.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevordavies095/JBOMLS/HEAD/README.md -------------------------------------------------------------------------------- /cleanup_orphan_dirs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevordavies095/JBOMLS/HEAD/cleanup_orphan_dirs.py -------------------------------------------------------------------------------- /flac_to_lame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevordavies095/JBOMLS/HEAD/flac_to_lame.py -------------------------------------------------------------------------------- /hifi_to_cdq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevordavies095/JBOMLS/HEAD/hifi_to_cdq.py -------------------------------------------------------------------------------- /non_log_flacs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevordavies095/JBOMLS/HEAD/non_log_flacs.py -------------------------------------------------------------------------------- /plexamp_release_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevordavies095/JBOMLS/HEAD/plexamp_release_type.py -------------------------------------------------------------------------------- /recursive_transcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevordavies095/JBOMLS/HEAD/recursive_transcode.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | ffmpeg-python 2 | filetype --------------------------------------------------------------------------------