Re: [Rhythmbox-devel] Some proposals for Rhythmbox



Hi,

  re your second issue about album art

I've been working on a plugin that would replace the default ArtSearch plugin and has some additional fixes in this area.

If you are willing to work with me to test and improve this plugin - please head-over to my GitHub project for installation instructions etc.

 - https://github.com/fossfreedom/coverart-search-providers

thanks




On 10 March 2013 12:00, <rhythmbox-devel-request gnome org> wrote:
Send rhythmbox-devel mailing list submissions to
        rhythmbox-devel gnome org

To subscribe or unsubscribe via the World Wide Web, visit
        https://mail.gnome.org/mailman/listinfo/rhythmbox-devel
or, via email, send a message with subject or body 'help' to
        rhythmbox-devel-request gnome org

You can reach the person managing the list at
        rhythmbox-devel-owner gnome org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of rhythmbox-devel digest..."


Today's Topics:

   1. Some proposals for Rhythmbox (Juan Manuel Pi?ol Gonz?lez)
   2. [PATCH] config: replace deprecated        AM_CONFIG_HEADER with
      AC_CONFIG_HEADERS (Christoph Orsinger)


----------------------------------------------------------------------

Message: 1
Date: Fri, 8 Mar 2013 19:11:09 +0100
From: Juan Manuel Pi?ol Gonz?lez        <jmpinyol hotmail es>
To: rhythmbox-devel gnome org
Subject: [Rhythmbox-devel] Some proposals for Rhythmbox
Message-ID: <BLU0-SMTP45777C0B3FDDC9487169A53B2E60 phx gbl>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

Dear Rhythmbox developer,

I am a user who enjoys listening music with rhytmbox. However, there are
some things of the program I think can be improved, hence here are my
proposals.

First, I think that it would be nice to have a "system queue" like the
one from Banshee, I don't like when I play a song from nautilus, its
opened with Rhythmbox and played, but also added to the program's
library. My other proposal is an improvement of the album art plug-ins,:
it detects the wrong album art for some music, gives album a cover to
music that doesn't haver a cover (because it doesn't belong to any
album) and fails to recognize the "cover", "album", etc. files found in
the music directory.

I'm looking forward to an answer, regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.gnome.org/archives/rhythmbox-devel/attachments/20130308/9eb17631/attachment.html>

------------------------------

Message: 2
Date: Sat, 09 Mar 2013 15:17:40 +0100
From: Christoph Orsinger <c orsinger gmail com>
To: rhythmbox-devel gnome org
Subject: [Rhythmbox-devel] [PATCH] config: replace deprecated
        AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Message-ID: <513B4484 5080205 googlemail com>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

 From f23171f1d5346652690907126e8b776c7d462248 Mon Sep 17 00:00:00 2001
From: Christoph Orsinger <c orsinger gmail com>
Date: Sat, 9 Mar 2013 12:34:54 +0100
Subject: [PATCH] config: replace deprecated AM_CONFIG_HEADER with
AC_CONFIG_HEADERS

AM_CONFIG_HEADER is depreciated since July 2002 and was subsequently
removed from automake 1.13.
To build with automake >= 1.13 AC_CONFIG_HEADERS is needed.
---
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a641799..3fb4232 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([rhythmbox],
[https://bugzilla.gnome.org/enter_bug.cgi?product=rhythmbox])
  AC_CONFIG_SRCDIR(rhythmbox.pc.in)
  AC_CONFIG_MACRO_DIR(macros)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
  AM_INIT_AUTOMAKE([1.9 dist-xz no-dist-gzip])

  AC_SUBST(ACLOCAL_AMFLAGS, "-I macros")
--
1.8.1.5

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ac_config_headers.patch
Type: text/x-patch
Size: 904 bytes
Desc: not available
URL: <https://mail.gnome.org/archives/rhythmbox-devel/attachments/20130309/947cd2f2/attachment.bin>

------------------------------

Subject: Digest Footer

_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel gnome org
https://mail.gnome.org/mailman/listinfo/rhythmbox-devel


------------------------------

End of rhythmbox-devel Digest, Vol 107, Issue 1
***********************************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]