Sponsored Content
Operating Systems BSD How to play a song in terminal app in os x? Post 302961682 by Straitsfan on Wednesday 2nd of December 2015 12:21:50 PM
Old 12-02-2015
How to play a song in terminal app in os x?

Just wondering -- is there a way to play a song in iTunes from the terminal app?
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sound card and audio song

Hello, How can i install the sound card on solaris 9.00 and also, how can i play MP3 and audio songs on solaris.... pls provide me the complete steps.... thnks (4 Replies)
Discussion started by: taurian1234
4 Replies

2. Programming

problem with playing a song using mplayer

Hi all, I have an application program which keeps reading an audio file from a directory one after the other , once a file is chosen it keeps sending data in terms of 60000 bytes to a specified socket. This is written into another file "x.mp3" and mplayer is called. Again next 60000... (1 Reply)
Discussion started by: shashi
1 Replies

3. Windows & DOS: Issues & Discussions

Display running 'app' in terminal titlebar?

Hi. I was, not too long ago, an OS X home user. One of the things I remember from using the Apple-installed Terminal is: whenever an executable that took more than a split second to do its thing was running, its name would appear in the title bar in a way similar to "Terminal: ssh" or "Terminal:... (0 Replies)
Discussion started by: SilversleevesX
0 Replies

4. UNIX for Advanced & Expert Users

Cygwin <--> CMD App Problem (Terminal Type?)

I'm not sure if this is the right place to post this, but here it is. We have a nightly process that runs on an HP-UX box to stop our application and backend database servers, unmount their SAN hosted file systems, and then snapshot the SAN LUNs for backup and refresh of data on "report" and... (1 Reply)
Discussion started by: deckard
1 Replies

5. OS X (Apple)

Terminal.app keeps creating copies of my settings files

Under Leopard, I like to conveniently open Terminal windows onto remote systems. I've created several settings files in Terminal, one for each remote system that I want to access. To open window, I right-click on the Terminal icon in the Dock, expand the "New Window" menu item, and select the... (0 Replies)
Discussion started by: siemsen
0 Replies

6. Shell Programming and Scripting

Need Mac .sh to run command line app in seperate terminal

Hello, currently we are executing a .sh from terminal. The current .sh looks like this: #!/usr/bin/env bash /Users/user/my.app/Contents/MacOS/my & -- Now, we also need to run a third line in the .sh - It's a command line application that I need to run when I execute the above .sh... (0 Replies)
Discussion started by: yoyoyo777
0 Replies

7. Programming

Wuhan Coronavirus Status App for China - Rapid Prototype using MQTT and the IoT OnOff IOS App

With a little bit of work, was able to build a nice "Wuhan Coronavirus Status" app using MQTT and the IoT-OnOff app. More on this technique here: ESP32 (ESP-WROOM-32) as an MQTT Client Subscribed to Linux Server Load Average Messages The result turned out nice, I think. I like the look and... (10 Replies)
Discussion started by: Neo
10 Replies
music123(1)						      General Commands Manual						       music123(1)

NAME
music123 - plays various sound files (usually including MP3, Ogg and Wav). SYNOPSIS
music123 [ -hqrvz ] file ... DESCRIPTION
music123 is a shell around various command line programs to play music files. It will descend directories trees with -r, and randomize file lists with -z. The programs used and the options given them are listed in /etc/music123rc or ~/.music123rc. OPTIONS
-h Show command help and exit; -q Quiet mode. No messages are displayed. -r Recurse into directories, instead of ignoring them. -v Display version information and exit. -z Play files in random order. -Z Play the files randomly and endlessly. -l Loop. -z -l differs from -Z in that -z -l will randomize, play through the song list (without repetition) in random order once, and repeat the songs in that order over and over; -Z will randomly play the songs, without any order, and will possibly play a song right after itself. -i Ignore extension case. -L List files and exit. -T Start a task that handle commands, only one command supported : quit, using q or Q will quit the application at the end of the cur- rent song. -D Set music123 not to delay between songs. (May make music123 harder to kill). -d Customize the time music123 delays between songs. -d takes one argument, expressed in seconds, which may have a fractional part. -@ Play the files listed in the mandatory argument of -@. Other files can be added on the command line, and this option can be given several times. Note that music123 doesn't yet play URLs. -- End option list. EXAMPLES
Play three songs: music123 test1.ogg test2.mp3 test3.wav Play a couple of directories and other songs at random: music123 -z -r Rock/ test1.ogg Pop/ test4.wav FILES
/etc/music123rc Describes which programs music123 uses, which files types it supports, and which options it passes those programs. ~/.music123rc Per-user config file to override the system wide settings. AUTHORS
Authors: David Starner <dvdeug@debian.org> July 24, 2002 music123(1)
All times are GMT -4. The time now is 07:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy