Releases: noyse27/adolar-taggster
Releases · noyse27/adolar-taggster
Release list
Adolar Taggster v1.7
- Cover-Qualitäts-Scanner: Speichern/Laden von Scan-Ergebnissen, kein automatischer Scan mehr beim Öffnen (expliziter "Scannen"-Button)
- Neuer Toolbar-Button "X→Y": Tabellen-basierte Ersetzungsregeln für generierte Dateinamen beim Umbenennen, mit Papierkorb-Button pro Zeile
- Einstellungen: Discogs-Token maskiert mit Anzeigen-Button; neue Option "Tracknummer immer numerisch anzeigen" normalisiert Vinyl/Kassetten-Positionen (A1/B1) zu fortlaufenden Nummern (01/14...14/14) — sowohl Anzeige als auch gespeicherter Tag
- Rotes Rahmen-Warnsignal bei Cover-Vorschau, wenn Cover < 300px
- TrackMatch: Cover-Maße werden jetzt auch für von Discogs geladene Cover angezeigt
- Hauptansicht: ▲ Hoch / ▼ Runter zum manuellen Verschieben einer markierten Zeile
- "Einstellungen (Discogs Token)" im Tools-Menü zu "Einstellungen" umbenannt
- Diverse UI-Fixes (abgeschnittene Icon-Buttons)
Adolar Taggster v1.6
- Discogs-Suche: Master-Ergebnisse werden pro Medium (Vinyl, CD, Kassette, ...) als eigene Zeile aufgelistet statt eines zufälligen Main-Release
- Discogs-Suche: Jahr/Format/Land-Spalten sind jetzt alle manuell größenverstellbar
- Discogs-Suche: Cover-Pixelmaße werden in der Statuszeile angezeigt (z.B. 🖼 150×150 px)
Adolar Taggster v1.5
- Cover-Scanner öffnet sich nicht-modal — Hauptfenster bleibt bedienbar, abgearbeitete Zeilen werden abgehakt
- Tag-Editor (Einzeldatei & Batch): Cover-Drop-Feld für Drag & Drop direkt aus Browser/Explorer
- Tag-Editor: "Cover suchen" öffnet Google-Bildersuche mit Künstler/Album
- Cover wird beim Speichern zusätzlich als folder.jpg abgelegt
- Batch-Editor: Künstler/Album/Album Artist als Dropdown mit vorhandenen Werten der markierten Tracks
Adolar Taggster v1.4
- App umbenannt zu Adolar Taggster
TagMeGently v1.3
What's new in v1.3
- Tag editor — double-click or right-click → edit all tags; single file shows full values, multi-file uses
<beibehalten>with confirmation - Discogs: artist disambiguation numbers stripped (
Artist (2)→Artist) - Discogs: comments loaded from notes field, written to COMM tag
- Files sorted by track tag before Discogs TrackMatch
- Rename dialog: live preview on mask change
- Table columns: drag-to-resize + horizontal scrollbar
- Selection preserved after all tag operations
TagMeGently v1.2
What's new in v1.2
- ♩ BPM button — calculates BPM via librosa beat detection (max 60s sample per track, background thread, skips files with existing BPM tag)
- Album Artist and BPM as new table columns (default visible)
- Optional columns (right-click header to toggle): Bitrate, Kommentar, Label, Disc# — default hidden
- Drag & drop column reordering — order and visibility persist across sessions
TagMeGently v1.1
What's new in v1.1
- ⚡ Quick rename — new button next to Umbenennen, applies last saved mask instantly without opening a dialog. Tooltip shows the current mask.
- # Auto-numbering — button in the cover panel writes sequential track numbers into the tags of all selected files in list order. Smart zero-padding: 1–9 single digit, 10–99 → 01, 100+ → 001.
- About dialog — Über menu with version, copyright PolzeSoft 2026, website and contact.
Download
Download TagMeGently.exe — no Python required.
TagMeGently v0.4.1
- Fix: last used rename mask is remembered across sessions
TagMeGently v0.4
What's new in v0.4
- Compilation auto-detection — per-track artists from Discogs API, no manual setup needed
- Master releases now load correctly via main_release_url
- Discogs search includes both releases and masters; client-side album title filter
- Cover-Scan active as soon as any folder is selected in tree
- Rename: auto-creates folder.jpg from tag cover before renaming files
- Various network drive crash fixes
Installation
Download TagMeGently.exe — no Python required.
Or run from source:
pip install PyQt6 mutagen requests Pillow
python tagger.py
TagMeGently v0.2
What's new in v0.2
- TrackMatch dialog — Tag&Rename-style side-by-side matching of local files vs Discogs tracklist; ▲/▼ moves files OR Discogs tracks independently
- Drag & drop cover from browser directly into the tag dialog
- Google Images cover search button
- Compilation support — auto-detects
Title /// Artistformat, writes Various Artists - Album Artist (TPE2) always written alongside Artist
- Discogs single-click loads track count, total duration and cover indicator instantly
- Absolute path rename masks — e.g.
I:\Musik\%1\[%4] %3\%6-%2moves files to another drive - folder.jpg copied automatically when files are moved via rename
- Dark theme refinements
Installation
Download TagMeGently.exe — no Python required, just run it directly.
Or run from source:
pip install PyQt6 mutagen requests Pillow
python tagger.py