CSV Table with a play button?
-
Hi
Thank you for your nice work.
I’m building a site with a collection of mp3 files. With your plugin I’m almost there. I can create a table with filenames and all, from a unique folder of mp3s, and have a nice play button attached to the table. It’s great! The thing is; that many of my mp3-files have odd filenames and it really does not make sense to the user. I simply cannot monitor every single upload and change the filenames manually.
So I thought of using the nice csv feature you have build in. It works fine and I really like the table file-away creates from the csv file, but I’m having a hard time finding out how to add a play-button to the filename/table. A download button would be nice too.
To create the csv-file, with the extracted ID3 info, I use the ExifTool by Phil Harvey > https://www.sno.phy.queensu.ca/~phil/exiftool/
With ExifTool I create the csv with this command in CLI:
exiftool -csv *.mp3 -sourcefile -title -artist -duration > mp3.csv
.
I get a nice csv file and file-away creates a nicely formatted table from the file – but the thing is that I miss the “play” button and I cannot figure out how to include it.Is there a way to include a play button in the csv table?
I currently use this file-away sc: [fileaway_values sub=”mp3-folder” filename=”mp3.csv” fadein=”opacity” fadetime=”1500″ playback=”compact” onlyaudio=”true” theme=”minimal” sorting=”true” align=”left” textalign=”left”]
I could install a mp3-player plugin that automatically adds a play button to all *.mp3 filenames anywhere, but I like to keep it simple and clean.
Thank you again for your work. It’s really a nice intelligent plugin, build with superior logic and heart.
Thx
.. a feature you could implement, could be a tool to extract the ID3 tags from the mp3. But hey – what a nice plugin!
- The topic ‘CSV Table with a play button?’ is closed to new replies.