summaryrefslogtreecommitdiff
path: root/plugins/mime.audio.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-15Drop obsolite swf usage, is the preload function actually needed nowLester Caine1-1/+0
2026-05-14Move getid3 to external labraries managementLester Caine1-4/+4
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-0/+1
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-57/+63
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-3/+3
2018-07-31reorg util package to put library code in includes/ and used new UTIL_PKG_INC...spiderr1-3/+3
2011-06-27change dest_path to dest_branch to follow convention and avoid confusionChristian Fowler1-6/+6
2011-02-15overhaul storing of complete storage_url int liberty_files, and only use the ...spiderr1-4/+4
2010-06-09Strip down CVS keywords.cvs2git1-2/+2
2009-04-29remove treasury refwjames51-3/+3
2009-01-02rename 'flv' to 'video', clean up code and fix the use of MP4Box when fixing ...Max Kremmel1-7/+7
2008-12-26split storage and attachment templates into separate templates for easier mai...Max Kremmel1-2/+4
2008-11-09clean up liberty plugin admin, move files to better dirs to keep things tidy,...Max Kremmel1-3/+3
2008-09-15move mime templates to their own dir to clean up liberty/templates a bitMax Kremmel1-5/+5
2008-07-15make use of preload_function and load required javascriptMax Kremmel1-2/+14
2008-07-12no need to include mime.default.php anymore since the default mime plugin is ...Max Kremmel1-5/+2
2008-07-03a lot of fixes and updates. rename $area to $display_type and reduce these to...Max Kremmel1-4/+4
2008-06-30tentative commit to try and get the _URL vs. _URI issue sorted. we now have a...Max Kremmel1-4/+4
2008-06-30fix orderMax Kremmel1-4/+4
2008-06-30add ffmpeg mp3 options to audio plugin panel too - stores same value - just s...wjames51-3/+3
2008-06-09add some docsMax Kremmel1-3/+11
2008-06-08don't remove all meta data on updateMax Kremmel1-4/+2
2008-06-06remove old meta data when we're processing a new fileMax Kremmel1-2/+5
2008-06-06fix file updates, remove entire storage dir. lots of bug fixes.Max Kremmel1-24/+23
2008-06-01flashplayer js is now loaded in themes/bit_setup_inc.php when needed. we migh...Max Kremmel1-6/+2
2008-05-31add option to remove the original file. this can be useful to prevent downloa...Max Kremmel1-11/+17
2008-05-31fix file tagging when we have converted the audio to mp3Max Kremmel1-5/+6
2008-05-30make use of the original m4a fileMax Kremmel1-14/+24
2008-05-30fix mime icon display in list and don't display mime icon when viewing audio ...Max Kremmel1-3/+2
2008-05-29add links to help pagesMax Kremmel1-3/+4
2008-05-29lots of updates, make it possible to update multiple attachments at once, bet...Max Kremmel1-13/+14
2008-05-28add front and backend for plugins to insert edit template when viewing an att...Max Kremmel1-35/+85
2008-05-28look for image data in multiple placeswjames51-4/+8
2008-05-28funk it up a bit by extracting meta image and creating appropriate thumbsMax Kremmel1-2/+25
2008-05-28store playtime with meta dataMax Kremmel1-3/+5
2008-05-28create a hard link instead of copying on linux.Max Kremmel1-3/+5
2008-05-28fix logic when we're simply copying the fileMax Kremmel1-37/+38
2008-05-23add generic audio plugin. this will convert audio to mp3 and make it availabl...Max Kremmel1-0/+320