Skip to content

Instantly share code, notes, and snippets.

View da2x's full-sized avatar

Daniel Aleksandersen da2x

View GitHub Profile
@da2x
da2x / rhythmbox-to-tauon-playcount-migration.py
Created April 8, 2022 02:45
Migrate your music play counts from Rythmbox 3.4.4. to Tauon 7.1.3
#!/usr/bin/python3
# SPDX-License-Identifier: CC0-1.0
#
# One-time Rhythmbox to Tauon playcount migration tool
import os
import pickle
import shutil
import urllib.parse as urlparser
import xml.etree.ElementTree as ET