
Amarok Full Screen
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
UPDATE: as more people get involved into this project, it needs some organisation and version management. A sourceforge project should be opened soon.
This is a full screen front end for Amarok. The look can be changed by custom THEMES.
INSTALL:
to build from source, you need Qt3 development files (IT WILL NOT WORK WITH QT4!!), kde development files (dcopclient.h) and the g++ compiler. Just run "make" to compile the program. If it doesn't work, try running "qmake" (or "qmake-qt3") first and then "make".
For installation run "make install" (requires root priviliges)
To run the program just run "amarokFS". An entry in the start-menu should also be created (may depend on distro, tested on ubuntu).
You can find openSuse 10.2 rpm-packages on http://ftp.huessenbergnetz.de/pub/paketdepots/suse/openSUSE_10.2/
(many thanks to Buschmann)
First theme:
http://www.kde-look.org/content/show.php?content=52887
This amarok-script can also be useful:
http://www.kde-apps.de/content/show.php?content=52787
13 years ago
0.5:
many fixes and updates by Martin Kossler - thanks a lot!
better progessbar
new element - labelPixmap
new element - nextPlaying
context menu instead of settings button
mouse hiding
added amarok script
13 years ago
0.5:
many fixes and updates by Martin Kossler - thanks a lot!
better progessbar
new element - labelPixmap
new element - nextPlaying
context menu instead of settings button
mouse hiding
added amarok script
NabLa
13 years ago
Report
trollomat
13 years ago
Report
stephenj
13 years ago
http://www.kde-apps.org/content/show.php?content=52869
Report
lontra
13 years ago
I d/l the tarball and was going to prepare a .deb for my system locally when I saw that the main directory had already been debianized. Can you post a clean source that hasn't been debianized? Cheers.
Report
Dareus
13 years ago
Why don't provide .deb for amd64? It could be useful for all the kubuntu 64 users and if the packages were well mantained would be easy for everyone to install and use this beautiful app.
Report
Dareus
13 years ago
Can anyone make a package for users like me and send it to the manteiners of that repo?
I'm not so able to do that...
Report
mapalltui
13 years ago
i am using Etch and tried to compile for Debian. After hours i got amarok FS running but with crash on reload and without cover. I applied the patches but it does not help.
Maybe you can make a debian etch package for proper installation.
Thanks in advance.
I like AmarokFS. Great work.
Report
Gestahl
13 years ago
You can find an example of that here:
http://img180.imageshack.us/my.php?image=amarokfullscreenmf6.png
The album name is, in actuality, more than double the length of what is displayed here.
If it's not just happening for me, it would be great if that could be fixed, because I have a lot of those slightly longer details.
Report
stephenj
13 years ago
http://www.kde-apps.org/content/show.php?content=52869
Report
nescius
13 years ago
Report
nescius
13 years ago
Report
erz-
13 years ago
Is there a guide to make theme or try to develop this kind of feature ?
What do you think about that, and touchscreen ?
Report
BSDKaffee
13 years ago
http://www.freshports.org/audio/amarok-fs/
Report
bash2006
13 years ago
Report
suseu
13 years ago
Report
kiv
13 years ago
That's a great work, thank you for that,
But...
The 0.5 version always crash one second after start, but only if amarok is running...
older version (0.4.2) works perfectly.
Report
janet
13 years ago
Report
zeltak
13 years ago
just noticed this awesome project! it is 100% what i always wanted thx alot
one wish i have for the future is an option to show lyrics, that would rock
i would love to help on the project though i have 0 programing skills
Zeltak
Report
jusuchin85
13 years ago
Like your creatiion of this. Having one problem though:
I'm using OpenSuSE 10.2, and I've just installed amarokFS. The thing is, I can't seem to view the cover art of the song that is being played.
The covers are embedded into the song file, and they are viewable on Amarok itself. How can I solve this problem?
Please help!
Thanks!
Report
dumas
13 years ago
It is idea about active screensavers in KDE4 brainstorm:
http://www.kde-look.org/content/show.php/Informative+Screensaver+(mockup)?content=33176
I think this program can be one of the best such screensavers
Report
ugh-bough
13 years ago
i think this should be redone or at least be optional.
besides from that: really nice work. i use it all the time.
Report
maddinK
13 years ago
Report
afterc0ffee
13 years ago
void AmfsXML::controlButtonClicked(QCString command) {
if (command == "close") {
close();
}
else {
sendPlayerCommand(command);
}
}
Report
eirc666
13 years ago
http://ftp.huessenbergnetz.de/pub/patches/amarokFS-0.5-FixMountPointIdQuery.patch
the back cover was displayed, so changing line 706 of amarokfs.cpp from
QString coverPathSQLMedia = coverPath.last();
to
QString coverPathSQLMedia = ((coverPath.grep("front").count() > 0) ? coverPath.grep("front") : coverPath) .last();
the front cover is selected if found (doesnt work well thou if the path includes front)
so i guess you should add to your todo list something like priorities for covers according to file names..
thx for the whole package thou!!
Report
flinkebernt
13 years ago
Report