Warning: session_start(): open(/tmp/sess_e5amhmdrkm2llv6r6tki54pve6, 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 

-

 Build error

 
 by meradoou on: Jan 15 2013
 
Score 50%

I have this error on KDE with version 0.6

/usr/bin/ld: build/obj/qxtglobalshortcut_x11.o: référence au symbole non défini «XSetErrorHandler»
/usr/bin/ld: note: «XSetErrorHandler» est défini dans le DSO /usr/lib/libX11.so.6 donc essayez de l'ajouter à la ligne de commande du lieur
/usr/lib/libX11.so.6: could not read symbols: Opération invalide
collect2: erreur: ld a retourné 1 code d'état d'exécution
make: *** [build/target/YaRock] Erreur 1


Reply to this

-

 Re: Build error

 
 by SebAmar on: Jan 15 2013
 
Score 50%

Hi,

You have to uncomment #LIBS += -lX11 in yarock.pro file. Moreover you have to install x11 development library (it's already installed on lots of majors distribution)

I will fix the .pro file for the next release.
Regards,
Sebastien


Reply to this

-

 Re: Re: Build error

 
 by meradoou on: Jan 15 2013
 
Score 50%

I just download the package on this web site and I compile.


Reply to this

-

 Some bugs fixed but…

 
 by lionhater on: Jan 22 2013
 
Score 50%

Sorry, can't login to launhcpad. These bugs fixed (thanks): Bug #927554 and #927557.

New version is finely improved too (thanks). But right click menus have some issues (maybe with my dark system theme –pure Qt on Ubuntu minimal + Fluxbox): items duplicated + tracks unreadable. Besides, stars in track view are unclickable, dysfunctional.

Fixing these and a better implementation of playlist management (Bug #927747) would make YaRock the best audio player in the whole planet! Otherwise there's not a single alternative to iTunes in Linux despite zillion audio apps, let alone as a Qt app.


Reply to this

-

 Re: Some bugs fixed but…

 
 by lionhater on: Jan 22 2013
 
Score 50%

Could login to launchpad. Sorry for the duplication here.


Reply to this

-

 Re: Re: Some bugs fixed but…

 
 by SebAmar on: Jan 22 2013
 
Score 50%

Hi, thanks for your feedback and your support.
I have read the updates you've made on launchpad bugs.

I will work on this for the next release.
Regards,
Sebastien


Reply to this

-
.

 Great player!

 
 by KDesk on: Mar 15 2013
 
Score 50%

Hi, first, this player is very nice and easy to use, which is great!

When running YaRock for the first time, the following message apears:

"No collection seems to be setup
Do you want to setup your collection Now"

There is a missing question '?' mark.

Also, there is croped text for me in Settings->Player, in "Use ReplayGain track metada..." [1]

I've notitced that to change the Shortcuts, it has to be clicked twice, which seems to me a bit unintuitive, considering that there is no function for one-click.

Do you have any service for the translations, like Transifex?
Also, which is the name, Yarock or YaRock? Both are displayed in the program.

[1] http://imageshack.us/photo/my-images/543/yarock0961cropedtext.png/


Reply to this

-

 Re: Great player!

 
 by SebAmar on: Mar 15 2013
 
Score 50%

Hi,

thanks for your feedback, I have noticed all your remarks and I will try to fix this points for the next release.

Translations can be found at https://www.transifex.com/projects/p/yarock-translation/

However, the translations are not up to date with the last 0.9.61 release. I will update it as soon as possible.

You can also register bugs on https://bugs.launchpad.net/yarock.

Regards,
Sebastien


Reply to this

-
.

 Covergloobus support

 
 by stormrider79 on: Mar 23 2013
 
Score 50%

I just love YaRock. It's my favourite player. Any plans for Covergloobus support?


Reply to this

-

 Re: Covergloobus support

 
 by SebAmar on: Mar 24 2013
 
Score 50%

Hi, thanks you a lot for your comment.
I didn't know about CoverGloobus application. I will have a look to see what I can do.

Regards


Reply to this

-

 Re: Covergloobus support

 
 by SebAmar on: Mar 24 2013
 
Score 50%

I have reported a bug on CoverGloobus project to add Yarock support.

In fact you can already add (basic) support for Yarock :

1) download CoverGloobus source
2) add YaRock.py in src/players/ directory woth followings contents
####
from gettext import gettext as _

from generic.Mpris import Mpris

class YaRock(Mpris):

__title__ = 'YaRock'
__version__ = '0.3'
__authors__ = 'Sebastien Amardeilh <sebastien.amardeilh+Yarock@gmail.com>'
__desc__ = _('Yarock music player plugin')

DBUS_NAME = 'org.mpris.yarock'
####
3) update Makefile.am in src/players by adding YaRock.py in the list of players

4) build CoverGloobus
./autogen.sh
make
sudo make install


Reply to this

-

 Re: Re: Covergloobus support

 
 by stormrider79 on: Mar 24 2013
 
Score 50%

Thank you so much! I'll try this!


Reply to this

-

 Feature Request

 
 by enoop on: Apr 18 2013
 
Score 50%

I have five requests.

Currently, the album art isn't shown by the veromix control interface; would be nice to get a fix.

Add an option to disable volume notifications.

Add a default state for the menu buttons (home, music browser, etc). For example, when clicking the home button, show the context page, the music browser button would show the artist page etc.

Add the option that if you click on the artist in artist view, it would open a view that showed only that artists albums.

Add a now playing playlist option.

Thanks for all your work, yarock is great.


Reply to this

-
.

 Re: Feature Request

 
 by SebAmar on: Apr 18 2013
 
Score 50%

Hi, thanks for your feedback.

Currently, the album art isn't shown by the veromix control interface; would be nice to get a fix.
-> I did not know this plasmoid, I will try it to see what I can do.

Add an option to disable volume notifications.
-> ok it seems easy (for the next release)

Add a default state for the menu buttons (home, music browser, etc). For example, when clicking the home button, show the context page, the music browser button would show the artist page etc.
-> ok it seems easy (for the next release)

Add the option that if you click on the artist in artist view, it would open a view that showed only that artists albums.
-> ok, it's not the default behavior to browse in yarock so I have to think about it to integrate this new behavior

Add a now playing playlist option.
-> Please can you clarify this point, I don't really understand what you mean.

Best regards,
sebastien


Reply to this

-

 Re: Re: Feature Request

 
 by enoop on: Apr 18 2013
 
Score 50%

"Please can you clarify this point, I don't really understand what you mean."
Right now, if you double click on a song or album, it doesn't really have any apparent way of seeing what will be played next. I would like an option to always replace current playlist with that album, artist or song if you click on them from the interface.


Reply to this

-

 Re: Re: Re: Feature Request

 
 by SebAmar on: Apr 18 2013
 
Score 50%

OK, You can already make a "Ctrl+ Click" : items will be queued in "play-queue widget".

However, I will try to add more option or to make it more convenient....


Reply to this

-

 would you please provide rpm packages for openSUSE

 
 by redhatlinux10 on: Apr 26 2013
 
Score 50%

thanks for your great work!
would you please provide rpm packages for openSUSE 12.3?


Reply to this

-

 Re: would you please provide rpm packages for open

 
 by SebAmar on: Apr 28 2013
 
Score 50%

Hi, thanks for your comment. Sorry but I don't provide any package (I don't have enough time and knowledge of different package system) Maybe you can ask opensuse community for this.
Regards


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