XBMC RemotePHP
#16
Nick8888 Wrote:http://pastebin.com/TT1CG9EW - Get recent movies (note before: must specify start and end)

http://pastebin.com/FX7dyKar - Changed it to use movieid so its quicker and less code. Though now that I've done it, I think I prefer the first..

I can pick this up. For recent movies we can use today's date and subtract a number of days back. What do you think?
Reply
#17
Do you mean for the 'start' and 'end'? I think it accepts an integer 0-24 for start and 1-25 for end. Anything higher for 'end', it still displays but limited to 25 entries.

Also recently added episodes is easy to adapt from the movie ones except some extra fields are needed such as tv show title, season and episodes numbers

EDIT: A better way would probably assign fallback values such as start=0 end=15

EDIT2: http://pastebin.com/cZtx1Ha7 - getrecentepisodes with default 'start = 0' and 'end = start +15' also displays "Show Title - 1x1 - Episode Title"
Reply
#18
I've added some new and fancy stuff. See the first post for more details.
Reply
#19
I love those icons for the remote! awesome work.
Reply
#20
I slightly updated my php remote app. The playlist management has been improved. It's not possible to queue an entire folder to the playlist and then select your favorite song from the list.
Reply
#21
This needs bumping because it's awesome Smile
Great tool.
Reply
#22
Hi,
I have a problem to start the webpage.
Could not connect to the jsonrpc XBMC service.
the $array is empty.
when i call jsonrpc via http it works fine

request:

http://192.168.178.20:9019/jsonrpc?request={"jsonrpc":"2.0","method","JSONRPC.Ping","id":1}

result:
{"id":1,"jsonrpc":"2.0","result":"pong"}
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC RemotePHP0