Opened 19 years ago
Closed 17 years ago
#3155 closed patch (invalid)
[ PATCH ] Management of Recording Profiles through HTTP+XML
| Reported by: | Owned by: | dblain | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | 0.20 |
| Severity: | medium | Keywords: | xml http backend recording profiles |
| Cc: | mythtv@…, Rob Smith | Ticket locked: | no |
Description
With this patch we'll be able to manage Recording Profiles through HTTP+XML. Examples:
http://IP:6544/getRecProfiles
http://IP:6544/getRecProfiles?groupname=Transcoders
http://IP:6544/createRecProfiles?profilename=Test&groupname=Transcoders&vcodec="MPEG-4"&acodec=mp3
Attachments (2)
Change History (7)
comment:1 by , 19 years ago
| Owner: | changed from to |
|---|
comment:2 by , 19 years ago
New commands:
http://127.0.0.1:6544/createRecProfiles?profilename=Teste&groupname=Transcoders&vcodec=MPEG4
&acodec=MP3&transcodelossless=0&transcoderesize=0&width=480&height=480&rtjpegquality=170
&rtjpeglumafilter=0&rtjpegchromafilter=0&mpeg4bitrate=2200&mpeg4maxquality=2&mpeg4minquality=15
&mpeg4qualdiff=3&mpeg4scalebitrate=1&mpeg4optionvhq=0&mpeg4option4mv=0&mpeg4optionidct=0
&mpeg4optionime=0&hardwaremjpegquality=100&hardwaremjpeghdecimation=4&hardwaremjpegvdecimation=4
&mpeg2streamtype=MPEG-2%20PS&mpeg2aspectratio=4:3&mpeg2bitrate=4500&mpeg2maxbitrate=6000
&samplerate=32000&mp3quality=7&volume=90&mpeg2audtype=Layer%20II&mpeg2audbitratel1=448
&mpeg2audbitratel2=384&mpeg2audvolume
http://127.0.0.1:6544/getRecProfiles?groupname=Transcoders
http://127.0.0.1:6544/delRecProfiles?id=62
comment:3 by , 18 years ago
| Cc: | added |
|---|
comment:4 by , 18 years ago
| Status: | new → assigned |
|---|
comment:5 by , 17 years ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
We need updated patches against trunk, that's even assuming there is still a desire for this functionality.

modifies httpstatus.cpp