Skip to content

Instantly share code, notes, and snippets.

@saranya-vatti
saranya-vatti / copyPLToDir.py
Last active March 23, 2016 07:11
Copy windows media player playlist to destination directory
##code to copy all the songs in the playlist to the directory specified
import os
import shutil
sourcePL = 'C:\\Users\\saranya.v\\Music\\Playlists\\Sleep.wpl'
#destDir = 'E:\\Music\\Lyrics\\'
destDir = 'D:\\Move\\tmp\\'
LOG_LEVELS = {
#TODO :
#use dictionaries in modules instead of creating and destroying every time it runs
try:
import urllib.request as urllib2
except:
import urllib2
import bs4
from bs4 import BeautifulSoup
import re
##get a way to flag wrong lyrics and search for ??
##-the next search result next time the program is run
##-song name+artist
##-song name+album
##write an android app to insert link into the music player:
##-link to lyrics if present in local; else
##-link to google to search if net is connected; else
##-disabled link
try: