omg ogg

soaringeagle
@soaringeagle
9 years ago
3,304 posts
i think turning on ogg convcersion iswhats eating up soooo much drive space
so heres my question
if i turn it off
and reconvert will it get rid of all the ogg files
im already paying an extra hundred a month i think for those ogg filkes storage and i'll be looking at adding another 50-150 a month very soon if i keep letting it gobble up space this way


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 03/06/15 10:35:17AM
michael
@michael
9 years ago
7,715 posts
The help text under:
ACP -> MEDIA -> GLOBAL CONFIG -> AUDIO CONVERSION -> CONVERSION FORMAT

Reads:
Quote: Select the audio format(s) you would like to convert uploaded audio to. MP3 + OGG will have compatability with some older mobile devices, but will use more disk space, while MP3 Only (recommended) will use less disk space.
Default: MP3

From there its your call.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
right
but the question is if i switch back to mps only will the ogg files that were already created be removed
if i force a reconversion i mean


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
or is there a way through ssh to use a wildcard delete command that searched the whole site deleting all ogg files


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
or is there a way through ssh to use a wildcard delete command that searched the whole site deleting all ogg files

Yeah you can do this:

- Make sure the ACP -> Media -> Audio Support -> Global Config -> Conversion Format is set to "MP3" only (no OGG).

- as root, go into your jamroom/data/media directory and run this command:

find . -name \*.ogg -type f | xargs /bin/rm -f

And that will remove ALL .ogg files from all your profiles.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags