-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaliases
152 lines (152 loc) · 10.3 KB
/
aliases
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#Plex system.py aliases
alias whatupnext='python /home/pi/hasystem/system.py whatupnext'
alias whatsafterthat='python /home/pi/hasystem/system.py whatsafterthat'
alias startnextprogram='python /home/pi/hasystem/system.py startnextprogram'
alias queueshow='python /home/pi/hasystem/system.py queueshow'
alias suggestmovie='python /home/pi/hasystem/system.py suggestmovie'
alias moviedetails='python /home/pi/hasystem/system.py moviedetails'
alias showdetails='python /home/pi/hasystem/system.py showdetails'
alias idtonightsmovie='python /home/pi/hasystem/system.py idtonightsmovie'
alias findmovie='python /home/pi/hasystem/system.py findmovie'
alias findshow='python /home/pi/hasystem/system.py findshow'
alias listshows='python /home/pi/hasystem/system.py listshows'
alias tvgenres='python /home/pi/hasystem/system.py tvgenres'
alias suggesttv='python /home/pi/hasystem/system.py suggesttv'
alias suggestblock='python /home/pi/hasystem/system.py suggestblock'
alias addsuggestion='python /home/pi/hasystem/system.py addsuggestion'
alias skipthat='python /home/pi/hasystem/system.py skipthat'
alias skipafterthat='python /home/pi/hasystem/system.py skipafterthat'
alias whatispending='python /home/pi/hasystem/system.py whatispending'
alias playme='python /home/pi/hasystem/system.py'
alias nowplaying='python /home/pi/hasystem/system.py nowplaying'
alias nextep='python /home/pi/hasystem/system.py nextep'
alias queueadd='python /home/pi/hasystem/system.py queueadd'
alias queueremove='python /home/pi/hasystem/system.py queueremove'
alias idplaymode='python /home/pi/hasystem/system.py getplaymode'
alias getplaymode='python /home/pi/hasystem/system.py getplaymode'
alias setplaymode='python /home/pi/hasystem/system.py setplaymode'
alias availableblocks='python /home/pi/hasystem/system.py availableblocks'
alias explainblock='python /home/pi/hasystem/system.py explainblock'
alias epdetails='python /home/pi/hasystem/system.py epdetails'
alias setnextep='python /home/pi/hasystem/system.py setnextep'
alias stopplayback='python /home/pi/hasystem/system.py stopplayback'
alias pauseplayback='python /home/pi/hasystem/system.py pauseplayback'
alias addblock='python /home/pi/hasystem/system.py addblock'
alias addtoblock='python /home/pi/hasystem/system.py addtoblock'
alias removefromblock='python /home/pi/hasystem/system.py removefromblock'
alias replaceinblock='python /home/pi/hasystem/system.py replaceinblock'
alias removeblock='python /home/pi/hasystem/system.py removeblock'
alias restartblock='python /home/pi/hasystem/system.py restartblock'
alias setupnext='python /home/pi/hasystem/system.py setupnext'
alias playcheckstatus='python /home/pi/hasystem/playstatus.py'
alias playcheckstart='python /home/pi/hasystem/system.py playcheckstart'
alias playcheckstop='python /home/pi/hasystem/system.py playcheckstop'
alias playchecksleep='python /home/pi/hasystem/system.py playchecksleep'
alias whereat='python /home/pi/hasystem/system.py whereat'
alias whereleftoff='python /home/pi/hasystem/system.py whereleftoff'
alias playwhereleftoff='python /home/pi/hasystem/system.py playwhereleftoff'
alias resumeplay='python /home/pi/hasystem/system.py playwhereleftoff'
alias findsomethingelse='python /home/pi/hasystem/system.py findsomethingelse'
alias findnewmovie='python /home/pi/hasystem/system.py findnewmovie'
alias addfavoritemovie='python /home/pi/hasystem/system.py addfavoritemovie'
alias addfavoriteshow='python /home/pi/hasystem/system.py addfavoriteshow'
alias addgenreshow='python /home/pi/hasystem/system.py addgenreshow'
alias removegenreshow='python /home/pi/hasystem/system.py removegenreshow'
alias addgenremovie='python /home/pi/hasystem/system.py addgenremovie'
alias removegenremovie='python /home/pi/hasystem/system.py removegenremovie'
alias listclients='python /home/pi/hasystem/system.py listclients'
alias changeclient='python /home/pi/hasystem/system.py changeclient'
alias listwildcard='python /home/pi/hasystem/system.py listwildcard'
alias changewildcard='python /home/pi/hasystem/system.py changewildcard'
alias settonightsmovie='python /home/pi/hasystem/system.py settonightsmovie'
alias skipback='python /home/pi/hasystem/system.py skipback'
alias skipahead='python /home/pi/hasystem/system.py skipahead'
alias movietagline='python /home/pi/hasystem/system.py mtagline'
alias movierating='python /home/pi/hasystem/system.py mrating'
alias moviesummary='python /home/pi/hasystem/system.py msummary'
alias muteaudio='python /home/pi/hasystem/system.py muteaudio'
alias unmuteaudio='python /home/pi/hasystem/system.py unmuteaudio'
alias mutemusic='python /home/pi/hasystem/system.py mutemusic'
alias unmutemusic='python /home/pi/hasystem/system.py unmutemusic'
alias lowaudio='python /home/pi/hasystem/system.py lowaudio'
alias mediumaudio='python /home/pi/hasystem/system.py mediumaudio'
alias highaudio='python /home/pi/hasystem/system.py highaudio'
alias maxaudio='python /home/pi/hasystem/system.py maxaudio'
alias randommovieblock='python /home/pi/hasystem/system.py randommovieblock'
alias randomtvblock='python /home/pi/hasystem/system.py randomtvblock'
alias listmoviegenres='python /home/pi/hasystem/system.py listmoviegenres'
alias listmovies='python /home/pi/hasystem/system.py listmovies'
alias availtvgenres='python /home/pi/hasystem/system.py availtvgenres'
alias listepisodes='python /home/pi/hasystem/system.py listepisodes'
alias seriesskipback='python /home/pi/hasystem/system.py seriesskipback'
alias seriesskipahead='python /home/pi/hasystem/system.py seriesskipahead'
alias reorderblock='python /home/pi/hasystem/system.py reorderblock'
alias availplaymodes='python /home/pi/hasystem/system.py availplaymodes'
alias enablefavoritesmode='python /home/pi/hasystem/system.py enablefavoritesmode'
alias disablefavoritesmode='python /home/pi/hasystem/system.py disablefavoritesmode'
alias checkmode='python /home/pi/hasystem/system.py checkmode'
alias backuptvdb='python /home/pi/hasystem/system.py backuptbdb'
alias backupmoviedb='python /home/pi/hasystem/system.py backupmoviedb'
alias restoretvdb='python /home/pi/hasystem/system.py restoretvdb'
alias restoremoviedb='python /home/pi/hasystem/system.py restoremoviedb'
alias removetvdb='python /home/pi/hasystem/system.py removetvdb'
alias removemoviedb='python /home/pi/hasystem/system.py removemoviedb'
alias moviechoice='python /home/pi/hasystem/system.py moviechoice'
alias tvchoice='python /home/pi/hasystem/system.py tvchoice'
alias restartshow='python /home/pi/hasystem/system.py restartshow'
alias changeplexpw='python /home/pi/hasystem/system.py changeplexpw'
alias enablecommercials='python /home/pi/hasystem/system.py enablecommercials'
alias disablecommercials='python /home/pi/hasystem/system.py disablecommercials'
alias commercialcheck='python /home/pi/hasystem/system.py commercialcheck'
alias listcommercials='python /home/pi/hasystem/system.py listcommercials'
alias listprerolls='python /home/pi/hasystem/system.py listprerolls'
alias playcommercial='python /home/pi/hasystem/system.py playcommercial'
alias commercialbreak='python /home/pi/hasystem/system.py commercialbreak'
alias setcommercialbreakcount='python /home/pi/hasystem/system.py setcommercialbreakcount'
alias showrejected='python /home/pi/hasystem/system.py showrejected'
alias showapproved='python /home/pi/hasystem/system.py showapproved'
alias addrejected='python /home/pi/hasystem/system.py addrejected'
alias addapproved='python /home/pi/hasystem/system.py addapproved'
alias approvedratings='python /home/pi/hasystem/system.py approvedratings'
alias addapprovedrating='python /home/pi/hasystem/system.py addapprovedrating'
alias removeapprovedrating='python /home/pi/hasystem/system.py removeapprovedrating'
alias addholiday='python /home/pi/hasystem/system.py addholiday'
alias checkholidays='python /home/pi/hasystem/system.py checkholidays'
alias removefromholiday='python /home/pi/hasystem/system.py removefromholiday'
alias removeholiday='python /home/pi/hasystem/system.py removeholiday'
alias updatedb='python /home/pi/hasystem/upddatedb_pi.py'
alias resumestatus='python /home/pi/hasystem/system.py resumestatus'
alias setresumestatus='python /home/pi/hasystem/system.py setresumestatus'
alias versioncheck='python /home/pi/hasystem/system.py versioncheck'
alias replacestatus='python /home/pi/hasystem/system.py replacestatus'
alias replaceshowinblock='python /home/pi/hasystem/system.py replaceshowinblock'
alias awaystop='python /home/pi/hasystem/system.py awaystop'
alias checkblockrandom='python /home/pi/hasystem/system.py checkblockrandom'
alias setblockrandom='python /home/pi/hasystem/system.py setblockrandom'
alias statuscheck='python /home/pi/hasystem/system.py statuscheck'
alias hitok='python /home/pi/hasystem/system.py hitok'
alias checkcustomtable='python /home/pi/hasystem/system.py checkcustomtable'
alias getcustomtable='python /home/pi/hasystem/system.py getcustomtable'
alias listcustomtables='python /home/pi/hasystem/system.py listcustomtables'
alias enablekidsmode='python /home/pi/hasystem/system.py enablekidsmode'
alias disablekidsmode='python /home/pi/hasystem/system.py disablekidsmode'
alias pausemusic='python /home/pi/hasystem/system.py pausemusic'
alias stopmusic='python /home/pi/hasystem/system.py stopmusic'
alias setmusicclient='python /home/pi/hasystem/system.py setmusicclient'
alias playmusic='python /home/pi/hasystem/system.py playmusic'
alias musicstartnext='python /home/pi/hasystem/system.py musicstartnext'
alias playplaylist='python /home/pi/hasystem/system.py playplaylist'
alias getartists='python /home/pi/hasystem/system.py getartists'
alias getalbums='python /home/pi/hasystem/system.py getalbums'
alias listplexplaylists='python /home/pi/hasystem/system.py listplexplaylists'
alias addplaylist='python /home/pi/hasystem/system.py addplaylist'
alias addtoplaylist='python /home/pi/hasystem/system.py addtoplaylist'
alias listplaylistitems='python /home/pi/hasystem/system.py listplaylistitems'
alias blocktoplist='python /home/pi/hasystem/system.py blocktoplist'
alias queuetoplaylist='python /home/pi/hasystem/system.py queuetoplaylist'
alias setqueuetoplex='python /home/pi/hasystem/system.py setqueuetoplex'
alias suggestcustom='python /home/pi/hasystem/system.py suggestcustom'
alias backuptvcounts='python /home/pi/hasystem/system.py backuptvcounts'
alias restoretvcounts='python /home/pi/hasystem/system.py restoretvcounts'
alias addschedule='python /home/pi/hasystem/system.py addschedule'
alias viewschedules='python /home/pi/hasystem/system.py viewschedules'