Warning: session_start(): open(/tmp/sess_hqdjpk55jdf7s1g71lqndfhju3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
yarock 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 (31) .- Knowledge Base  . 

yarock

   1.1.5  

Qt Sound Application

Score 77%
yarock
zoom


yarock
zoom


yarock
zoom


other:  Link
Homepage:  Link
Downloads:  7338
Submitted:  Aug 27 2010
Updated:  Jan 1 2016

Description:

Yarock is Qt4/Qt5 Modern Music Player designed to provide an easy and pretty music
collection browser based on cover art.

Yarock is written in C++ using Qt and Phonon multimedia framework, only for
linux platform.

Feel free to download, test it and tell me what you think about it.

Features include:
* Music collection database (SQLite 3)
* Browse your local music collection based on cover art
* Easy search and filter music collection
* Manage favorites item (album, artist)
* Play music directly from collection or playqueue
* Simple Playqueue
* Smart playlist generator
* Support mp3,Ogg Vorbis,flac music files (depending on phonon backend)
* Support load/save playlist file (m3u, pls, xspf)
* Play radio stream (tunin, radionomy, dirble, ...)
* Mp3Gain tag support for volume normalization
* Cover art download
* Last Fm scrobbler
* Command line interface, Mpris interface
* Clean and simple user interface
* No GNOME or KDE dependancies

Dependancies:
* qt4 (or qt5)
* qjson-devel (if qt4)
* taglib
* htmlcxx
* phonon [vlc, libmpv]

Build from Source:
$ mkdir build && cd build
$ cmake ..
$ make
$ make install (as root)

* build with alternate audio backend
$ cmake .. -DENABLE_VLC=ON -DENABLE_MPV=ON -DENABLE_PHONON=OFF


Bug report:
I try my best to answer and solve problems. Feel free to post bugs or wishes to https://bugs.launchpad.net/yarock




Changelog:

version 1.1.5:
- New : Default audio engine is VLC (phonon/MPV still available)
- New : Default Qt library is Qt5 (Qt4 still available)
- New : new advanced now playing widget
- New : new favorites web radio management
- New : new redesign webradio view layout
- Change : many GUI changes and improvments
- Option to reach collections from the left side pane [#1489281]
- BugFix : missing icons and wrong context menu under gnome desktop
- BugFix : fix album cover during complete database reconstruction [#1493948]
- BugFix : segfaults on Fedora 23 when rating a track [#1529087]
- BugFix : fix closing equalizer windows [#1492119]
- BugFix : fix crash at startup when first playing track [#1527876]
- BugFix : fix minor seek slider popup display issue
- BugFix : fix global shortcut management with Qt5
- BugFix : building issue [#1491736]
- BugFix : building support taglib-1.10 (and newer) [#1522829]
- BugFix : building support LIB_SUFFIX [#1522832]




LicenseGPL
Source(Yarock_1.1.5_source)
Gentoo(Gentoo Ebuilds)
Arch(Archlinux)
Donate
Send to a friend
Subscribe
Other  Content  from SebAmar
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9  10 

-
.

 i cant male :(

 
 by nutellajunkie on: Dec 30 2010
 
Score 50%
nutellajunkienutellajunki e
n00bsonubunt u.net
Home

ete@mc68060:~/Downloads/Yarock_0.0.41$ make
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DAPP_VERSION="0.0.41" -DLOCALEDIR=\\\"/usr/local/share/locale/YaRock\\\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/phonon -I/usr/include/taglib -Isrc3party/qtsingleapplication -I. -Isrc -Isrc3party/qtsingleapplication -Isrc/Player -Isrc/Playlist -Isrc/MediaItem -Isrc/Widget -Isrc/NowPlaying -Isrc/CollectionModel -Isrc/CollectionView -Isrc/Database -Isrc/CentralWidget -Isrc/FileViewer -Isrc/RadioView -Isrc/RadioModel -Isrc/Web -Isrc/UserSettings -I/usr/include/qt3 -Ibuild/moc/ -o build/obj/qtsingleapplication.o src3party/qtsingleapplication/qtsingleapplication.cpp
<command-line>:0: warning: missing terminating " character
In file included from src3party/qtsingleapplication/qtsingleapplication.cpp:48:
src3party/qtsingleapplication/qtsingleapplication.h:48: fatal error: QtGui/QApplication: No such file or directory
compilation terminated.
make: *** [build/obj/qtsingleapplication.o] Error 1


Reply to this

-

 Re: i cant male :(

 
 by SebAmar on: Dec 31 2010
 
Score 50%

Hi,

maybe you have to install Qt4 development files and development programs used for building Qt 4 application. Look at "libqt4-dev", "libqt4-sql", "libqt4-network", "libqt4-gui", ...


Reply to this

-

 no breadcrumbs

 
 by hotice on: Feb 14 2011
 
Score 50%

The breadcrumbs don't show up in the latest 0.0.42 for me: http://imgur.com/w52y2


http://www.webupd8.org
Reply to this

-

 Re: no breadcrumbs

 
 by SebAmar on: Feb 15 2011
 
Score 50%

Hi,

ok i've seen your sreenshot. Can you tell me what is your envirronment (kde theme ? ) thanks. I going to fix this widget bug.

Thanks for reporting.


Reply to this

-

 Re: Re: no breadcrumbs

 
 by hotice on: Feb 15 2011
 
Score 50%

I'm using Gnome (Ubuntu 10.10 32bit).


Reply to this

-
.

 Re: Re: Re: no breadcrumbs

 
 by SebAmar on: Feb 17 2011
 
Score 50%

I've made a patch for this (tested under Ubuntu 10.10). Please try it and tell me, have a good day. http://www.freedrive.com/file/1393752


Reply to this

-

 Re: Re: Re: Re: no breadcrumbs

 
 by hotice on: Feb 17 2011
 
Score 50%

Thanks, I'll try it out!


Reply to this

-

 Re: Re: Re: Re: no breadcrumbs

 
 by hotice on: Feb 18 2011
 
Score 50%

Your patch works and the breadcrumbs work again!


Reply to this

-

 Error while compiling

 
 by kicher on: Apr 30 2011
 
Score 50%

Hi, I get the following error while compiling:

In file included from src/mainwindow.h:21:0,
from src/main.cpp:28:
src/Player/player.h:26:25: fatal error: Phonon/Effect: No such file or directory
compilation terminated.
make: *** [build/obj/main.o] Error 1


Reply to this

-

 Re: Error while compiling

 
 by SebAmar on: Apr 30 2011
 
Score 50%

Hi,

I have uploaded the new source with correction. Try this and tell me if it's OK for you.
Thanks


Reply to this

-

 Re: Re: Error while compiling

 
 by kicher on: Apr 30 2011
 
Score 50%

Well, that fixes the previous error, but I get the same error for a different file:

src/mainwindow.cpp:45:47: fatal error: Phonon/Effect: No such file or directory
compilation terminated.
make: *** [build/obj/mainwindow.o] Error 1


Reply to this

-

 Re: Re: Re: Error while compiling

 
 by SebAmar on: Apr 30 2011
 
Score 50%

It's OK now.


Reply to this

-

 Re: Re: Re: Re: Error while compiling

 
 by kicher on: Apr 30 2011
 
Score 50%

Yep, thanks a lot it works now. Nice player, good job :)


But I can't add covers, neither manually nor automatically.
It either says:
"Error downloading... server replied: Bad Request" 299
or if it finds a cover:
CoverSearch -> coverSearchStop : message "Error writing album image"


Just a couple times it does not present an error and simply says: "No cover found"...


Reply to this

-

 Re: Re: Re: Re: Re: Error while compiling

 
 by SebAmar on: Apr 30 2011
 
Score 50%

Hi,

try again.I have done the correction.
Now you can store image, but if you see "No cover found" it's means that no cover have been found over internet (lastfm) network

Regards


Reply to this

-

 Re: Re: Re: Re: Re: Error while compiling

 
 by SebAmar on: Apr 30 2011
 
Score 50%

Hi,

try again.I have done the correction.
Now you can store image, but if you see "No cover found" it's means that no cover have been found over internet (lastfm) network

Regards


Reply to this

-

 Re: Re: Re: Re: Re: Re: Error while compiling

 
 by kicher on: Apr 30 2011
 
Score 50%

Yep, it works now, thanks :)

I really like your player, especially the different views.


After trying your player for a while, I have would some feature requests:
- I'm really missing keyboard shortcuts for playback/... (maybe even using the Multimedia keys of laptops)
- When playing a file directly in the "track view", it would be handy if the playback would stop after each file or album, currently it's just playing the next album in alphabetical order. That doesn't happen in e.g. the "artist view", there the playback stops after the last track of an artist is played
- A "cover view", where simply all the covers are shown in a grid would be handy. Cause if you have many albums, but mostly only one or two from one artist, you have to sroll quite a bit too get an overview over your collection
- Playback options "random", "repeat" and "stop playback after file" would be really useful
- Maybe add an option to automatically search for cover pics in the album directorys (e.g. I have most covers as a cover.jpg in the directory of the album, but they weren't loaded automatically)


These are some ideas that came spontaneous to my mind while trying out your player. I really like the concept of it, and probably gonna use it as my "main" audio player from now on. Am really looking forward to what it will become :)



-

 Response for requests

 
 by SebAmar on: May 1 2011
 
Score 50%

Hi kicher ,
thanks for comments :). I will try to take into account some remarks.
- keyboard shortcuts, I think it's easy (so maybe for the next release)
- the stop after one track playing. When your are in the "Track view" you can filter the view and then play track (all your filtered track will be played). I think it's a good way to work. If you want custom sorting (it's better to use play the queue)...
- the "cover view". You're right, for me it's not an issue because I have more than one album for artists. I can add a new view or add option to display the "album view" in a simple grid.
- playback option. It's ok I will think about It.
- the option to automatically search for cover pics already exist (check the setting and click on "Force rebuild database" to restart the database building with cover from directories)

Have a good day, regards ;)


Reply to this

-

 yay!

 
 by hotice on: May 3 2011
 
Score 50%

Congratulations on the latest version! I love it.

There's only one thing I miss in YaRock: last.fm scrobbling support.


Reply to this

-
.

 Re: yay!

 
 by SebAmar on: May 4 2011
 
Score 50%

Hi, thanks ;)
OK I will try to add scrobbling feature...
Regards


Reply to this

-

 Nice, but...

 
 by ArkBlitz on: May 6 2011
 
Score 50%

Looks nice! I will wait until there's some video support though. I mean, there are loads and loads of music-only libraries, and nearly none that supports video too, save for Banshee and an app named XNoise. Uh, and don't forget support for Lyrics Wikia!


Reply to this

-
.

 Re: Nice, but...

 
 by SebAmar on: May 7 2011
 
Score 50%

Hi,
yes it was the first choice to make only a music player with a nice cover art base browser. I don't known if I have enought time to write support for video.....lot of work to do....and I want first to improve internet integration...(scrobbling ...)


For lyrics support, various lyrics providers are requested to find lyrics (Lyrics Wikia is already used). The lyrics are displayed in the "context view"

Have a good day :)


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10 

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