Menu

#167 minidlna does not support upnp:playCount and upnp:lastPlaybackLocation

Unstable (example)
closed-fixed
None
7
2017-05-17
2017-01-22
Karsten
No

What led up to the situation?

I'm using Kodi on a FireTV. I used a USB drive connected to the FireTV and everything worked properly. Then i got a Raspberry PI and installed minidlna on it so that the media can be accessed from elsewhere, too. As it turned out Kodi sends UPNP UpdateObject requests to minidlna in order to store the watched progress. As
minidlna does not support that request all files stay in the unwatched-state.
# What exactly did you do?
I've implemented the UpdateObject request in minidlna and store the provided information in a separate table of minidlna's SQLite Database

1 Attachments

Discussion

  • Karsten

    Karsten - 2017-03-01

    attached the actual changed files.

     
  • Alan Swanson

    Alan Swanson - 2017-03-11

    Could you please provide a diff file of your changes?

    Just providing complete edited files is of no use as we've no reference point to the changes you've actually made - against current git, a diff against your edited files has other unrelated changes. Otherwise, I'm interested in your patch for my use too. Cheers.

     
  • Karsten

    Karsten - 2017-03-11

    here you go

     
  • Justin Maggard

    Justin Maggard - 2017-03-16

    Can you post a unified diff instead (with diff -up)?

     
  • Karsten

    Karsten - 2017-03-17

    like so?

     
  • Justin Maggard

    Justin Maggard - 2017-05-17
    • status: open --> closed-fixed
     
  • Justin Maggard

    Justin Maggard - 2017-05-17

    I have added changes to handle these new tags and commands in v1.2.0.

     

Log in to post a comment.