• Get involved.
    We want your input!
    Apply for Membership and join the conversations about everything related to broadcasting.

    After we receive your registration, a moderator will review it. After your registration is approved, you will be permitted to post.
    If you use a disposable or false email address, your registration will be rejected.

    After your membership is approved, please take a minute to tell us a little bit about yourself.
    https://www.radiodiscussions.com/forums/introduce-yourself.1088/

    Thanks in advance and have fun!
    RadioDiscussions Administrators

MusicMaster Enco DBF Import

C

Charlie

Guest
I'm providing some assistance to a station running MusicMaster but I'm having problems getting an EncoDAD DBF file to import correctly - MusicMaster cycles through the items and appears to import (the counter is at the bottom-left of the screen) but no new files are imported.

This is the DEF file that I created according to the MM documentation, but perhaps I'm missing something? Thought I'd try here before getting them to raise a support ticket.

[Description]
Name=EncoDAD
Type=LibSynch

[LibSynch]
AddMsg=0
LogFile=0

[Import]
SourceType=Dbase
SourcePath=C:\DAD\FILES\
SourceSpec=CUTS.DBF

[LibImport]
Mode=Add + Update

[LibImportProperties]
DeleteSource=0
SourceID=(im.InFld("CUT"))
LocalID=(mm.GetField(101))

Thanks in advance...
 
For example, I use this to import a csv file I output. I take a file out of av, clean it up a little in excel, then save as CSV and use this. I only use it for big imports. Otherwise, I would write it directly to work with the output file of AV.

What is your purpose? One time, recurring?

[Description]
Name=Chris Collins Import
Type=LibSynch

[LibSynch]
AddMsg=1
LogFile=1

[Import]
SourceType=AsciiD
SourcePath=C:\WORK\
SourceSpec=Star_Music.dat

[ImportProperties]
Header=0
Delimiter=,

[ImportFields]
Fld1=Label
Fld2=Media
Fld3=Title
Fld4=Artist
Fld5=Sound
Fld6=RunTime


[ImportValidation]

[Export]
OutputType=AsciiF
OutputPath=C:\TEMP

[ExportProperties]
Append=1

[ExportFields]

[LibImport]
Mode=Add+Update

[LibImportProperties]
DeleteSource=0
SourceID=BENumber
LocalID=101

[LibImportMap]

[LibImportMapAdd]

Map1=117,Label
Map2=101,Media
Map3=119,Title
Map4=118,Artist
Map5=110,Sound
Map6=12,RunTime
Map7=3,,"I"

[LibImportMapUpdate]
Map1=12,Runtime
 
Wait, I just saw that you said they had support. Just send the file to them. They will flip you around a working import in no time.
 
Thanks for the hints - It's version 4-something I think (am away from it at the moment)... Will drop them an e-mail.
 
Status
This thread has been closed due to inactivity. You can create a new thread to discuss this topic.


Back
Top Bottom