mourgen / navi-x

Automatically exported from code.google.com/p/navi-x
1 stars 0 forks source link

type=api (feature request) #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to communicate with api from couchpatoto and headphones and possible 
others.

I would think this would work much like the login of megavideo and sharebees.
http://www.navixtreme.com/forums/?action=topic_view&id=1605
But it would not be made for actually playing a video. It is meant to make an 
api call. I guess, I am also requesting for a new type=... . type=api. To make 
this work.

I use couchpatoto as example. Let's say I want to add a movie to couchpatoto 
with Navi-X.

1. The api key most be stored on the pc. To get the api key a navi-x user must 
enter the local ip adress and possible username and password.
default - http://localhost:5050/getkey/?p=md5(password)&u=md5(username)

2.
Than I want to add a movie on couchpatoto.
 - http://(localhost:5050)/api/(api key)/movie.add?identifier=(IMDB id)

type=api
name=add movie (The Bourne Legacy) to couchpatoto 
URL=...movie.add?identifier=tt1194173.... <--- contains IMDB id
processor= ...couchpatoto... <--- will get the local ip adres and api   key 
that is stored on pc.  

4. What version number of Navi-X are you using?
Navi-X 3.7.6

5. What media center platform, version and operating system are you using?
XBMC eden

6. Please provide any additional information below:
Note : If this option would be made. I will be using this option on my 
scrapers. So besides watching a movie or trailer. I will add the option to add 
movie to couchpatoto. 
couchpatoto http://couchpota.to/
headphones https://github.com/rembo10/headphones
These are very popular apps combined with xbmc

Original issue reported on code.google.com by tikkiebr...@gmail.com on 2 Aug 2012 at 5:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I can think of also another way to full fill my request . Communicate with api 
from couchpotato and headphones and possible others. Read issue 168 

Original comment by tikkiebr...@gmail.com on 21 Oct 2012 at 3:10