Announcement

Collapse
No announcement yet.

Amarok issues

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

    #16
    Re: Amarok issues

    Try Juk it is amarok 1.4 reborn. Manages collection and plays music the same as amarok 1.4.
    Custom amd x4 o/c 3800<br />8gb ram, radeon 5850<br />kde 4.7&nbsp; kernel 3 <br />Virtualbox winxp<br /><br />Dell precision m6300<br />4gb ram Quadro m1600<br />intell 2core 2k<br />kde4.7 kernel 3.0

    Comment


      #17
      Re: Amarok issues

      Amarok 1.4 was the last. Everything since then is flakey. Regardless of repos, Amarok might play some things and not others. Forget streaming audio. I know, I know, some users claim great luck from Amarok. The simple fact that too many others have no joy is enough to delare it unstable and unworthy.
      The next brick house on the left
      Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11​| Kubuntu 24.04 | 6.8.0-31-generic



      Comment


        #18
        Re: Amarok issues

        Originally posted by losingle
        Try Juk it is amarok 1.4 reborn. Manages collection and plays music the same as amarok 1.4.
        juk is certainly not like amarok 1.4, especially not for handling collections on external drives, etc. It is nice for what it is though, a lightweight music manager.

        Comment


          #19
          Re: Amarok issues

          Hi there. I use Amarok 1.4.10 in kubuntu 10.04 with no problem i used this script i found on line, It works great it even fetches album covers.

          Here is the scipt:

          #!/bin/sh

          echo '************************************************* *******************************************'
          echo '*******This script will install amarok 1.4.10 with some recent patches in Ubuntu 10.04**********'
          echo '************************************************* *******************************************'

          sleep 3

          echo
          echo '*******************Installing dependencies*******************'
          sleep 2
          echo "Installing dependencies"
          sudo apt-get install -q ruby-dev libtag1-dev qt4-dev-tools qt3-dev-tools kdelibs4-dev x-dev libxine-dev libgtk2-ruby libxine1-all-plugins

          sleep 3

          sudo apt-get install -q libdbus-qt-1-dev libsqlite3-dev libtunepimp-dev libmysqlclient15-dev libpq-dev libvisual-0.4-dev libsdl1.2-dev libifp-dev libusb-dev libnjb-dev x11proto-core-dev automake libtool libxine1 libxine1-ffmpeg build-essential

          sleep 3

          sudo apt-get install ruby-dev libtag1-dev qt4-dev-tools qt3-dev-tools kdelibs4-dev x-dev libxine1

          sleep 3

          echo
          echo '*******************Installing iPod Support dependencies*******************'
          sudo apt-get install libgpod-common libgpod4 libgpod-dev gtkpod
          cd ~/Downloads
          echo '*******************Dependencies installed!*******************'
          sleep 2

          echo
          echo '*******************Fetching and applying patches*******************'
          sleep 2
          wget http://download.kde.org/stable/amaro...1.4.10.tar.bz2
          tar -xvf amarok-1.4.10.tar.bz2
          cd amarok-1.4.10

          sleep 5

          wget http://bugs.kde.org/attachment.cgi?id=32838 -O amarok-1.4.10-gcc44.patch
          patch -p1 < amarok-1.4.10-gcc44.patch

          sleep 3

          wget http://mail.kde.org/pipermail/amarok...hment-0001.dll -O covermanager-fix.patch
          patch -p1 < covermanager-fix.patch

          sleep 3

          wget http://launchpadlibrarian.net/348859...a_lookup.patch -O wikipedia-lookup.patch
          patch -p1 < wikipedia-lookup.patch

          sleep 3

          sed 's/return " (band)";/return "";/g' amarok/src/contextbrowser.cpp > amarok/src/contextbrowser.cpp.tmp
          sed 's/return " (Band)";/return "";/g' amarok/src/contextbrowser.cpp.tmp > amarok/src/contextbrowser.cpp

          sed 's/return " (album)";/return "";/g' amarok/src/contextbrowser.cpp > amarok/src/contextbrowser.cpp.tmp
          mv amarok/src/contextbrowser.cpp.tmp amarok/src/contextbrowser.cpp

          sed 's/return " (song)";/return "";/g' amarok/src/contextbrowser.cpp > amarok/src/contextbrowser.cpp.tmp
          mv amarok/src/contextbrowser.cpp.tmp amarok/src/contextbrowser.cpp
          echo '*******************Patching DONE!*******************'
          sleep 5

          echo
          echo '*******************Configuring..***************** **'
          sleep 2
          ./configure --without-arts
          echo '*******************Configuring DONE!*******************'

          sleep 5

          echo
          echo '*******************Building..*******************'
          sleep 2
          make
          echo '*******************Building DONE!*******************'

          sleep 5

          echo
          echo '*******************Installing..****************** *'
          sleep 2
          sudo make install
          echo '*******************Installing DONE!*******************'

          sleep 5

          echo
          echo '*******************Cleaning up..*******************'
          rm -r ~/Downloads/amarok*

          sleep 2

          echo
          echo '*******************Everything done!*******************'

          Comment


            #20
            Re: Amarok issues

            Originally posted by Snowhog
            MONO is 'tied' to Microsoft 'as I understand it.' Do a search here in KFN (Search > Advanced search) and search on the single word MONO (search for and GreyGeek (by user and most relevant results first (Search order and you will discover everything you ever wanted to know about the subject.
            More likely you'll discover a lot of FUD. There's an awful amount of ignorant crap spouted of about mono. Its an excellent *unencumbered* development environment.

            Comment

            Working...
            X