• Login
Community
  • Login

How to play Audio MP3 files saved on laptop in notepad plus plus

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
6 Posts 5 Posters 1.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J
    Jerome Farrell
    last edited by Sep 15, 2024, 3:31 PM

    Hi, please can anyone help with my query.
    I am looking to find a way that I can play audio samples in Notepad plus plus that are saved as MP3 files on my computer.
    I am doing a further education course in web design and I have to create a basic 3 page website on a subject of my choice using html.
    I want to do one for the band I’m in. And as
    we have a CD of our music I thought I would do a website of the band and put a track listing of the CD on there with 30 second samples of the beginning of all of the tracks.
    I have looked at several You Tube videos and have got as far as creating an audio play link in Notepad ++ but the link is greyed out and doesn’t work.
    Can someone kindly tell me where do I need to store the CD files and do I have to save them in a different format for them to be recognised in Notepad ++
    If anyone has a solution for me it would be much appreciated.

    Many thanks

    Jerome

    M L 2 Replies Last reply Sep 15, 2024, 3:42 PM Reply Quote 0
    • M
      Mark Olson @Jerome Farrell
      last edited by Sep 15, 2024, 3:42 PM

      @Jerome-Farrell

      If this is a question about how to write an HTML document, you’ve come to the wrong forum.

      If you’re not certain what I mean by this, ask yourself whether you would still have this exact question if you were writing this document in Notepad or another text editor instead of Notepad++.

      1 Reply Last reply Reply Quote 2
      • L
        Lycan Thrope @Jerome Farrell
        last edited by Sep 16, 2024, 7:33 AM

        @Jerome-Farrell said in How to play Audio MP3 files saved on laptop in notepad plus plus:

        I am looking to find a way that I can play audio samples in Notepad plus plus that are saved as MP3 files on my computer.

        Basic answer, is you can’t. Notepad++ is not a browser, and is definitely not an MP3 player. From the text of your message, you are very confused about what Notepad++ can do, and what it is designed to do.

        1 Reply Last reply Reply Quote 2
        • A
          Alan Kilborn
          last edited by Alan Kilborn Sep 16, 2024, 10:56 AM Sep 16, 2024, 10:55 AM

          @Jerome-Farrell

          If you mean that you’d have a text file which has some pathnames to MP3 tracks in it, e.g. D:\MyMusic\Rolling Stones\YouCantAlwaysGetWhatYouWant.mp3, and you want that to appear underlined so that when you double-click on it, another program opens up and plays the track…

          Then that should be reasonably doable by adding a PythonScript solution…

          Because sometimes you can get what you want. :-)

          1 Reply Last reply Reply Quote 3
          • G
            guy038
            last edited by guy038 Sep 16, 2024, 1:42 PM Sep 16, 2024, 1:38 PM

            Hello, @jerome-farrell, @mark-olson, @lycan-thrope, @alan-kilborn and All

            @jerome-farrell, from the example of absolute path, provided by @alan-kilborn, you may also use the syntax, below :

            file:///D:\MyMusic\Rolling%20Stones\YouCantAlwaysGetWhatYouWant.mp3

            Note that any space, in the path, must be replaced by the string %20, like between the words Rolling and Stones

            Then, if a file containing this link, is opened in N++, a simple double-clic would start this song in your default music software !

            Best Regards,

            guy038

            L 1 Reply Last reply Sep 17, 2024, 1:52 AM Reply Quote 3
            • L
              Lycan Thrope @guy038
              last edited by Lycan Thrope Sep 17, 2024, 1:53 AM Sep 17, 2024, 1:52 AM

              @guy038 said in How to play Audio MP3 files saved on laptop in notepad plus plus:

              file:///D:\MyMusic\Rolling%20Stones\YouCantAlwaysGetWhatYouWant.mp3

              Guess I learn something everyday. I never double click links…so never thought that NPP did that launch. Oh well, I stand corrected. :-)

              1 Reply Last reply Reply Quote 1
              4 out of 6
              • First post
                4/6
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors