setting album art of a mp3 with php

前端 未结 9 1805
花落未央
花落未央 2021-01-04 16:04

I am looking for the best or any way to set the Album Art of mp3s using PHP.

Suggestions?

9条回答
  •  礼貌的吻别
    2021-01-04 16:34

    I don't think it's really possible with PHP. I mean, I suppose anything is possible but it may not be a native PHP solution. From the PHP Docs, I think the only items that can be updated are:

    • Title
    • Artists
    • Album
    • Year
    • Genre
    • Comment
    • Track

    Sorry man. Maybe Perl, Python, or Ruby might have some solution.

    I'm not sure if you are familiar with Perl (I personally don't like it, but, it's good at things like this...). Here's a script that seems to be able to pull in and edit album art in an MP3: http://www.plunder.com/-download-66279.htm

提交回复
热议问题