mp3

  1. L

    Macro to apply MP3 tags changes with VBA

    Hi! So I got my whole Music Library in a Folder (+5000 Songs) and I wanted to rearrange the tags of the mp3 files and the file name. So I got to this code to Read the properties of every mp3 file in a folder: " Sub Read_MP3_Files() Dim FolderPath As Variant Dim Item As Object Dim oFile As...
  2. pcc

    Playing multiple mp3 files

    Public wmp As Object Sub aaTest() Dim r As Long lr = [a1].CurrentRegion.Rows.Count For r = 2 To lr If Cells(r, 2) = "Y" Then Set wmp = CreateObject("new:6BF52A52-394A-11D3-B153-00C04F79FAA6") With wmp .URL = Cells(r, 1) .Controls.Play...
  3. M

    Editing MP3 Tags

    MP3 files have imbedded metadata that I would like to edit. I have between 35K and 40K files that I would like to edit one or two fields in each. I would also like to export to an Excel database a selection of fields: Title, Artist, Comment and so on. I can open each individual file in File...
  4. H

    Play Mp3 Files on Value in Cell

    Is it Posible to play a Mp3 File on given value Your Regards from Hjemmet
  5. R

    Remove and replace parts of text string in cell

    Long story short, my large playlist in my music data base got messed up during a sync. I have a good m3u file but I need to change the path of each file to match the database locations. So I would love to use a formula or vb to do the following: Remove the first 3 characters after the third ""...
  6. J

    Excel VBA To Play Specified Sound Extension File Type Without Visually Showing Any Music Player Program

    Good Day Everyone, I am trying to understand the limitation of Excel, In The Year 2017, as it relates to playing music/audio extension files via VBA. I have seen successful ways of playing WAV sound files without visually opening an additional music player program. Can someone PLEASE tell me...
  7. M

    Problem with playing a MIDI File

    Play a MIDI File With Excel VBA | dBforums – Everything on Databases, Design, Developers and Administrators I tried this file to play my mp3 file in excel, it works, but only once When I tried to play it again, it didn't response, same as if I use [For...next]statement to play it and I can play...
  8. G

    Edit ID3 tag - issue updating Comments tag

    I have written 2 separate routines to read and update MP3 ID3 tags. I am facing an issue with the Update Tag routine. It updates all tags except for the Comment tag. I have pasted my code below. Appreciate if someone can let me know if I am doing something wrong...
  9. G

    mp3 or wav in code - how do I stop once played

    here is code that works good until it repeats and does not end until manual stop - help Sub PLAYSONG() REQ_B = 100001 'skip1 for PLAY_Q test ' GoTo NOK 'skip1 end Application.ScreenUpdating = False If REQ_B > 199999 Then GoTo NOK Else DR_L = ActiveCell.Address...
  10. B

    Audio File Randomizer

    I have pieced together a macro that will play a song according to a schedule that I have laid out. The problem that I am running into is that people are getting sick of the same song and its a pain to redefine the file destination all of the time. I need a way to randomize the songs being...
  11. dukeofscouts

    file indetail view to excel

    I would like to use Excel to analize my MP3 files. Basically I'd love to take the detail view from the folders I have the files in and transfer that data into excel. Is there a tool I can use to accomplish this?

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top