|
#1
|
|||
|
|||
|
I want to write a program (vb6 or .net) to read the tags from all the music
files in WMP10 and place the data in a database so I can update the information and write it back. Can anyone direct me to the specification for the layout of the wmv tag? Or does anyone know of a software package that will do this, either full application or library file (.dll)? In addition to WMP10 I use a program called CATraxx to catalog and track various pieces of information about albums, songs, and artists. I want to combine the data from this db with that from the wmv tags, then write the tags back to the song files as well as back to catraxx. Any help would be appreciated. I tried Google but couldn't seem to find any info that was helpful. Plenty of tag editors, but nothing that appeared to do what I want. |
|
#2
|
|||
|
|||
|
There is a vbs script at my web site. Just drag and drop any folder on it
and all id information for its files will be placed in a tab delimited file. Just open it in any spreadsheet and sort and format. Edit the script (right click and select edit) to change the path to the output file (it will create it) before using it. http://www.dcsi.net/~denmarks/listdir.vbs This will create the database. Maybe you can reverse the script to update tags. "RCTaubert" <RCTaubert@discussions.microsoft.com> wrote in message news:F26197DA-2F80-4166-BB77-9D7181DB451C@microsoft.com... >I want to write a program (vb6 or .net) to read the tags from all the music > files in WMP10 and place the data in a database so I can update the > information and write it back. > > Can anyone direct me to the specification for the layout of the wmv tag? > > Or does anyone know of a software package that will do this, either full > application or library file (.dll)? > > In addition to WMP10 I use a program called CATraxx to catalog and track > various pieces of information about albums, songs, and artists. I want to > combine the data from this db with that from the wmv tags, then write the > tags back to the song files as well as back to catraxx. > > Any help would be appreciated. I tried Google but couldn't seem to find > any > info that was helpful. Plenty of tag editors, but nothing that appeared > to > do what I want. |
|
#3
|
|||
|
|||
|
Thank you very much for the code. That will certainly allow me to read the
data. Do you have any suggestions on writing it back once I have modified the data??? "Dennis Marks" wrote: > There is a vbs script at my web site. Just drag and drop any folder on it > and all > id information for its files will be placed in a tab delimited file. Just > open it in any > spreadsheet and sort and format. Edit the script (right click and select > edit) to change the path to the > output file (it will create it) before using it. > > http://www.dcsi.net/~denmarks/listdir.vbs > > This will create the database. Maybe you can reverse the script to update > tags. > > "RCTaubert" <RCTaubert@discussions.microsoft.com> wrote in message > news:F26197DA-2F80-4166-BB77-9D7181DB451C@microsoft.com... > >I want to write a program (vb6 or .net) to read the tags from all the music > > files in WMP10 and place the data in a database so I can update the > > information and write it back. > > > > Can anyone direct me to the specification for the layout of the wmv tag? > > > > Or does anyone know of a software package that will do this, either full > > application or library file (.dll)? > > > > In addition to WMP10 I use a program called CATraxx to catalog and track > > various pieces of information about albums, songs, and artists. I want to > > combine the data from this db with that from the wmv tags, then write the > > tags back to the song files as well as back to catraxx. > > > > Any help would be appreciated. I tried Google but couldn't seem to find > > any > > info that was helpful. Plenty of tag editors, but nothing that appeared > > to > > do what I want. > > > |
|
#4
|
|||
|
|||
|
I found the code and made slight modifications but I don't know enough about
VBS to try to reverse the process. Maybe you can experiment by reversing some of the formulas. "RCTaubert" <RCTaubert@discussions.microsoft.com> wrote in message news:2565AC88-D656-4ACC-B41B-D57881F798A9@microsoft.com... > Thank you very much for the code. That will certainly allow me to read > the > data. > > Do you have any suggestions on writing it back once I have modified the > data??? > > "Dennis Marks" wrote: > >> There is a vbs script at my web site. Just drag and drop any folder on it >> and all >> id information for its files will be placed in a tab delimited file. Just >> open it in any >> spreadsheet and sort and format. Edit the script (right click and select >> edit) to change the path to the >> output file (it will create it) before using it. >> >> http://www.dcsi.net/~denmarks/listdir.vbs >> >> This will create the database. Maybe you can reverse the script to update >> tags. >> >> "RCTaubert" <RCTaubert@discussions.microsoft.com> wrote in message >> news:F26197DA-2F80-4166-BB77-9D7181DB451C@microsoft.com... >> >I want to write a program (vb6 or .net) to read the tags from all the >> >music >> > files in WMP10 and place the data in a database so I can update the >> > information and write it back. >> > >> > Can anyone direct me to the specification for the layout of the wmv >> > tag? >> > >> > Or does anyone know of a software package that will do this, either >> > full >> > application or library file (.dll)? >> > >> > In addition to WMP10 I use a program called CATraxx to catalog and >> > track >> > various pieces of information about albums, songs, and artists. I want >> > to >> > combine the data from this db with that from the wmv tags, then write >> > the >> > tags back to the song files as well as back to catraxx. >> > >> > Any help would be appreciated. I tried Google but couldn't seem to >> > find >> > any >> > info that was helpful. Plenty of tag editors, but nothing that >> > appeared >> > to >> > do what I want. >> >> >> |
|
#5
|
|||
|
|||
|
Thank you again for your quick responce. If I get it to work are you
interested in a copy? "Dennis Marks" wrote: > I found the code and made slight modifications but I don't know enough about > VBS to try to reverse the process. Maybe you can experiment by reversing > some of the formulas. > > "RCTaubert" <RCTaubert@discussions.microsoft.com> wrote in message > news:2565AC88-D656-4ACC-B41B-D57881F798A9@microsoft.com... > > Thank you very much for the code. That will certainly allow me to read > > the > > data. > > > > Do you have any suggestions on writing it back once I have modified the > > data??? > > > > "Dennis Marks" wrote: > > > >> There is a vbs script at my web site. Just drag and drop any folder on it > >> and all > >> id information for its files will be placed in a tab delimited file. Just > >> open it in any > >> spreadsheet and sort and format. Edit the script (right click and select > >> edit) to change the path to the > >> output file (it will create it) before using it. > >> > >> http://www.dcsi.net/~denmarks/listdir.vbs > >> > >> This will create the database. Maybe you can reverse the script to update > >> tags. > >> > >> "RCTaubert" <RCTaubert@discussions.microsoft.com> wrote in message > >> news:F26197DA-2F80-4166-BB77-9D7181DB451C@microsoft.com... > >> >I want to write a program (vb6 or .net) to read the tags from all the > >> >music > >> > files in WMP10 and place the data in a database so I can update the > >> > information and write it back. > >> > > >> > Can anyone direct me to the specification for the layout of the wmv > >> > tag? > >> > > >> > Or does anyone know of a software package that will do this, either > >> > full > >> > application or library file (.dll)? > >> > > >> > In addition to WMP10 I use a program called CATraxx to catalog and > >> > track > >> > various pieces of information about albums, songs, and artists. I want > >> > to > >> > combine the data from this db with that from the wmv tags, then write > >> > the > >> > tags back to the song files as well as back to catraxx. > >> > > >> > Any help would be appreciated. I tried Google but couldn't seem to > >> > find > >> > any > >> > info that was helpful. Plenty of tag editors, but nothing that > >> > appeared > >> > to > >> > do what I want. > >> > >> > >> > > > |
|
#6
|
|||
|
|||
|
No thank you. I have no use for it. I just use the WMP for what I need to
do. "RCTaubert" <RCTaubert@discussions.microsoft.com> wrote in message news:A478CF04-3D73-40EA-BE84-E3F44008CC6E@microsoft.com... > Thank you again for your quick responce. If I get it to work are you > interested in a copy? > > "Dennis Marks" wrote: > >> I found the code and made slight modifications but I don't know enough >> about >> VBS to try to reverse the process. Maybe you can experiment by reversing >> some of the formulas. >> >> "RCTaubert" <RCTaubert@discussions.microsoft.com> wrote in message >> news:2565AC88-D656-4ACC-B41B-D57881F798A9@microsoft.com... >> > Thank you very much for the code. That will certainly allow me to read >> > the >> > data. >> > >> > Do you have any suggestions on writing it back once I have modified the >> > data??? >> > >> > "Dennis Marks" wrote: >> > >> >> There is a vbs script at my web site. Just drag and drop any folder on >> >> it >> >> and all >> >> id information for its files will be placed in a tab delimited file. >> >> Just >> >> open it in any >> >> spreadsheet and sort and format. Edit the script (right click and >> >> select >> >> edit) to change the path to the >> >> output file (it will create it) before using it. >> >> >> >> http://www.dcsi.net/~denmarks/listdir.vbs >> >> >> >> This will create the database. Maybe you can reverse the script to >> >> update >> >> tags. >> >> >> >> "RCTaubert" <RCTaubert@discussions.microsoft.com> wrote in message >> >> news:F26197DA-2F80-4166-BB77-9D7181DB451C@microsoft.com... >> >> >I want to write a program (vb6 or .net) to read the tags from all the >> >> >music >> >> > files in WMP10 and place the data in a database so I can update the >> >> > information and write it back. >> >> > >> >> > Can anyone direct me to the specification for the layout of the wmv >> >> > tag? >> >> > >> >> > Or does anyone know of a software package that will do this, either >> >> > full >> >> > application or library file (.dll)? >> >> > >> >> > In addition to WMP10 I use a program called CATraxx to catalog and >> >> > track >> >> > various pieces of information about albums, songs, and artists. I >> >> > want >> >> > to >> >> > combine the data from this db with that from the wmv tags, then >> >> > write >> >> > the >> >> > tags back to the song files as well as back to catraxx. >> >> > >> >> > Any help would be appreciated. I tried Google but couldn't seem to >> >> > find >> >> > any >> >> > info that was helpful. Plenty of tag editors, but nothing that >> >> > appeared >> >> > to >> >> > do what I want. >> >> >> >> >> >> >> >> >> |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| discover a sites meta tags? | D Hafer - TFE | Internet Explorer 6 | 2 | 01-05-2006 04:38 PM |
| ID3 tags annoying me help! | Recruiter J. Bahamas | Windows Media Player | 5 | 01-05-2006 04:17 PM |
| WMP10 Tags | RCTaubert | Windows Media Player | 0 | 01-05-2006 04:10 PM |
| Tags that wont let me do a SetItemInfo... | John Keith | Windows XP Music | 0 | 01-05-2006 04:00 PM |
| Tags that wont let me do a SetItemInfo... | John Keith | Windows XP Music | 0 | 01-05-2006 07:42 AM |