christofdamian / gpodderid3

Simple script to retag & rename gpodder downloads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpodderid3

This is a small program that reads the gpodder database file and trys to tag mp3s in the download path with the right information.

It just changes the title or album tag if empty.

Install

cargo build

Usage

USAGE:
    gpodderid3 [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --database <database>    Sets gpodder database [default: gpodder.db]
    -p, --path <path>            Sets download path [default: .]

Contributing

PRs accepted.

License

GNU GENERAL PUBLIC LICENSE

About

Simple script to retag & rename gpodder downloads

License:GNU General Public License v2.0


Languages

Language:Rust 100.0%