This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
OlderNewer