Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Opening an mp3 with a different application Post 302101312 by emperorfabulous on Sunday 31st of December 2006 01:11:01 PM
Old 12-31-2006
Opening an mp3 with a different application

I would like to know how to open an mp3 with an application other than it's default app. For instance, instead of opening with iTunes, I would like it to open with quicktime.

Any help would be appreciated. Thanks!!
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sorting mp3

Hi all... Here's my question: -> considering i've got thousands of mp3s', named like "Artist name - Track Name", how could i write a shell (ksh, or bash my favorite, not knowinf enough any other language) that would create a directory (if not existing already) with the Artist's name, and move... (3 Replies)
Discussion started by: penguin-friend
3 Replies

2. OS X (Apple)

osx mp3 player help

Hey UNIX Saviors, I am not very familiar with unix commands so I need some detailed help please. I have a RCA Lyra MP3 player that is supposed to work as a drag and drop external drive when transferring my MP3's. In OSX, the problem is that when I delete the MP3 from the mounted drive it... (1 Reply)
Discussion started by: eideas
1 Replies

3. UNIX for Dummies Questions & Answers

mp3 codec

I just need a mp3 codec that will decode mp3s so I can play them with my media player (probably going to be using XMMS) (0 Replies)
Discussion started by: Synbios
0 Replies

4. OS X (Apple)

How do I choose the application when opening a file in UNIX?

If I have a file in OSX (e.g. a pdf), I can choose how to open it i.e. with the "open with..." command from the 'right click menu'. Sometimes a pdf is garbled in OSX Preview so I need to open it in Adobe Acrobat. How do I choose the application when opening a file in UNIX? (2 Replies)
Discussion started by: Mpeter
2 Replies

5. Shell Programming and Scripting

cron for windows, process is OK, but application is not opening

Dear All, I need a help. i have an mapped drive application. I want to start this application using cron. I have downloaded cron setup from the below link: www.kalab.com/freeware/cron/cron.htm And it crontab file works fine. But if i want to start an application. Then process... (2 Replies)
Discussion started by: vasanth.vadalur
2 Replies

6. Shell Programming and Scripting

Check file is mp3

Hello, I am trying to check if a file is an mp3. file -b file_path g ives me AUDIO for many MP3 but there are many working MP3 files that return something else. How can I get better result? Thank you (2 Replies)
Discussion started by: JCR
2 Replies

7. Shell Programming and Scripting

I'm trying to remove all mp3's in subdirectories

My company has a policy that employees can't keep music on our servers so im looking for a line or script that I can run as part of a cron job that will remove all mp3's in the users home directories. Does anyone have any idea how I might accomplish this? (3 Replies)
Discussion started by: binary-ninja
3 Replies
lldptool(8)							       Linux							       lldptool(8)

NAME
APP - Show / manipulate APP TLV configuration SYNOPSIS
lldptool -t -i ethx -V APP [-c app] lldptool -T -i ethx -V APP [-d] app=prio,sel,pid DESCRIPTION
The APP TLV is an informational TLV and will advertise the current configured application table. If the peer APP TLV and a local APP TLV match the same selector and protocol field the local parameter is used. ARGUMENTS
app Configures a local application data field using the three parameters priority (prio), selector (sel), and protocol (pid). The -d option can be provided to remove an entry which matches the three parameters. Theory of Operations The APP TLV is an informational TLV for most end stations it is not expected that setting APP data should be required. Peer data will be processed and added to the application data table by default assuming there does not already exist a local entry with matching selector and priority fields. By adding APP data to the application table it is available for applications, eg iscsid, to query. Applications query for a specific proto- col and selector and may use this data to map traffic to the corresponding traffic class. EXAMPLE &; USAGE Configure ISCSI application for priority 4 on eth2 lldptool -T -i eth2 -V APP app=4,2,3260 Configure FCoE application for priority 3 on eth2 lldptool -T -i eth2 -V APP app=3,1,35078 Remove FCoE application for priority 3 on eth2 lldptool -T -i eth2 -V APP -d app=3,1,35078 Display locally configured application table on eth2 lldptool -t -i eth2 -V APP -c app Display last transmitted APP TLV on eth2 lldptool -t -i eth2 -V APP SOURCE
o IEEE 802.1Qaz (http://www.ieee802.org/1/pages/dcbridges.html) NOTES
Currently changing the default priority is not supported by default it is set to zero. SEE ALSO
lldptool(8), lldpad(8) AUTHOR
John Fastabend open-lldp February 2010 lldptool(8)
All times are GMT -4. The time now is 10:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy