Simple script to retag & rename gpodder downloads
This repository has been archived on 2026-07-24. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-13 11:54:50 +02:00
src adjusted to newer version of clap and id3 2024-02-06 14:36:58 +01:00
.gitignore only take the ones with download filename 2020-02-10 13:17:30 +01:00
Cargo.lock update clap 2024-02-06 14:39:44 +01:00
Cargo.toml Bump clap from 4.2.4 to 4.3.11 2023-07-10 03:08:31 +00:00
LICENSE.md Create LICENSE.md 2022-09-23 12:13:23 +02:00
README.md add README, fixes #2 2022-09-23 12:15:34 +02:00
renovate.json Add renovate.json 2026-06-13 06:16:45 +00:00

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