Switch to unified view

a/src/mediaserver/cdplugins/uprcl/uprcluntagged.py b/src/mediaserver/cdplugins/uprcl/uprcluntagged.py
...
...
30
import os
30
import os
31
import shlex
31
import shlex
32
import urllib
32
import urllib
33
import sys
33
import sys
34
34
35
from upmplgutils import uplog
35
from uprclutils import uplog, rcldoctoentry, rcldirentry
36
from uprclutils import rcldoctoentry, rcldirentry
36
37
37
untg_prefix = '0$uprcl$untagged'
38
untg_prefix = '0$uprcl$untagged'
38
39
39
# Create the untagged entries static vector by filtering the global
40
# Create the untagged entries static vector by filtering the global
40
# doc vector, storing the indexes of all tracks without a title
41
# doc vector, storing the indexes of all tracks without a title