-
 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    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


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

yarock

   0.9.62  

Qt Sound Application

Score 86%
yarock
zoom


yarock
zoom


yarock
zoom


Homepage:  Link
Downloads:  4001
Submitted:  Aug 27 2010
Updated:  May 12 2013

Description:

Yarock is Qt4 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 (icecast, shoutcast, user stream files)
* Mp3Gain tag support for volume normalization
* Cover art download (Last.fm/discogs services)
* Last Fm scrobbler
* Command line interface, Mpris interface
* Clean and simple user interface
* No GNOME or KDE dependancies

Build from Source:
* Dependancies : libqt4-dev, libphonon-dev, libtag1-dev
$ mkdir build && cd build
$ cmake ..
$ make
$ make install (as root)

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 0.9.62:
- New : add playqueue filter and sort toolbar
- New : add support for multiple item selection
- New : add support for mpris2 interface
- New : add completer for music explorer search field
- New : add keyboard shortcut to jump to current playing track
- New : add option to disable volume notification
- Change : change build system to cmake
- Change : change application name from YaRock to "yarock" without upper case
- Change : minor rewrite code for dbus notification
- Change : single click on shortcut widget in settings page to trigger shortcut dialogs
- BugFix : restore drag and drop track from history view
- BugFix : crash on playqueue restoration
- BugFix : random playing from playqueue




LicenseGPL
Source(Yarock_0.9.62_source)
other(Yarock_radiofiles_1.4.tar.gz)
Gentoo(Gentoo Ebuilds)
Arch(Archlinux)
Send to a friend
Subscribe
Other  Content  from SebAmar
Report inappropriate content



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

-

 Random play Issue

 
 by dmnmsc on: May 1 2013
 
Score 50%

Hi, Sebastien.

Random play just don't work fine. When I upload a playlist on the rightside bar with random mode active always sound the same song.

But when I play songs on music explorer works fine.

I've tested with so much playlists and always do the same. Only 1 song playing on rightsidebar.

I'm using Chakra 64 bits.


Reply to this

-

 Re: Random play Issue

 
 by SebAmar on: May 2 2013
 
Score 50%

Hi, thanks for report. Fix will be included in the next release. Next release is coming soon !!
Regards


Reply to this

-

 Re: Re: Random play Issue

 
 by dmnmsc on: May 2 2013
 
Score 50%

Good, good! I'm waiting!!

[Offtopic question: We will see someday YaRock on Windows?] Yes... I use Windows sometimes.


Reply to this

-

 Can't compile

 
 by iainj on: May 14 2013
 
Score 50%

Hi Sebastien,

Great looking app, unfortunately I can't compile it on Linux Mint 14 KDE (KDE version 4.9.5).

I've made sure the dependencies are installed as per the readme but I get the following output:


-- Phonon Version: 4.6.0
-- Taglib found: -L/usr/lib/i386-linux-gnu -ltag
-- Could NOT find Echonest (missing: ECHONEST_LIBRARIES ECHONEST_INCLUDE_DIR)
-- checking for module 'QJson>=0.5'
-- package 'QJson>=0.5' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
cmake/FindQJSON.cmake:20 (pkg_check_modules)
CMakeLists.txt:26 (FIND_PACKAGE)


CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
Could NOT find QJSON (missing: QJSON_LIBRARIES QJSON_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
cmake/FindQJSON.cmake:44 (find_package_handle_standard_args)
CMakeLists.txt:26 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!


Reply to this

-

 Re: Can't compile

 
 by SebAmar on: May 15 2013
 
Score 50%

Hi, it's seems that Qjson package is missing. Try to install package "libqjson/libqjson-dev".

Regards,
Sebastien


Reply to this

-

 Re: Re: Can't compile

 
 by iainj on: May 15 2013
 
Score 50%

Hi Sebastien

Thanks for this, I thought I was covered as I checked in Synaptic, and "libqjson0" was installed, but I installed "libqjson-dev" and now it works! Did the same with "libechonest-dev".

Thanks for your help!


Reply to this

-

 TagLib crashes out

 
 by iainj on: May 15 2013
 
Score 50%

Now it's compiled I've come across another problem :(

First time I ran it, from the terminal, I added my music folder and it went off and scanned all the files - during this I got a *lot* of these error but otherwise it kept on running:

TagLib: MPEG::Header::parse() -- Invalid sample rate.
TagLib: MPEG::Properties::read() -- Page headers were invalid.

...then when it got to 100% it suddenly closed with the error:

TagLib: Could not open file /home/iain/Music/Feeder/The Singles/01 - Feeder - Come Back Around.ogg
Segmentation fault

If I try to start yarock again, I just get the same error again straight away.

I deleted the ~/.config/yarock folder, temporarily deleted the "Feeder" folder from my music, and tried again, and got the same error from a different folder this time.

Deleted the config folder again, and this time just added one subfolder from Music at a time - some worked OK, others brought about the error again.

I've run chmod 755 on the entire ~/Music folder so it shouldn't be a permissions issue.


Reply to this

-

 Re: TagLib crashes out

 
 by dmnmsc on: May 16 2013
 
Score 50%

Same here with older versions. To me, it happens when my playlists contains missing songs. For example, playlist with 1 song in /home/music/test.mp3. If test.mp3 is on other path (/media/win/music/test.mp3) it crashes. Maybe is your problem too.

I've 1 bestsongs playlist on Win and 1bestsongs playlist on Linux. I just moved Win playlist to other path and then YaRock can't scan it. No more core crashes.

Hope it works for you.


Reply to this

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

Add commentBack




-
openDesktop.org Facebook App




 
 
 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
Facebook App
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-2013 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