• 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 154
[RELEASE] trakt.tv tv/movie scrobbler
Hi: Portuguese Portugal strings of Trakt 2.2.0

https://dl.dropboxusercontent.com/u/2559....2.2.0.rar

Wink
(2013-04-23, 14:44)fightnight Wrote: Hi: Portuguese Portugal strings of Trakt 2.2.0

https://dl.dropboxusercontent.com/u/2559....2.2.0.rar

Wink

I will commit it for you. I saw that you adjusted the PT-BR to PT.
(novas alterações eu te mando uma PM)

UPDATE:

rectifyer, the portuguese (PT-PT) should be at "Portuguese" folder ? or should have another name? Its different from Portuguese (Brazil)
Hi!

The addon is making XBMC crash in a few seconds after it starts on ArchLinux. I remember getting some Python related updates recently. XBMC works fine if I delete the Trakt Addon.
(2013-04-23, 15:06)fernandovg Wrote:
(2013-04-23, 14:44)fightnight Wrote: Hi: Portuguese Portugal strings of Trakt 2.2.0

https://dl.dropboxusercontent.com/u/2559....2.2.0.rar

Wink

I will commit it for you. I saw that you adjusted the PT-BR to PT.
(novas alterações eu te mando uma PM)

UPDATE:

rectifyer, the portuguese (PT-PT) should be at "Portuguese" folder ? or should have another name? Its different from Portuguese (Brazil)

Yes, PT-PT is in Portuguese folder. Tested and worked.

(O PT-BR é muito semelhante com o PT-PT)
Eu quem fiz hehehe. So nao achei uma traducao boa para scrobbling
(2013-04-23, 16:32)fernandovg Wrote: Eu quem fiz hehehe. So nao achei uma traducao boa para scrobbling

English only!
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Oww. Ok no problem I will translate it....

"I did the PT-BR translation. Couldnt find a good translation to scrobble"
(2013-04-23, 16:04)kalpik Wrote: Hi!

The addon is making XBMC crash in a few seconds after it starts on ArchLinux. I remember getting some Python related updates recently. XBMC works fine if I delete the Trakt Addon.

The same is happening in Ubuntu 12.04.2, I have to disable the plugin in autostart.py in userdata to make XBMC start correctly.

Where can I find the log to check the problem?
That cause of the issue, you don't need autoexec.py to start the plugin anymore. Just delete it.

(2013-04-23, 20:30)uarcho Wrote:
(2013-04-23, 16:04)kalpik Wrote: Hi!

The addon is making XBMC crash in a few seconds after it starts on ArchLinux. I remember getting some Python related updates recently. XBMC works fine if I delete the Trakt Addon.

The same is happening in Ubuntu 12.04.2, I have to disable the plugin in autostart.py in userdata to make XBMC start correctly.

Where can I find the log to check the problem?
(2013-04-24, 00:31)ezechiel1917 Wrote: That cause of the issue, you don't need autoexec.py to start the plugin anymore. Just delete it.

(2013-04-23, 20:30)uarcho Wrote:
(2013-04-23, 16:04)kalpik Wrote: Hi!

The addon is making XBMC crash in a few seconds after it starts on ArchLinux. I remember getting some Python related updates recently. XBMC works fine if I delete the Trakt Addon.

The same is happening in Ubuntu 12.04.2, I have to disable the plugin in autostart.py in userdata to make XBMC start correctly.

Where can I find the log to check the problem?

Thanks! Removing the plugin from autoexec.py fixed it Smile
Just wanted to leave a quick note to say awesome job on the 2.X series of the plugin. I love the sync functions after every library update and that streams now properly scrobble. It's a huge improvement over all the previous plugins (and I've used all of them at one point or another).
I've installed the latest version on my Raspberry Pi yesterday..

But it seems that it's not scrobbling or updating my library on trakt website.. I've configured it correctly (I think) but nothing shows up..

My settings.xml
Code:
<settings>
    <setting id="ExcludeHTTP" value="true" />
    <setting id="ExcludeLiveTV" value="true" />
    <setting id="ExcludePath" value="" />
    <setting id="ExcludePath2" value="" />
    <setting id="ExcludePath3" value="" />
    <setting id="ExcludePathOption" value="false" />
    <setting id="ExcludePathOption2" value="false" />
    <setting id="ExcludePathOption3" value="false" />
    <setting id="add_episodes_to_trakt" value="true" />
    <setting id="add_movies_to_trakt" value="true" />
    <setting id="clean_trakt_episodes" value="true" />
    <setting id="clean_trakt_movies" value="true" />
    <setting id="debug" value="true" />
    <setting id="password" value="xxxxxx" />
    <setting id="rate_each_playlist_item" value="true" />
    <setting id="rate_episode" value="true" />
    <setting id="rate_min_view_time" value="85.000000" />
    <setting id="rate_movie" value="true" />
    <setting id="retries" value="5" />
    <setting id="scrobble_episode" value="true" />
    <setting id="scrobble_min_view_time" value="80.000000" />
    <setting id="scrobble_movie" value="true" />
    <setting id="show_sync_notifications" value="true" />
    <setting id="simulate_scrobbling" value="false" />
    <setting id="simulate_sync" value="false" />
    <setting id="startup_delay" value="0" />
    <setting id="sync_on_update" value="true" />
    <setting id="trakt_episode_playcount" value="true" />
    <setting id="trakt_movie_playcount" value="true" />
    <setting id="username" value="xxxx" />
    <setting id="xbmc_episode_playcount" value="true" />
    <setting id="xbmc_movie_playcount" value="true" />
</settings>

Do I have to enable it somewhere else within my skin? (Confluence Mod 2)
Ability to manually rate a movie, tvshow or episode is being tested at the moment.

Can be done with an associated keypress in your keyboard mapping xml, or via skin specific support.
(2013-04-22, 20:12)Skank Wrote:
(2013-04-22, 09:01)N3MIS15 Wrote: Throw some ideas out. Maybe someone will bite Wink
Here is one..:

I would looooove to see "a page" in the main menu , like widgets...
Showing what my friends are watching/watched

What i watched and stuf..

In fact there are some apps doing this... For now i use utrakt on ipad... But it would rock if you could do this inside xbmc.. So we wont have to grab a phone/ipad to see this..

Is this considerable?
(2013-04-24, 21:24)Skank Wrote:
(2013-04-22, 20:12)Skank Wrote:
(2013-04-22, 09:01)N3MIS15 Wrote: Throw some ideas out. Maybe someone will bite Wink
Here is one..:

I would looooove to see "a page" in the main menu , like widgets...
Showing what my friends are watching/watched

What i watched and stuf..

In fact there are some apps doing this... For now i use utrakt on ipad... But it would rock if you could do this inside xbmc.. So we wont have to grab a phone/ipad to see this..

Is this considerable?

Its probably possible to create a widget with this information.
  • 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 154

Logout Mark Read Team Forum Stats Members Help
[RELEASE] trakt.tv tv/movie scrobbler13