Posted by: pencilhead
« on: August 05, 2009, 05:54:03 am »This got me thinking...Is there a way that I can actually tag movie details (from PVD) such as Title, Subtitle, Year and Genre into the actual movie files (like if you right click and manually get this info in Windows) so that it is ALSO embedded within the movie file. This means that media center can read the information PVD has collected.Have a read of http://www.videodb.info/forum_en/index.php?topic=870.40
And http://www.videodb.info/forum_en/index.php?topic=1249.msg4630#msg4630
What you are after is more efficient communication between PVD and media centre.
Achieving this through internal tags (similar to mp3) I agree would be a good way of doing it.
The problem is tags are not as widely supported / standardised in movie formats as they are in music formats.
In particular the tag reader used by PVD does not support tag writting.
An alternative approach is to code direct communication between PVD & your other movie playing software. Which maybe a more effecient way of linking 2 programs but requires different code for each pair of applications.
I use XBMC as my media centre. Library mode of xbmc is very powerful. It also has the ability to read xml and present this information.
It may be feasible to export movie xml file from PVD into directory where movie is held and have XBMC read it and update its library.
Has anyone tried this?
I will have to play
Or, as in the case of J River Media Center, the data is queried directly from the PVD database.Then this got me thinking some more...
I wonder if XBMC can read the database file directly? If it could you could have an offline/online list. If you want to watch something and it is online, select it. XBMC reads the location from PVD file and plays, if it is offline, XBMC reads the location (potentially from media location field) and pops up message telling you where it is.
The possibilities are endless......sigh