[RELEASE] Add-on Metadata Actors - Skin support

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Wanilton Offline
Fan
Posts: 655
Joined: Jun 2010
Reputation: 13
Location: Florianópolis - Brazil
Post: #31
here is a Portuguese (Brazil) translation for your very nice addon.
Download here

Thanks

Wanilton

http://www.xbmcbrasil.net
XBMC Brazilian Community Forum
find quote
FrostBox Offline
Skilled Python Coder
Posts: 100
Joined: Nov 2005
Reputation: 6
Location: Quebec City
Post: #32
Wanilton Wrote:here is a Portuguese (Brazil) translation for your very nice addon.
Download here

Thanks

Wanilton

thanks, but in 0.1.4 little change

PHP Code:
<string id="32050">Online information</string>
  <
string id="32051">Trailers</string>
  <
string id="32052">No trailers found!</string

add this and i added in add-on thanks

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

PHP Code:
<string id="32050">Online information</string>
  <
string id="32051">Trailers</string>
  <
string id="32052">No trailers found!</string

@FrostBox

here are the new German translation with the latest Code:

http://www.loaditup.de/689231-pvk9kf6nur.html

Greets
Eisi
find quote
Wanilton Offline
Fan
Posts: 655
Joined: Jun 2010
Reputation: 13
Location: Florianópolis - Brazil
Post: #34
Here are the new translate for Portuguese (Brazil) with changes, thanks, download string here.

http://www.xbmcbrasil.net
XBMC Brazilian Community Forum
find quote
FrostBox Offline
Skilled Python Coder
Posts: 100
Joined: Nov 2005
Reputation: 6
Location: Quebec City
Post: #35
re-thanks guys

Code:
0.1.6
- updated: German language (thanks to Eisi2005)
- updated: Portuguese (Brazil) language (thanks to Wanilton)

0.1.5
- added: Portuguese (Brazil) language (thanks to Wanilton)
- fixed: close dialogs properly before launch trailer

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

why don´t you use for your database the same actorid used in myvideo.db ? Is there no advantage or disadvantage ?

Greets
Eisi
find quote
FrostBox Offline
Skilled Python Coder
Posts: 100
Joined: Nov 2005
Reputation: 6
Location: Quebec City
Post: #37
Eisi2005 Wrote:@FrostBox

why don´t you use for your database the same actorid used in myvideo.db ? Is there no advantage or disadvantage ?

Greets
Eisi

disadvantage, because It's possible if actor is removed from myvideo??.db. And a new one is added the old id will be used for the new actor.

I use "strActor" for retrieve name in 2 db et for search bio on TMDB

frost

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

one Question so i could better understand how your addon work and i could self speedup my libary.

Following situation: i have around 50000 actor in my video database. When i first time open as a sample Bruce Willis from movie info it took around 40 seconds before the info come. OK first time the infos went in your actor db. But when i open second time the actor the time is not crucial shorter.

That´s because i have so many actors in my db or why ?

Is there any chance that you put all your infos in the database, so that there is no new searching when i enter a actor again ?

From time to time the user could make a new run to add the newest movies with actor but the basic info from actor like birthday, biography older movies are same every time.

Or is the a chance to make one complete run for all my actors in one way over night ?

This should be no reclamation, i love this addon but i only want to speed it up for me. so is the woman acception factor very small when it took so long Sad

Could i speed up if i reduce my actors. At moment i have all actors for every movie. I could reduce it to 10 a movie so i have only 15000 actors ?

Hope you understand my bad english

Greets
Eisi
find quote
donabi Offline
Senior Member
Posts: 295
Joined: Apr 2006
Reputation: 3
Location: germany
Post: #39
Hi,

i've just installed your fabulous script into my little skin.
I do only need it on movie-level (just for artist info).
is it possible to get rid of the "adult" label info?
or, when it gives a "no", just don't show it?
i don't have any use for this info...

http://www.xbmcnerds.com - german xbmc community
find quote
FrostBox Offline
Skilled Python Coder
Posts: 100
Joined: Nov 2005
Reputation: 6
Location: Quebec City
Post: #40
@Eisi2005, not sure I increased speed, but test version 0.1.7

Code:
0.1.7
- test: add Actors GetDirectory to home property for increase speed on next launch
- added: busydialog on first time of Actors GetDirectory
@donabi Smile

Code:
0.1.7
- added: setting for Show label Adult Actor. (choice: no / yes / only if true)


Thanks for reports
Frost

For my bad English, sorry. I am French Canadian.
Admin @ Passion-XBMC.org
find quote
Post Reply