Home
last modified time | relevance | path

Searched refs:userpl (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/mps-youtube/mps-youtube-afab9fb/mps_youtube/commands/
H A Dlocal_playlist.py12 if name.isdigit() or g.userpl.get(name):
16 name = sorted(g.userpl)[name]
36 if not g.userpl.get(playlist):
63 while a not in g.userpl:
65 if not b and a not in g.userpl:
71 g.userpl[b] = Playlist(b)
72 g.userpl[b].songs = list(g.userpl[a].songs)
112 while g.userpl.get(saveas):
128 saved = g.userpl.get(name)
164 srt = sorted(g.userpl)
[all …]
H A Dgenerate_playlist.py59 if not g.userpl.get(plname):
60 g.userpl[plname] = Playlist(plname)
66 g.userpl[plname].songs.append(qresult)
67 if g.userpl[plname]:
H A Dplay.py17 name = sorted(g.userpl)[name - 1]
19 saved = g.userpl.get(name)
22 name = util.get_near_name(name, g.userpl)
23 saved = g.userpl.get(name)
/dports/multimedia/mps-youtube/mps-youtube-afab9fb/mps_youtube/
H A Dplaylists.py12 for pl in g.userpl:
15 for song in g.userpl[pl].songs:
29 g.userpl[m3u[:-4]] = read_m3u(os.path.join(g.PLFOLDER, m3u))
34 g.userpl = {}
43 for k, v in g.userpl.items():
56 del g.userpl[name]
125 g.userpl[plname] = Playlist(plname, songs)
159 g.userpl = pickle.load(plf)
176 g.userpl[pl] = Playlist(pl, songs)
H A Dcontent.py230 if not g.userpl:
234 maxname = max(len(a) for a in g.userpl)
241 for v, z in enumerate(sorted(g.userpl)):
242 n, p = z, g.userpl[z]
H A Dg.py46 userpl = {} variable
/dports/audio/mps/mps-0.20.16/mps_pkg/
H A Dmain.py317 userpl = {} variable in g
630 g.userpl = {}
646 g.userpl = {}
670 if not g.userpl:
683 n, p = z, g.userpl[z]
1680 srt = sorted(g.userpl)
1738 if not g.userpl:
1893 del g.userpl[name]
1950 while a not in g.userpl:
1958 g.userpl[b] = Playlist(b)
[all …]
/dports/multimedia/mps-youtube/mps-youtube-afab9fb/
H A DCHANGELOG310 userpl {username} or upl {username}