- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
def __init__(self, pth = None):
self._tag = None
self._valid = False
self._pthtofile = pth
if pth != None:
try:
self._tag = tagpy.FileRef(pth).tag()
self._valid = True
except ValueError:
pass
Gukl 09.11.2010 11:54 # 0
istem 10.11.2010 01:01 # 0