Search found 5 matches

by kpstuff
Tue Jan 31, 2017 2:50 pm
Forum: Wishlist (MMW4)
Topic: Video database? IMDb?
Replies: 35
Views: 35597

Re: Video database? IMDb?

Video Movie Tags. My work-around for this is to modify filenames (in Windows, My Videos folder) to include data that will not import from autotag. I append the filename in Windows to include the extra data - such as ACTORS. I then scan the video files into MM. Then use RegExp to strip data from the ...
by kpstuff
Tue Mar 01, 2016 5:39 pm
Forum: Need Help with Device Synchronization? (MMW4)
Topic: Import data from active web page
Replies: 5
Views: 1276

Re: Import data from active web page

Update - just to close out this discussion, here's a summary of a Vb Script I wrote. I have MM running background, Windows Explorer open to folder with all the "unknown" tracks, Midomi open in I.E. Dbl-clk - on a song in my Windows Explorer window - it begins playing in MM. Click - "L...
by kpstuff
Wed Feb 17, 2016 6:56 pm
Forum: Need Help with Device Synchronization? (MMW4)
Topic: Import data from active web page
Replies: 5
Views: 1276

Re: Import data from active web page

I've seen several VBS samples on how to strip data out of web page. Other examples show how to retrieve the URL of the active page. And using Google Developer Tools I can see that the desired data is elements h1 and h2. Seems to me and my novice brain then - (and following your comments rivorson) -G...
by kpstuff
Wed Feb 17, 2016 3:50 pm
Forum: Need Help with Device Synchronization? (MMW4)
Topic: Import data from active web page
Replies: 5
Views: 1276

Re: Import data from active web page

Thanks, You've answered the first issue - it IS possible have a script to retrieve data from a website. The second issue is that the URL is dynamic. URL is appended with an "id=" code, specific to each piece of music identified. That starts getting pretty complex. I'm not a scripter. A lot...
by kpstuff
Wed Feb 17, 2016 2:16 pm
Forum: Need Help with Device Synchronization? (MMW4)
Topic: Import data from active web page
Replies: 5
Views: 1276

Import data from active web page

Is it possible in MM or RegExp to import data directly from an active web page? I'm using Midomi to identify hundreds of un-labeled tracks. The web page returns the Title and the Artist. This data is held in the h1 and h2 elements of the web page. I'm wondering if it's possible to automatically brin...