Announcement

Collapse
No announcement yet.

Amarok

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Amarok

    Hi

    can someone tell me how can i force amarok to play song after double click in Doplhin window instead of adding it to playlist? I tried to make doplhin to "append & play" song which is an option available in right-click file->actions->Amarok->append & play but i didnt know how and I cant seem to find necessary settings in preferences of Amarok to do the trick.

    Can anyone help me with this one?

    #2
    Re: Amarok

    Add a "-p" to the laucher command and it will work.

    Instructions:
    - Right click Kmenu>Edit Applications...
    - Navigate to Multimedia>Amarok
    - Change the 'Command:' field from "amarok %U" to "amarok %U -p"

    Let me know if this works.

    Comment


      #3
      Re: Amarok

      Works like a charm. Thx u very much

      Comment


        #4
        Re: Amarok

        This brings up an interesting question (for those of us who are always learning!): How does one learn what arguments are available for launching a given application via a launcher? Do they differ from the available command line arguments? Inquiring mind(s) want to know.
        ​"Keep it between the ditches"
        K*Digest Blog
        K*Digest on Twitter

        Comment


          #5
          Re: Amarok

          Most of the time you can find the available arguments by opening a terminal and typing the name of the application followed by '--help' (two dashes and help)

          In this case I typed:
          amarok --help

          I don't think they differ from the command line arguments.

          Comment


            #6
            Re: Amarok

            standard run in terminal <program> --help

            Originally posted by amarok --help
            chris@null:~$ amarok --help
            Usage: amarok [Qt-options] [KDE-options] [URL(s)]

            The audio player for KDE

            Generic options:
            --help Show help about options
            --help-qt Show Qt specific options
            --help-kde Show KDE specific options
            --help-all Show all options
            --author Show author information
            -v, --version Show version information
            --license Show license information
            -- End of options

            Arguments:
            URL(s) Files/URLs to open

            Options:
            --cdplay Immediately start playing an audio cd
            -r, --previous Skip backwards in playlist
            -p, --play Start playing current playlist
            -t, --play-pause Play if stopped, pause if playing
            --pause Pause playback
            -s, --stop Stop playback
            -f, --next Skip forwards in playlist

            Additional options:
            -a, --append Append files/URLs to playlist
            --queue Queue URLs after the currently playing track
            -l, --load Load URLs, replacing current playlist
            -d, --debug Print verbose debugging information
            -c, --coloroff Disable colorization for debug output.
            -m, --multipleinstances Allow running multiple Amarok instances
            --cwd <directory> Base for relative filenames/URLs
            or if you need more use the man page

            Originally posted by man amarok
            AMAROK(1) The audio player for KDE AMAROK(1)



            NAME
            amarok - The audio player for KDE

            SYNOPSIS
            amarok [Qt-options] [KDE-options] [URL(s)]

            DESCRIPTION
            Amarok is a powerful music player with an intuitive interface. It makes playing the music you love and
            discovering new music easier than ever before and it looks good doing it! Amarok is based on the power‐
            ful Qt 4 / KDE 4 technology platform and nicely integrates with KDE desktop.

            Much work has been invested into integrating Amarok 2 with various Web services:

            · Ampache

            · Jamendo Service

            · Last.fm

            · Librivox

            · MP3tunes

            · Magnatune

            · OPML Podcast Directory

            Amarok comes with a lot of features including but not limited to:

            · Scripts - enhance your Amarok experience with community developed scripts.

            · Dynamic Playlists - create playlists that automatically update.

            · Context View - customize interface with the Plasma powered Context View.

            · PopUp Dropper - simplify drag&drop actions with revolutionary menu system.

            · Multiple Language Translations

            · Collection Management - organizing your music collection has never been easier with Amarok's powerful
            tagging, renaming, and sorting abilities.

            · Database Importing - import collections from Amarok 1.4 or iTunes.

            · Scriptable Services - integrate other web services into Amarok.

            OPTIONS
            Arguments:
            URL(s) Files/URLs to open


            Options:
            -r, --previous
            Skip backwards in playlist

            -p, --play
            Start playing current playlist

            -t, --play-pause
            Play if stopped, pause if playing

            --pause
            Pause playback

            -s, --stop
            Stop playback

            -f, --next
            Skip forwards in playlist


            Generic options:
            --help Show help about options

            --help-qt
            Show Qt specific options

            --help-kde
            Show KDE specific options

            --help-all
            Show all options

            --author
            Show author information

            -v, --version
            Show version information

            --license
            Show license information

            -- End of options


            KDE options:
            --caption <caption>
            Use 'caption' as name in the titlebar

            --icon <icon>
            Use 'icon' as the application icon

            --config <filename>
            Use alternative configuration file

            --nocrashhandler
            Disable crash handler, to get core dumps

            --waitforwm
            Waits for a WM_NET compatible windowmanager

            --style <style>
            sets the application GUI style

            --geometry <geometry>
            sets the client geometry of the main widget - see man X for the argument format

            --nofork
            Do not run in the background.


            Qt options:
            --display <displayname>
            Use the X-server display 'displayname'

            --session <sessionId>
            Restore the application for the given 'sessionId'

            --cmap Causes the application to install a private color map on an 8-bit display

            --ncols <count>
            Limits the number of colors allocated in the color cube on an 8-bit display, if the application
            is using the QApplication::ManyColor color specification

            --nograb
            tells Qt to never grab the mouse or the keyboard

            --dograb
            running under a debugger can cause an implicit -nograb, use -dograb to override

            --sync switches to synchronous mode for debugging

            --fn, --font <fontname>
            defines the application font

            --bg, --background <color>
            sets the default background color and an application palette (light and dark shades are calcu‐
            lated)

            --fg, --foreground <color>
            sets the default foreground color

            --btn, --button <color>
            sets the default button color

            --name <name>
            sets the application name

            --title <title>
            sets the application title (caption)

            --visual TrueColor
            forces the application to use a TrueColor visual on an 8-bit display

            --inputstyle <inputstyle>
            sets XIM (X Input Method) input style. Possible values are onthespot, overthespot, offthespot and
            root

            --im <XIM server>
            set XIM server

            --noxim
            disable XIM

            --reverse
            mirrors the whole layout of widgets

            --stylesheet
            <file.qss> applies the Qt stylesheet to the application widgets



            AUTHORS
            Alexandre 'Ain't afraid of no bugs' Oliveira <aleprj@gmail.com>
            Bart 'Where are my toothpicks' Cerneels <bart.cerneels@kde.org>
            Dan 'Hey, it compiled...' Meltzer <hydrogen@notyetimplemented.com>
            Ian 'The Beard' Monroe <ian@monroe.nu>
            Jeff 'IROCKSOHARD' Mitchell <kde-dev@emailgoeshere.com>
            Leo Franchi <lfranchi@kde.org>
            Mark 'It's good, but it's not irssi' Kretschmann <kretschmann@kde.org>
            Maximilian Kossick <maximilian.kossick@gmail.com>
            Nikolaj Hald 'Also very hot' Nielsen <nhnfreespirit@gmail.com>
            Seb 'Surfin' down under' Ruiz <ruiz@kde.org>




            K Desktop Environment Nov 2009 AMAROK(1)
            Mark Your Solved Issues [SOLVED]
            (top of thread: thread tools)

            Comment


              #7
              Re: Amarok

              That's what I thought. Much thanks - you guys rock
              ​"Keep it between the ditches"
              K*Digest Blog
              K*Digest on Twitter

              Comment


                #8
                Thank you this warked for me too

                Comment


                  #9
                  Tried this, but it still opens in VLC. How do I set Amarok to be default for audio files?

                  Comment


                    #10
                    Originally posted by whatthefunk View Post
                    Tried this, but it still opens in VLC. How do I set Amarok to be default for audio files?
                    Select the type of files you wana Amarok to be the default Right clik->open with-> Other... ->Multimedia ->Amarok.
                    Be shure to chek the box that sed Remember application association for this type of file

                    ps. sorry for my english

                    "1 for all and all for 1"

                    Comment


                      #11
                      http://userbase.kde.org/System_Setti...ssociations/en
                      http://i.imgur.com/bmxsi.png
                      sigpic

                      Comment


                        #12
                        Amarok looking for text/html plugin

                        I use Amarok for listening to radio podcasts and experience an annoying phenomenon: If I pause listening to a podcast and return to launch it from where I left it, I will often get the error message: Amarok needs text/html plugin to play content; search for plugin now?
                        I do not suppose that the file type of the podcast has changed while it was paused. Sometimes I get the error message right from the beginning, but getting it after a pause is the most common. Explanation of what goes on will be appreciated, and a workaround even more.
                        Thanks
                        Ondo

                        Comment


                          #13
                          Yes, work perfectly. Thank you very much.

                          Comment

                          Working...
                          X