• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 20
Release Last Viewed/Played - List of the last movies, episodes and music played
#16
Try this version, which I just included on the main post
https://github.com/rodrigl/plugin.video.last_viewed_all

The first version only shows what you see from the kodi library, not from addons or streaming.
This second version shows everything that kodi records as being played.
Reply
#17
(2016-07-10, 20:47)Microwe Wrote: I installed this addon, and since have watched a couple of movies and a TV show. Unfortunately nothing shows up in the Last Viewed addon.

Any ideas why! Do I have to make any configurations?

did you install the latest version? check first post

rodrigl I'll try the new version asap and report back

how about this,
If I watched movies throughout the week and get to Saturday and remember I watched a movie the Tuesday before, It would be great if the addon was allowed to list movies by date? thoughts?

I think what would take this addon to the next level is if you can some how link extra deta to each url

does the kodi log not help? the url played will be in the log, can you not take out parts of the log that are before the url being played and have that added to the description to the url in your addon?

im not a coder but can it not go like this
a url is has just been played your addon checks the kodi log and stores certain information?

anyway I think I'm being to greedy, the addon works superbly and I think for the intended use it goes beyond!

one last request, anyway the url can pick up from where the movie last left it?

about getting it into a good repo, have you received my emails? post in that site I sent you, and ask to be put into thier repo
I'll try to post it myself
anyway I'll report back about the update
Reply
#18
(2016-07-10, 21:28)rodrigl Wrote: Try this version, which I just included on the main post
https://github.com/rodrigl/plugin.video.last_viewed_all

The first version only shows what you see from the kodi library, not from addons or streaming.
This second version shows everything that kodi records as being played.

I installed the new version (all sources) and still can not get anything showing up after viewing a couple of episodes from Exodus. Is it a problem with Exodus. I so much would like Last Viewed to work.
Reply
#19
Microwe try not to mention banned addons on the thread, rather PM rodrigl with the addon to respect the rules of the forum Smile

I've not tried it with that addon, coudn't get it to install
Reply
#20
rodrigl I've created a thread for you in a different forum (hope you dont mind) I'll pm you the url
they have a repo that im sure once theres enough interest (and this addon is to good not to be interested init) you can ask to be added to their repo Smile
Reply
#21
https://github.com/rodrigl/plugin.video.last_played

New version that already shows the metadata/tilte of videos played from addons. Sometimes the addon fails to send the title to kodi, in that case it displays the date/time. I'll see later if is possible to improve this.
Reply
#22
(2016-07-13, 02:08)rodrigl Wrote: https://github.com/rodrigl/plugin.video.last_played

New version that already shows the metadata/tilte of videos played from addons. Sometimes the addon fails to send the title to kodi, in that case it displays the date/time. I'll see later if is possible to improve this.

Hey, Nice plugin... Thanks.

If you don't mind me making a few suggestions... I'm not sure if directly querying Kodis dB is allowed via their repo rules? a alternative could be creating custom playlists internally within your plugin and using Kodi's json (getDirectory) to parse them into listitems? just an idea, keep up the great work Smile
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#23
(2016-07-12, 13:30)kilimanjaro Wrote: Microwe try not to mention banned addons on the thread, rather PM rodrigl with the addon to respect the rules of the forum Smile

I've not tried it with that addon, coudn't get it to install

I apologize for the breach of the rules of the forum.

As I still have not got this addon to work yet, can you please confirm what is the latest version please.
Reply
#24
(2016-07-13, 02:08)rodrigl Wrote: https://github.com/rodrigl/plugin.video.last_played

New version that already shows the metadata/tilte of videos played from addons. Sometimes the addon fails to send the title to kodi, in that case it displays the date/time. I'll see later if is possible to improve this.

have you seriously got it working? already? this is amazing news, im dying to try it out, wish I had access to my kodi box arghh. thanks for the update rodrigl! This addon is amazing!

have you subbitted it to kodi.org
http://kodi.wiki/view/Submitting_Add-ons
Reply
#25
(2016-07-13, 12:18)Microwe Wrote:
(2016-07-12, 13:30)kilimanjaro Wrote: Microwe try not to mention banned addons on the thread, rather PM rodrigl with the addon to respect the rules of the forum Smile

I've not tried it with that addon, coudn't get it to install

I apologize for the breach of the rules of the forum.

As I still have not got this addon to work yet, can you please confirm what is the latest version please.

then try deleting the addon (this might help with that http://forum.kodi.tv/showthread.php?tid=123822)
then reinstall, this is rodrigl latest version
rodrigl https://github.com/rodrigl/plugin.video....master.zip

then reboot and try it, if that doesnt work then
create a log by
http://kodi.wiki/view/Log_file/Easy

and pm this to rodrigl , Im very interested to know if it works with all addons, especially the one your stuck with, sorry I cant check it myself at the moment, wish I could
Reply
#26
Thank you kilimanjaro for your prompt reply. I will later uninstall the the addon I have now installed and replace it with the one you have given here. I will then have to watch a couple of tv shows and movies to see if the addon is listing them.

With the last two installations of this addon, all seems to have gone well with the installation, but the content last payed is never shown. it is always blank!

I will report back with a log file if this fails.
Reply
#27
(2016-07-13, 02:45)Lunatixz Wrote: Hey, Nice plugin... Thanks.

If you don't mind me making a few suggestions... I'm not sure if directly querying Kodis dB is allowed via their repo rules? a alternative could be creating custom playlists internally within your plugin and using Kodi's json (getDirectory) to parse them into listitems? just an idea, keep up the great work Smile

You are right, DB queries are not allowed, that is why I have two versions. One 'official' that only uses json, but only shows library items.

And another version that shows everything, but reads the DB. There is no way thru the kodi api to get the last played items from the files table.
As you say, forgetting about the kodi tables and keeping it on a playlist, can be be an alternative. It would take a lot more code, but might be a way.
Reply
#28
(2016-07-13, 14:06)kilimanjaro Wrote: have you seriously got it working? already? this is amazing news, im dying to try it out, wish I had access to my kodi box arghh. thanks for the update rodrigl! This addon is amazing!

have you subbitted it to kodi.org
http://kodi.wiki/view/Submitting_Add-ons

Well, not perfect yet Smile Sometimes the kodi player does not return the title of what is being played, and in those cases ... there is just date/time

The version with the 'addons' will not be accpeted by the kodi repo, I would need to change a few things to comply.
I submitted to the kodi mailling list the first version (only with library items) which is 100% compliant, but i got no answer so far.
Reply
#29
(2016-07-13, 21:45)rodrigl Wrote:
(2016-07-13, 02:45)Lunatixz Wrote: Hey, Nice plugin... Thanks.

If you don't mind me making a few suggestions... I'm not sure if directly querying Kodis dB is allowed via their repo rules? a alternative could be creating custom playlists internally within your plugin and using Kodi's json (getDirectory) to parse them into listitems? just an idea, keep up the great work Smile

You are right, DB queries are not allowed, that is why I have two versions. One 'official' that only uses json, but only shows library items.

And another version that shows everything, but reads the DB. There is no way thru the kodi api to get the last played items from the files table.
As you say, forgetting about the kodi tables and keeping it on a playlist, can be be an alternative. It would take a lot more code, but might be a way.

ahh... I didn't see the two builds.

Playlist parsing is relatively easy, the amount of code is minimal.... If you want I can help out, let me know...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#30
(2016-07-13, 22:56)Lunatixz Wrote: ahh... I didn't see the two builds.

Playlist parsing is relatively easy, the amount of code is minimal.... If you want I can help out, let me know...

I'm convinced! Smile So the ideia is catching what is being played (which i am already doing) and storing that on a playlist, Which will need to get trimmed once in a while...

I am catching the player start event, and then getting the title with player.gettitle(). Once in a while it returns nothing.
Do you have any ideia how to get around this?
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 20

Logout Mark Read Team Forum Stats Members Help
Last Viewed/Played - List of the last movies, episodes and music played5