Skip to content

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdpol committed Nov 25, 2018
1 parent da4af9a commit 52c51db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ExportITunesXML.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
' add "Play Date" (timestamp in numeric format) in addition to the "Play Date UTC"
' 1.6.4 add feature/option to exclude the playlist section in the generated xml file
' add DebugMsg() function and support framework
' prevent Anti Malware Scan Interface AMSI_ATTRIBUTE_CONTENT_NAME Error 0x80070490 being raised
' suppress Anti Malware Scan Interface AMSI_ATTRIBUTE_CONTENT_NAME Error 0x80070490 being raised
' resizable Options dialog
' add file and directory browser in the Options dialog
' restructure Options dialog, create logical grouping of settings
' restructure Options dialog, create logical grouping for settings
'
'
option explicit ' report undefined variables, ...
Expand Down Expand Up @@ -59,7 +59,7 @@ function encodeLocation(ByVal location)
' running the JScript function (scriptControl.Run()) results in an error being logged in DbgView
' [14856] [2018-11-18 18:17:37.828] [error ] [AMSI ] [14856: 6220] AMSI_ATTRIBUTE_CONTENT_NAME Error 0x80070490
' >> AMSI is the Windows "Anti Malware Scan Interface"; used by Windows Defender and AVG
' setting the AllowUI to false prevents these errors from being raised
' setting the AllowUI to false seems to prevent these errors from being raised (why is that???)
scriptControl.AllowUI = False
end if
location = replace(location, "\", "/")
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ _in progress_
- prevent Anti Malware Scan Interface AMSI_ATTRIBUTE_CONTENT_NAME Error 0x80070490 being raised
- resizable Options dialog
- add file and directory browser in the Options dialog
- restructure Options dialog, create logical grouping for settings


### Version 1.6.3
Expand Down

0 comments on commit 52c51db

Please sign in to comment.