[RELEASE] Add-on Metadata Actors - Skin support

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
FrostBox Offline
Skilled Python Coder
Posts: 100
Joined: Nov 2005
Reputation: 6
Location: Quebec City
Post: #11
Eisi2005 Wrote:@FrostBox

many many THANKS for this nice addon. I could not test it yet, but is there an option in Filmography that the movies from an actor that i have in my movielibrary become an other color ? So that i could see what movies i have with actor ?

Done Smile
Code:
0.1.2
- added: [filmography] LibraryHasMovie: Container(150).ListItem.Property(LibraryHasMovie) return 1 or empty, if movie exists in library

[Image: 1329920989-screenshot012.png]

For my bad English, sorry. I am French Canadian.
Admin @ Passion-XBMC.org
find quote
FrostBox Offline
Skilled Python Coder
Posts: 100
Joined: Nov 2005
Reputation: 6
Location: Quebec City
Post: #12
french_chris Wrote:Great !

I hope this will be implemented in the other skins very soon !


You can test without skin integration!
Simply Go to add-ons programs et launch metadata actors Nod

[Image: 1329923656-screenshot013.png]
[Image: 1329923680-screenshot014.png]
[Image: 1329923704-screenshot015.png]
[Image: 1329923727-screenshot016.png]

For my bad English, sorry. I am French Canadian.
Admin @ Passion-XBMC.org
find quote
ezechiel1917 Offline
Aeon Group
Posts: 620
Joined: Jun 2005
Location: Czech Republic
Post: #13
FrostBox Wrote:Done Smile
Code:
0.1.2
- added: [filmography] LibraryHasMovie: Container(150).ListItem.Property(LibraryHasMovie) return 1 or empty, if movie exists in library

[Image: 1329920989-screenshot012.png]

I have to say this is very nice script! Cool

Can you also add label which returns a value if movie has been watched in your library?

Ubuntu 12.04 | XBMC PRE-13.0 | VDR + VNSI4 @ Technotrend CT-3650 CI | Transparency | FlexRAID
find quote
krish_2k4 Offline
Fan
Posts: 578
Joined: Aug 2010
Reputation: 9
Post: #14
Is it possible to select a movie and then have this script suggest/recommend movie with similar actors?

for instance if you select "Goodfellas" it would search the database for actors in Goodfellas who also appear in other movies together? Also to make it more accurate it can list movies with the same actors, directors and genre....Of the top of my head it should be Casino as it has the same director, similar actors such as Joe Pesci and Robert De Niro.

So if you select Godfather, the top results should be Godfather part 2.

im just throwing this out there, don't even know if it is possible!
(This post was last modified: 2012-02-22 18:31 by krish_2k4.)
find quote
FrostBox Offline
Skilled Python Coder
Posts: 100
Joined: Nov 2005
Reputation: 6
Location: Quebec City
Post: #15
ezechiel1917 Wrote:I have to say this is very nice script! Cool

Can you also add label which returns a value if movie has been watched in your library?

Done and if you want view diff of source http://code.google.com/p/passion-xbmc/so...ail?r=1050
Code:
0.1.3
- added: [filmography] Playcount of movie: Container(150).ListItem.Property(Playcount) (default is 0)
          For exemple: <visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>

krish_2k4 Wrote:Is it possible to select a movie and then have this script suggest/recommend movie with similar actors?

for instance if you select "Goodfellas" it would search the database for actors in Goodfellas who also appear in other movies together? Also to make it more accurate it can list movies with the same actors, directors and genre....Of the top of my head it should be Casino as it has the same director, similar actors such as Joe Pesci and Robert De Niro.

So if you select Godfather, the top results should be Godfather part 2.

im just throwing this out there, don't even know if it is possible!

It's good idea, but actually it's not possible. maybe later

Frost

For my bad English, sorry. I am French Canadian.
Admin @ Passion-XBMC.org
find quote
Jeroen Offline
Skilled Skinner
Posts: 1,882
Joined: Feb 2008
Reputation: 4
Location: The Netherlands
Post: #16
Interesting, will definitely look into integrating this Smile
Are you planning to submit this to the official repo too? It would make auto installing this more seamless.

Cheers!
find quote
FrostBox Offline
Skilled Python Coder
Posts: 100
Joined: Nov 2005
Reputation: 6
Location: Quebec City
Post: #17
Jeroen Wrote:Are you planning to submit this to the official repo too? It would make auto installing this more seamless.

Later surely, I want a stable version before Tongue Normally with Eden final

For my bad English, sorry. I am French Canadian.
Admin @ Passion-XBMC.org
find quote
Eisi2005 Offline
Fan
Posts: 594
Joined: Feb 2011
Reputation: 1
Location: Germany
Post: #18
@FrostBox

Thanks for the new features !!

Greets
Eisi
find quote
Eisi2005 Offline
Fan
Posts: 594
Joined: Feb 2011
Reputation: 1
Location: Germany
Post: #19
@Frostbox
@fmronan

i have now tested your nice addon. But i have some problems. I installed glass from repo. When i select the actor metadata from programms all is fine.
The method to see what movies in my libary with this actor with a hook is good, but my personal favourit is an other color for the field or the font. Second when i scroll through the movies with this actor and found a movie with him in my libary it would nice to play the movie directly with enter or ok button. When i now press enter xbmc pull down and my browser went to tmdb. Thirs is there any chance when i scroll through the movies from the actor that i press i and become the info from this movie ?


Only one little problem and i hope you could tune this a little bit. It tooks many many seconds before shown the actor infos. Any chance to accelerate this ?

Greets
Eisi
(This post was last modified: 2012-02-22 22:29 by Eisi2005.)
find quote
fmronan Offline
Fan
Posts: 586
Joined: Dec 2010
Reputation: 4
Post: #20
but my personal favourit is an other color for the field or the font.

You can change that and many things in Glass
[Image: 1329944142-screenshot254.png]
find quote
Post Reply