If you find you have Title - Artist then you can use the swap variables to automatically fix this too!




trixmoto wrote:Open the script file (.vbs) in a text editor and find line 61...
- Code: Select all
pos = InStr(itm.title," - ")
Replace this with the following line...
- Code: Select all
pos = InStr(itm.title," / ")
pos = InStr(itm.title," - ")pos = InStr(itm.title," / ")


trixmoto wrote:Open the script file (.vbs) in a text editor and find line 61...
- Code: Select all
pos = InStr(itm.title," - ")
Replace this with the following line...
- Code: Select all
pos = InStr(itm.title," / ")
Users browsing this forum: No registered users and 16 guests