Search found 1 match

by kireev20000
Sun Mar 06, 2016 8:46 am
Forum: Need Help with Addons? (MMW4)
Topic: "now playing" to .txt-file
Replies: 9
Views: 21025

Re: "now playing" to .txt-file

replace code in OutputTextFile.vbs Version for OBS txt plug-in (no unicode support) ' OutputTextFile.vbs ' Write the current playing track and artist to a text file option explicit sub OutputTextFile dim objFSO, objTextFile, strTextFilePath, strTrack, strArtist, strAlbum 'SET THIS TO LOCATION OF FIL...