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

Daniel Frey dmfrey at gmail.com
Sat May 2 01:17:36 UTC 2015


On Fri, May 1, 2015 at 9:08 PM Eric Sharkey <eric at lisaneric.org> wrote:

> 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
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org


Eric,

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?

Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20150502/16cefd67/attachment.html>


More information about the mythtv-users mailing list