Results 1 to 8 of 8

Thread: Looking for music player recommendations

  1. #1
    Join Date
    Nov 2017
    Beans
    8

    Looking for music player recommendations

    I'm new to Ubuntu and am trying to find a music player with the same functionality I had in Windows. I used winamp with time restore, and when I hit the power button on my pc, it would auto open winamp, pick a random song and start playing. I didn't have to turn on my monitor or anything. Is there a music player in Ubuntu that can:
    1. Open soon as Ubuntu loads
    2. Start playing when it opens
    3. Allow me to queue songs.
    That's what I'm looking for, It doesn't matter what it looks like, as it usually plays music and the monitor is off. Thanks in advance.

  2. #2
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Looking for music player recommendations

    Audacious is your best bet
    also xmms [more involved to install] but ace sound

    here xmms running original Winamp skin on 16.04

    audacious >>


    PS to start Audacious automatically

    save this in a text editor

    Code:
    [Desktop Entry]
    Type=Application
    Exec=audacious -t
    Hidden=false
    NoDisplay=false
    X-GNOME-Autostart-enabled=true
    Name[en_GB]=audacious
    to /home/YOURNAME/.config/autostart


    then it will open when you open the computer and start playing from where you last stopped the music and you can cue trax


    also excellent and you can do same to autostart
    Clementine

    clementine -p in autostart file


    PS2 also you should use hotkey combination to --play-pause etc ... i do that on mine and do not need to use monitor

    Code:
    -h, --help                Show command-line help
      -v, --version             Show version
      -p, --play                Start playback
      -u, --pause               Pause playback
      -t, --play-pause          Pause if playing, play otherwise
      -s, --stop                Stop playback
      -r, --rew                 Skip to previous song
      -f, --fwd                 Skip to next song
      -e, --enqueue             Add files to the playlist
      -E, --enqueue-to-temp     Add files to a temporary playlist

    setting depends on your Desktop Environment ... so simply look for hotkeys + name of your DE and set them ... I use LXDE and know howto for that one if you need it
    Last edited by shantiq; November 18th, 2017 at 10:25 AM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  3. #3
    Join Date
    Nov 2017
    Beans
    8

    Re: Looking for music player recommendations

    Thanks! I have it starting when Ubuntu opens, but for some reason it's not saving my music folder, which is located on a separate drive in the pc. It pulls up the list of all the songs, then gives an error that songs can't be found. On a side note, which one of the 2 do you prefer?

  4. #4
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Looking for music player recommendations

    i love both of them [Audacious more recent and more formats but xmms has an incredible sound but involved to install
    comes as default on Slackware tho].... the drive thing needs to be made automatically seen too; so do >>


    modify my fstab to automount my internal HDD



    Code:
     mkdir /media/extradrive
    Code:
    sudo gedit /etc/fstab
    ➌ unmount the extradrive manually
    ➍ to find the full address of your drive run
    Code:
    sudo blkid
    you will see the one you are seeking to add
    ➎ add to the fstab >> IT WILL Look something like this
    Code:
    UUID=739e22d6-04f7-42f0-89e9-7e99603d63b3   /media/extradrive ext4     errors=remount-ro       0       1
    ➏ Then test the automounting by re-reading the fstab.

    Code:
    mount -a
    Then see the mounted drives again.

    Code:
    df -h

    now it should be there each time and therefore music files seen [hope I got this right :]
    Last edited by shantiq; November 18th, 2017 at 05:53 PM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  5. #5
    Join Date
    Nov 2017
    Beans
    8

    Re: Looking for music player recommendations

    Thanks for the help. I think I did something wrong. My music is in a ntfs drive named M1 in a folder called MUSIC. I think I did something wrong. Everything in your instructions seemed to run correctly, but maybe I put the entry into the fstab file incorrectly. This is what I put:

    UUID=025CFA655CFA5341 /media/M1 ntfs errors=remount-ro 0 1

    Did I do that correctly?

  6. #6
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Looking for music player recommendations

    ok was not entirely sure what to write in that line but if you read here also here they suggest this line


    Code:
    UUID=0AED64E911A2FB1E /storage ntfs defaults 0 2
    so in your case

    Code:
    UUID=025CFA655CFA5341 /media/M1 ntfs defaults 0 2

    try that maybe it probably will fly this time ..


    after do not forget

    Code:
     mount -a
    Then see the mounted drives again.

    Code:
     df -h
    Last edited by shantiq; November 18th, 2017 at 10:51 PM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  7. #7
    Join Date
    Nov 2017
    Beans
    8

    Re: Looking for music player recommendations

    It works now! I'm not sure what made it work because I did 2 things at once.
    i followed this command from your 2nd link with my info: /dev/sdb1 /media/mynewdrive vfat defaults 0 2and I reloaded my music directory. I'm thinking it was probably the reloading of the music directory that did it after unmount ing and remounting. Thanks for the links, they helped me understand a little of what I was doing. You have been a great help, and made my weekend better!

  8. #8
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Looking for music player recommendations

    Excellent! Those lines are very confusing :] Happy Ubuntu-ing ...
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •