Sponsored Content
The Lounge What is on Your Mind? So... What are you listening to? Post 52746 by Optimus_P on Thursday 24th of June 2004 02:08:21 PM
Old 06-24-2004
Quote:
Originally posted by Russell
There's a fantasic not-so-new technology called `playlists'. Check'em out. ;o)

GET AN IPOD!!

heh i too rip all my cd's to mp3 but i keep a master copy on my PC and a 2nd copy on my iPOD.

im no where near the 40gb limit on my ipod and currently it would take 18 days 14 hours 27 minutes 42 sec befor i hear the same track over again.

if i am working on something IE codeing then i listen to metal or tecno (i can tune out the music so it becomes a good background sound for me.

if i am just putzin around then its usually hiphop. when i listen to hiphop the beat and lyrics are to non consistant so i cant tune it out and i end up hearing the song.
 

9 More Discussions You Might Find Interesting

1. IP Networking

port not listening..

Hi.. I am using HPux11.0 i want to know if server not listening to a tcp port what should we do to resolve the problem.... in /etc/services tcp port 7108/tcp is mentioned for some perticular application.. while starting that application error is coming could not establish listening address... (1 Reply)
Discussion started by: Prafulla
1 Replies

2. What is on Your Mind?

What are you listening to right now?

This is has been posted many times before... It is not in this forum as of now, so I have decided to put it here :D I'm listening to The Outsiders (AKA Hell is for Heros Part I) by Modern Life is War.... what about ya'll? (4 Replies)
Discussion started by: Mars8082686
4 Replies

3. UNIX for Dummies Questions & Answers

What prot is a process listening on?

Hi, Bit of a newbie question . . . How can I detrimine what TCP port a particular process is listening on? TIA. (2 Replies)
Discussion started by: Le Badger
2 Replies

4. SuSE

Apache2 No listening Sockets available

I installed Apache2 and Gadmin-Httpd on Suse after installation I got a error message no listening sockets available when start apache. Please advise, I check lot of forums but unable to find solution (4 Replies)
Discussion started by: real-chess
4 Replies

5. Red Hat

No process ID for listening ports

How can I have ports that are listening without processes being associated with them? root@ldv002 # netstat -ltnup Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0... (2 Replies)
Discussion started by: Padow
2 Replies

6. Ubuntu

Listening for textbox clicks

Hi everyone. Apologies if I am posting in the wrong area. I would like to find out a bit about how ubuntu/linux handles text boxes. In particular I would like to develop an application that launches another application (on screen keyboard) when any text box is clicked. The goal is to get... (4 Replies)
Discussion started by: Huss
4 Replies

7. AIX

Process running but not listening

Hello guys I am experiencing a very strange behavior on one of our AIX servers. We have an application with several processes that listen on several port numbers. Sometimes we receive complains that people cannot connect to the server on a specific port that is used by one the application... (6 Replies)
Discussion started by: abohmeed
6 Replies

8. Ubuntu

PID of listening ports

I ran 'sudo netstat -ntpl' and got the following without PID tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:38977 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:34253 ... (3 Replies)
Discussion started by: tt77
3 Replies

9. Shell Programming and Scripting

Is my Socket Free or Listening

Hi, bash-3.2$ uname -a Linux mymac 2.6.18-409.el5 #1 SMP Fri Feb 12 06:37:28 EST 2016 x86_64 x86_64 x86_64 GNU/Linux bash-3.2$ telnet 10.12.228.40 13900 Trying 10.12.228.40... telnet: connect to address 10.12.228.40: Connection refused bash-3.2$ telnet 10.12.228.40 23900 Trying... (2 Replies)
Discussion started by: mohtashims
2 Replies
lastfm(1)						      General Commands Manual							 lastfm(1)

NAME
lastfmsubmitd, lastfmsubmit - Last.fm submission daemon and helper SYNOPSIS
lastfmsubmitd [--debug] [--no-daemon] [--no-network] [--help] lastfmsubmit [--encoding ENC] [--artist ARTIST] [--title TITLE] [--length LEN] [--time STAMP] [--album ALBUM] [--mbid TRACKID] [--stdout] [--debug] [--quiet] [--help] DESCRIPTION
lastfmsubmitd uses the Last.fm protocol to send information about played songs to a submission server. If network connectivity is lost or lastfmsubmitd is shut down, any unsubmitted songs will be saved to disk. Song information is collected from one or more music players via a spool directory. All songs are submitted with the account information provided in the configuration file. lastfmsubmit is a helper program meant to be invoked by music players. It handles setting the timestamp, encoding data as UTF-8, serializ- ing it to send to lastfmsubmitd, and locking. OPTIONS
-d, --debug Log debugging information. -n, --no-daemon Do not fork into the background. -n, --no-network Do not attempt to connect to a server, but process submissions anyway. -e, --encoding Use a different encoding than the locale's default to read song information. -q, --quiet Silence any logging information that would normally be printed to stderr. -a, --artist Specify the song's artist name. Artist, title, and length are required for lastfmsubmitd to actually submit the song. -t, --title Specify the song's title. -l, --length Specify the song's length. -i, --time Specify the time at which the song was played, formatted in UTC as '%Y-%m-%d %H:%M:%S' (see strptime(3)). If not given, defaults to the current time. -b, --album Specify the song's album name. -m, --mbid Specify the song's MusicBrainz track ID. -o, --stdout Write the serialized song information to standard output instead of the spool. FILES
/var/spool/lastfm The directory where music players should write song information to be submitted by lastfmsubmitd. /etc/lastfmsubmitd.conf The configuration file. AUTHOR
Decklin Foster <decklin@red-bean.com>. lastfm(1)
All times are GMT -4. The time now is 10:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy