XML Infuse Apple Tv (1 Viewer)

tubar

Registered User.
Local time
Today, 15:19
Joined
Jul 13, 2006
Messages
190
my skills are few, but i created a database of my home movie collection. I use Infuse on Apple TV. With "infuses" xml format i can display meta data. But their format (i don't think) fits a schema. could some one point me down a VBA path that would essentially allow me to to export a query of a single record in this xml format. ive seen people mention "hardcode" VBA but cant get far into it to fit my need, if that will even fit the need? Thanks for the guidance in advance!!
XML:
<media type="Movie">
    <title>NEW FOUND PENN FOOTAGE 2017</title>
    <description>Penn takes dads phone and makes a movie. His camera work needs a little help.</description>
    <rating>G</rating>
    <userStarRating>9</userStarRating>
    <published>2017-10-28</published>
    <genres>
        <genre>Family</genre>
        <genre>Penn</genre>
    </genres>
    <cast>
        <name>Penn Tiburzi</name>
        <name>Marla Tiburzi</name>
        <name>Trevor Tiburzi</name>
    </cast>
    <producers>
        <name>Tiboziol Family</name>
    </producers>
    <directors>
        <name>Penn Tiburzi</name>
    </directors>
</media>
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 21:19
Joined
Jul 9, 2003
Messages
16,272
See here for inspiration, or possibly perspiration!

 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 04:19
Joined
May 7, 2009
Messages
19,229
try this demo.
 

Attachments

  • movieXML.accdb
    860 KB · Views: 373

Users who are viewing this thread

Top Bottom