<div dir="ltr"><br><br><div class="gmail_quote">On Fri, May 1, 2015 at 9:08 PM Eric Sharkey <<a href="mailto:eric@lisaneric.org">eric@lisaneric.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, May 1, 2015 at 2:27 PM, Bill Meek <<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>> wrote:<br>
> Eric,<br>
><br>
> Could you pastebin an ls -lAR of just one of your large video titles?<br>
> Hopefully a complex one.<br>
<br>
Sure.<br>
<br>
<a href="http://paste.debian.net/170655/" target="_blank">http://paste.debian.net/170655/</a><br>
<br>
> Finally, curl <yourBackend>:6544/Video/GetVideo?Id=<IdFromAbove>|sed<br>
> "s/></>\n</g"<br>
><br>
> I know that's a lot, but I'm trying to understand the layout and<br>
> how it's returned to the app.<br>
<br>
It's no problem at all.<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<VideoMetadataInfo<br>
xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>" version="1.20"<br>
serializerVersion="1.1"><br>
<Id>4428</Id><br>
<Title>00019</Title><br>
<SubTitle><br>
</SubTitle><br>
<Tagline><br>
</Tagline><br>
<Director>Unknown</Director><br>
<Studio><br>
</Studio><br>
<Description>None</Description><br>
<Certification>NR</Certification><br>
<Inetref>00000000</Inetref><br>
<Collectionref>-1</Collectionref><br>
<HomePage><br>
</HomePage><br>
<ReleaseDate><br>
</ReleaseDate><br>
<AddDate>2012-04-05T04:00:00Z</AddDate><br>
<UserRating>0</UserRating><br>
<Length>0</Length><br>
<PlayCount>0</PlayCount><br>
<Season>0</Season><br>
<Episode>0</Episode><br>
<ParentalLevel>1</ParentalLevel><br>
<Visible>true</Visible><br>
<Watched>false</Watched><br>
<Processed>true</Processed><br>
<ContentType>MOVIE</ContentType><br>
<FileName>BluRay/Underdog/misc/00019.m2ts</FileName><br>
<Hash>ae3912bcda31284a</Hash><br>
<HostName>mythtered</HostName><br>
<Coverart><br>
</Coverart><br>
<Fanart><br>
</Fanart><br>
<Banner><br>
</Banner><br>
<Screenshot><br>
</Screenshot><br>
<Trailer><br>
</Trailer><br>
<Artwork><br>
<ArtworkInfos/><br>
</Artwork><br>
</VideoMetadataInfo><br>
<br>
The FileName field contains the full path, so that should be enough<br>
info to be able to construct a hierarchical view.<br>
<br>
Eric<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a></blockquote><div><br></div><div>Eric,</div><div><br></div><div>Ah, I was not considering all the files from a blueray rip. I can filter these out. When you to play a blueray rip, do you just play the first in the sequence? Is there some other initiating file? In the video services api, does it return a different video id for every individual movie? or does each file get a unique id?</div><div><br></div><div>Dan </div></div></div>