[mythtv-users] MythTV Player 1.1.9 available to all in the Google Play Store

Eric Sharkey eric at lisaneric.org
Sat May 2 01:05:15 UTC 2015


On Fri, May 1, 2015 at 2:27 PM, Bill Meek <keemllib at gmail.com> wrote:
> Eric,
>
> Could you pastebin an ls -lAR of just one of your large video titles?
> Hopefully a complex one.

Sure.

http://paste.debian.net/170655/

> Finally, curl <yourBackend>:6544/Video/GetVideo?Id=<IdFromAbove>|sed
> "s/></>\n</g"
>
> I know that's a lot, but I'm trying to understand the layout and
> how it's returned to the app.

It's no problem at all.

<?xml version="1.0" encoding="UTF-8"?>
<VideoMetadataInfo
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.20"
serializerVersion="1.1">
<Id>4428</Id>
<Title>00019</Title>
<SubTitle>
</SubTitle>
<Tagline>
</Tagline>
<Director>Unknown</Director>
<Studio>
</Studio>
<Description>None</Description>
<Certification>NR</Certification>
<Inetref>00000000</Inetref>
<Collectionref>-1</Collectionref>
<HomePage>
</HomePage>
<ReleaseDate>
</ReleaseDate>
<AddDate>2012-04-05T04:00:00Z</AddDate>
<UserRating>0</UserRating>
<Length>0</Length>
<PlayCount>0</PlayCount>
<Season>0</Season>
<Episode>0</Episode>
<ParentalLevel>1</ParentalLevel>
<Visible>true</Visible>
<Watched>false</Watched>
<Processed>true</Processed>
<ContentType>MOVIE</ContentType>
<FileName>BluRay/Underdog/misc/00019.m2ts</FileName>
<Hash>ae3912bcda31284a</Hash>
<HostName>mythtered</HostName>
<Coverart>
</Coverart>
<Fanart>
</Fanart>
<Banner>
</Banner>
<Screenshot>
</Screenshot>
<Trailer>
</Trailer>
<Artwork>
<ArtworkInfos/>
</Artwork>
</VideoMetadataInfo>

The FileName field contains the full path, so that should be enough
info to be able to construct a hierarchical view.

Eric


More information about the mythtv-users mailing list