Praisegawd / navi-x

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

media_content=... (feature request) #168

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Request a way to add movie to couchpotato and add artist or artist album to 
headphones and possible others.

On isseue 153  - type=api (feature request) - I posted an idea to make this 
possible . I advice to read that request before this request.
http://code.google.com/p/navi-x/issues/detail?id=153
But there is also another way to make this possible. Which I will describe 
here. But honestly I am not sure which way is better. 

Since there is a couchpotato add-on. It is possible to have an option to add to 
couchpotato add-on. Like the jdownloader add-on.
http://code.google.com/p/navi-x/issues/detail?id=157

Basically it would work like this. media_content=

type=video
name=The Social Network (2010)
media_content=movie_imdb-id:1285016
URL=...
processor=...

So we know identify it's a movie. And which movie (by the imdb-id). And navi-x 
show in this case also on context menu an option to add this movie to the 
couchpotato addon. So a user could add this movie to the to couchpotato addon.

If somebody made a scraper which doesn't add information about imdb-id.
It could also add movie title and year.

type=video
name=The Social Network (2010)
media_content=movie_name:The Social Network (2010)
URL=...
processor=...

So basically couchpotato add-on will search for movie - The Social Network 
(2010). And add this first movie of the search to couchpotato. Besides the 
movie title, the year must also be added. Than the result of finding the 
correct movie will be very accurate. 

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:
The cons compared to issue 153 type=api (feature request). 

You need to depend on other add-on. Currently there is not an headphones 
add-on. And I want this also on headphones.

The pros compared to issue 153 type=api (feature request). 

You don't have to deal with signing in. For example to communicate with couch 
potato. The couch potato add-on will do this. 

Original issue reported on code.google.com by tikkiebr...@gmail.com on 21 Oct 2012 at 3:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I found the way how to communicate with another plugin add-on. I never knew 
this was possible, but I found on someones playlist how to do this. 

Example with the CouchPotato Manager Add-on > "Add to CouchPotato".
http://forum.xbmc.org/showthread.php?tid=160337

type=video
name=Add to CouchPotato "shawshank redemption" (XBMC only)
URL=plugin://plugin.video.couchpotato_manager/movies/add?title=shawshank 
redemption

Although this is not a video, but it works.

Original comment by tikkiebr...@gmail.com on 31 Mar 2013 at 4:49