A
A
Alexander2012-01-29 02:48:03
PHP
Alexander, 2012-01-29 02:48:03

Editing id3 tags in mp3 files at the time of download?

Hello everyone
Some time ago, I was working on a small project where I needed to work with id3 tags in mp3 files. The project died, but this question has been tormenting me for several months. There is neither time nor incentive for a deep analysis of this topic, but I really want to know how to solve the problem posed below. I think you have quite good knowledge in this area and you can help me.
The essence of the problem: There is a database of music files on a remote server, to which there is no access, except for a direct link to the file and the ability to download it to your computer.
It is necessary to change the values ​​of id3 tags of this file at the time of loading.
That is, let's say the user has a page with a list of songs on this remote server open and opposite each link there is a download button. It is necessary that when clicking on the link, the user downloads a file from the server with already changed values ​​of id3 tags.
I recently found some but in my opinion a very crooked solution. You can make it so that when you click on the link, the file is first uploaded to my server, where the scripts change the data, and then a ready-made file is issued. But this decision, firstly, requires a lot of resources, and secondly, a rather long process will turn out.
Preferably in php.
Thank you for your attention!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2012-01-29
@Taraba4

Files are downloaded by the user directly from a remote server without your participation == you can't change it in any way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question