Relabeling all audio files on a server

2010-05-30 Thread Leonard Adjei
I have a server which houses thousands of audio tracks and materials. Recently I started using a web application which seems to have a ew problems with the naming convention used by default. For example it has a problem with apostrophe signs ('), I want to be able to create a script which goes to t

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Leonard Adjei
using sudo find AUDIO/ -name \*Small\*.jpg -exec rm {} \; worked fine for me. Thanks -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Leonard Adjei
What I'm worried about is it deleting filenames (music) which has the word "small" in them. Or that is unlikely?? --- $ find AUDIO/ -name \*Small\* exec rm -i {} \; find: paths must precede expression: exec Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [pa

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Leonard Adjei
> find -type f -name "*[Ss]mall*" -exec rm {} \; This would delete all Files with Small or small in the filenames. I want to delete image files [png,jpg,bmp] only not music files with small in their names too Thanks -- users mailing list users@lists.fedoraproject.org To unsubscribe or change su

Deleting all image files with "small" keyword

2010-04-10 Thread Leonard Adjei
I've been using Fedora for a while, but I must confess that when it comes to shell scripting I'm found wanting many a times. The thing is, I have an Audio Folder which contains hundreds of track with Album arts. Most of the album arts are small and Big, I would want a script which would search my a

Audio Device Permission setting

2010-04-01 Thread Leonard Adjei
I've been using MP3Act, an AJAX based web application that allows you to organize your music centrally. The thing is, I've been using the application partially being limited to streaming mode only.Mp3act has a jukebox mode too that allows the user to play directly from the web page. In the installa

Changing Permissions to The Audio Device

2010-03-31 Thread Leonard Adjei
I've been using MP3Act, an AJAX based web application that allows you to organize your music centrally. The thing is, I've been using the application partially being limited to streaming mode only.Mp3act has a jukebox mode too that allows the user to play directly from the web page. In the installa

Re: SIP Witch, Skype and cell phones...

2010-03-16 Thread Leonard Adjei
> Does this mean I can be my own SIP provider ? Well it means you can use SIP Witch to host your voip server and hence an alternative to skype -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users