Warning: session_start(): open(/tmp/sess_bu381dufqgjopkueqg090fh741, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Amarok Full Screen openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

Amarok Full Screen

   0.5  

KDE Sound Application

Score 86%
Amarok Full Screen
zoom


Amarok Full Screen
zoom


Link:  http://
Downloads:  32068
Submitted:  Feb 3 2007
Updated:  Mar 20 2007

Description:

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




Changelog:

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




LicenseGPL
Source
Ubuntu(ubuntu-packages)
(themes-pack)
Gentoo(gentoo ebuild)
Send to a friend
Subscribe
Other  Content  from comar961
Report inappropriate content



goto page: prev  ... 12  13  14  15  16  17  18  19  20  21  22  23  24  25 

-
.

 reflection problem

 
 by federicolox on: May 2 2007
 
Score 50%
federicoloxfedericolox
64bitsOfFree dom.com
Home

There's a problem displaying CD Cover reflection as you can see from the following screen (link):

http://lox.alchimiedigitali.net/schermata3.png

I'm running the application on Kubuntu 7.04 Feisty Fawn 64 bit on an AMD64-based system, I've compiled both the provided tarball and the code available via CVS (the screen provided was taken while running the latter, the tarball shows the exact same problem though).

I gave the code in amarokfs.cpp a peek and I haven't found anything wrong with the reflection-handling portion...


Federico "Lox" Lucignano
Reply to this

-

 Re: reflection probl

 
 by maddinK on: May 2 2007
 
Score 50%

maybe the file <dir-where-theme.xml-resides>/images/gradient.png is incorrect or not readable?

If not maybe the alpha-handling in amd64-qt is broken...

As a last option try to compile (since there are only i386-binarys) my ubuntu-packages for feisty from
http://www.mathematik.uni-marburg.de/~kossler/amarokFS/
(add the line to sources.list, type
Quote:
apt-get source amarokfs
sudo apt-get build-dep amarokfs
cd amarokfs-0.5
debuild -us -uc

and install the .deb in the parent dir


Amarok Full Screen for Ubuntu:
http://www.mathematik.uni-marburg.de/~kossler/amarokFS/

Reply to this

-

 multiple covers

 
 by eirc666 on: May 8 2007
 
Score 50%

i was getting no covers displayed, so after applying this patch mentioned before

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!!


eirc...
Reply to this

-

 Re: multiple covers

 
 by flinkebernt on: May 27 2007
 
Score 50%

In 0.5, the file that need to be changed is amfs-xml.cpp. It fixes the problem with amarok full screen showing the wrong picture if you have more than one image in the albums directory.


Arch Linux - P4 2.6Ghz - 1.8Gb Mem - 400Gb
Reply to this

-

 mouse hiding

 
 by ugh-bough on: May 9 2007
 
Score 50%

is it a good idea to hide the cursor when providing buttons to control playback? i always right click to see the cursor again...
i think this should be redone or at least be optional.
besides from that: really nice work. i use it all the time.


Reply to this

-

 Re: mouse hiding

 
 by maddinK on: May 9 2007
 
Score 50%

The mouse should show up if you move the cursor like you would when pointing to the control-buttons...so in my opinion it does need no option to turn it off...perhaps we should discuss this on Sf but unfortunatly i don't see any activity there...


Amarok Full Screen for Ubuntu:
http://www.mathematik.uni-marburg.de/~kossler/amarokFS/

Reply to this

-

 Re: Re: mouse hiding

 
 by afterc0ffee on: May 31 2007
 
Score 50%
afterc0ffeeafterc0ffee
OpenSource
Home

change the function and you can use the command close for an exit button.

void AmfsXML::controlButtonClicked(QCString command) {
if (command == "close") {
close();
}
else {
sendPlayerCommand(command);
}
}


linux for a better world!!!
Reply to this

-
.

 should be scrensaver

 
 by dumas on: Jun 1 2007
 
Score 50%

It think it would be great if this small program will act like screensaver when amarok is running

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


Reply to this

-
.

 No Covers!

 
 by jusuchin85 on: Jun 4 2007
 
Score 50%

Hi there,

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!


Reply to this

-

 lyrics

 
 by zeltak on: Jun 13 2007
 
Score 50%

hi

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


Reply to this

goto page: prev  ... 12  13  14  15  16  17  18  19  20  21  22  23  24  25 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team