the queue before the plugin kicks in.
As this my first post. My name's Peter, I live in Ohio. I'm a software
developer for quite a few years now. Dropped all Win stuff back around
when XP SP1 came out, happily using Linux ever since for everything I
need to do. Hope to be able to contrib
by default
Von: Jonathan Matthew
An: Marco Peter
Kopie (CC): "rhythmbox-devel@gnome.org" ,
Gregor Atzbach
Datum: 06.04.2013 13:55
Hi Marco,
On Sat, Apr 6, 2013 at 7:43 AM, Marco Peter wrote:
Dear Rhythmbox developers,
This is Marco from Switzerland. I'm member of the music e
Dear Rhythmbox developers,
This is Marco from Switzerland. I'm member of the music editorial staff
of the non-commercial german web-radio project called „Radio GFM“.
Radio GFM plays „GEMA-FREIE MUSIK“ which means that we do only play
music which is released under a free creative commons licen
ize and same MD5
> checksum.
>
> Again, I didn't debug this at source level. Guessing here, but it
> *looks* to me that when playing an album for the first time, RB looks at
> the first track's album cover during playback and caches but does not
> display it, so that the cover
ime, the cover art will only
> appear _after_ playing the first track. Why is this so?
That could be a bug - you'd need to explore where the image came
from (online search, embedded in the music files, local hard drive
next to the music file, etc).
Peter
_
r database that will work with Rythmbox as it used
> to.
>
> Rythmbox is a great application. Please keep up the good work.
>
> Sincerely,
> Tracy L. Cann
Maybe you'd found a bug in RB's MusicBrainz support. You say
it used to work, did you update your installation or so
s, and RB runs on
a PC connected to a widescreen TV. This would work
better for me.
I wonder how easy it would be to change the code to do
this... and how many gnome interface design standards
it would break to do so ;)
Peter
___
rhythmbox-devel mailin
On Thu, Oct 6, 2011 at 4:51 PM, alex wrote:
> hi Peter,
> just one thing: my primary pc in the last 2 years and half is a 10"
> netbook; rhythmbox on netbooks it's unusable.
> if we want to seriously do something for its interface, that is to say,
> for users, well,
to but excluding the menu bar I guess, possibly the tool bar)
That does (1), but goes even further in trying to maximize use of a wide screen.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
Dear Rhythmbox developers,
This is Marco from Switzerland. I'm member of the music editorial staff of
the non-commercial german web-radio project called „Radio GFM“.
Radio GFM plays „GEMA-FREIE MUSIK“ which means that we do only play music
which is released under a free Creative Commons license.
list will.
P.S. Please CC the list.
Peter
On Mon, May 2, 2011 at 2:52 PM, Joey Dodson wrote:
>
> Hi Peter,
>
> Thanks for the reply. It seems that at least some files don't allow
> for that. I just tried inside of Rhythmbox. It would not let me type
> inside of the fie
> rather than later. I'm sure with a bit of creativity it would be
> entirely possible to outdo wmp's functionality here. :)
To edit a single song in RB, I right click on it and pick edit properties
from the context menu (something like that - I'm in front of RB right
now). To e
ythmbox 0.14.x for the future
releases for GTK+ 3.0? That would leave 0.13.4 etc free
for any backported fixes for GTK+ 2.0.
Also is there a more up to date version of this roadmap page?
http://live.gnome.org/Rhythmbox/Roadmap
Thanks!
Peter
___
rhythm
On Tue, Nov 2, 2010 at 9:00 PM, Peter wrote:
> On Fri, Oct 29, 2010 at 10:39 AM, Peter wrote:
>>>Peter wrote:
>>>> The DACP remote expects PNG, and passing JPEG or some
>>>> other format might cause trouble. A simple check in the non
>>>> gdk-pixbuf
On Fri, Oct 29, 2010 at 10:39 AM, Peter wrote:
>>Peter wrote:
>>> The DACP remote expects PNG, and passing JPEG or some
>>> other format might cause trouble. A simple check in the non
>>> gdk-pixbuf code branch can prevent this (tell the remote we
>>> have
>Peter wrote:
>> The DACP remote expects PNG, and passing JPEG or some
>> other format might cause trouble. A simple check in the non
>> gdk-pixbuf code branch can prevent this (tell the remote we
>> have no cover rather than sending non-PNG data).
Before making a fi
t, but in
the later you only expect PNG files (as things stand).
The DACP remote expects PNG, and passing JPEG or some
other format might cause trouble. A simple check in the non
gdk-pixbuf code branch can prevent this (tell the remote we
have no cover rather than sending non-PNG data).
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
On Tue, Oct 26, 2010 at 12:21 AM, Peter wrote:
> On Mon, Oct 25, 2010 at 4:32 AM, W. Michael Petullo wrote:
>> Peter wrote:
>>> The following stub entry in libdmapsharing to just say we don't
>>> have covers (rather than not handling the request at all) seems
>
the helpful comments from Bastien yesterday.
As discussed earlier, full over support via DACP will need
a new API call added to libdmapsharing.
Peter
diff --git a/plugins/daap/rb-dacp-player.c b/plugins/daap/rb-dacp-player.c
index f5d4875..ea66a03 100644
--- a/plugins/daap/rb-dacp-player.c
+++ b/p
On Sun, Oct 24, 2010 at 1:54 PM, Peter wrote:
> That works too - although I have only tested it with local files so far,
> When playing a file hosted on another server, the URI points to a
> cover image in the ~/.cache/rhythmbox/covers directory.
>
> Thanks for the helpful f
On Sun, Oct 24, 2010 at 3:45 AM, Bastien Nocera wrote:
>
> On Sun, 2010-10-24 at 01:50 +0100, Peter wrote:
>>
>> + if (g_ascii_strncasecmp(uri, "file://", 7) == 0) {
>> + /* Need to remove file:// and unencode it, e.g. %20 to
>> spac
On Sun, Oct 24, 2010 at 1:15 AM, Peter wrote:
> However, if the cover art is an image file on disc (JPG, PNG,
> etc) then RB can just give the filename to libdmapsharing and
> it will shrink it (if needed) and turn it into PNG (if needed).
> I've tri
_player_now_playing_artwork
return different hard coded filenames, and it works :)
I haven't quite managed to get the the entry metadata
RHYTHMDB_PROP_COVER_ART_URI from RB yet...
but this should be enough to support the DCAP request
/ctrl-int/1/nowplayingartwork.
Peter
__
On Sat, Oct 23, 2010 at 3:35 PM, Bastien Nocera wrote:
>
> On Sat, 2010-10-23 at 10:01 -0400, Alexandre Rosenfeld wrote:
>>
>> Peter wrote:
>>> The DACP plugin will need to access both the currently playing
>>> cover art, and also arbitrary album covers for
On Sat, Oct 23, 2010 at 2:43 AM, Jonathan Matthew wrote:
>
> On Thu, Oct 21, 2010 at 9:44 AM, Peter wrote:
>> Does this version dependency need to be checked in the RB
>> configure script?
>
> libdmapsharing should probably complain if libsoup isn't new enough
> f
On Mon, Oct 11, 2010 at 9:56 PM, W. Michael Petullo wrote:
>Peter wrote:
>> Note that Apple changed some things in v2 of their Remote application,
>> and I understand that on the iPad it now requires "Home Sharing" support.
>
> Yes, and as a result, the Rhythmbo
On Thu, Oct 21, 2010 at 2:59 AM, Alexandre Rosenfeld wrote:
> On Wed, Oct 20, 2010 at 19:44, Peter wrote:
>> * Trying to set the shuffle status via the remote crashes RB
>> (and this was reproducible), end of debug log:
>>
>> (00:39:42) [0x90f0028] [libdmapsharing_
ng_debug] rb-daap-plugin.c:687:
Validating session id 659414752 from 192.168.2.4 matches 192.168.2.4
Segmentation fault
I'm not promising anything, but would patches via a public
git repository be welcome (I'm thinking github), or would you
like patches via bug reports?
Regards,
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
reply with the GUID information.
This is a single core laptop - could this be a threading issue?
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
and test the latest RB from git. What I did for out of date
libraries was grab the latest version from Debian testing as a deb
file and install that. Because it replaces the out of date version,
the RB build script finds it. So far I've not had any side effects,
YMMV ;)
Peter
__
2010/10/19 Dominguez Oscar :
>
> Hi!
>
> The iOS is 4.1
>
> Thanks you!
According to this recent thread the libgpod library RB uses for
syncing does not yet support 4.1:
http://mail.gnome.org/archives/rhythmbox-devel/2010-October/ms
2010/10/18 Dominguez Oscar :
> Hi!
>
> Is awesome but not work whit ipod touch...
>
> Best regards
What version of iOS is on your iPod touch?
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/m
On Mon, Oct 18, 2010 at 1:47 PM, Peter wrote:
> On Mon, Oct 18, 2010 at 12:43 PM, Jonathan Matthew wrote:
>>
>> I've just committed Alexandre Rosenfeld's work on adding DACP support,
>> after I finally got around to borrowing an iPhone from a friend to
>> t
On Sun, Oct 17, 2010 at 10:53 PM, Jonathan Matthew wrote:
>
> On Mon, Oct 18, 2010 at 2:58 AM, Peter
> wrote:
>> Hi all,
>>
>> I'm trying to use RB from source on Ubuntu Lucid. I've got the latest code
>> from git and while it configures and builds, it
f anyone has an Android phone, you could try this app which
is a DACP client: http://dacp.jsharkey.org/
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
rb-shell.c:1186
#19 0x0804b4a9 in main (argc=1, argv=0xb304) at main.c:276
Looking at the merge_source_ui_cb function at line 408 of
shell/rb-source-header.c
it is failing to find the search bar widget. Any suggestions? I'm
wondering if I need
to update my libgtk ... one option might be to update
".pc" files. See also "man pkg-config."
I see:
$ export PKG_CONFIG_PATH="$HOME/lib/pkgconfig"
Configure completes now, and make is running...
Thanks!
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
g for DMAPSHARING... no
configure: error: DAAP support explicitly requested, but
libdmapsharing couldn't be found
It is getting late here, so I will return to this another day.
Regards,
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
ly several Android apps with DACP/DAAP support
for controlling/streaming iTunes (or a 3rd party server which supports
these protocols). I don't have an Android device so have no suggestions.
Does that help?
Peter
___
rhythmbox-devel maili
On Fri, Oct 8, 2010 at 1:17 AM, Alexandre Rosenfeld wrote:
> I was just writing you an email about libdmapsharing ;)
>
> Peter wrote:
>> Follow up note to self and future search engine results: if trying to
>> compile RB from source with the DAAP plugin you will need
>>
On Thu, Oct 7, 2010 at 11:59 PM, Peter wrote:
> Hi all,
>
> I've recently tried sharing my music from RB 0.12.8 on my server via
> the DAAP plugin, and listening to it with RB on my laptop. This seems
> to work nicely for the most part. However, I noticed that sometimes I
got the basics right for how cover art is passed between the
artdisplay plugin and another plugin (such as the ipod plugin, or in
future the DAAP plugin)?
Thanks,
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
On Thu, Jul 29, 2010 at 4:50 PM, Charline
wrote:
>
> All points taken. Thanks very much, Peter.
>
Cool. I hope these useful bits of information will make it into a
revised report.
Regarding the version of RB you were using, just saying latest version of
Ubuntu Lucid means it can be w
On Fri, Jul 23, 2010 at 11:37 AM, Charline
wrote:
> All points taken. Thanks very much, Peter.
>
Hi Charline,
Since you have been some responsive, I have some more queries. I
hope you don't mind.
First of all, who was this report written for? i.e. Who was the target audience?
I
a scientific experiment so you should describe what you did - even
just as an appendix. This is important so that people can read the report
(and ideally the actual data collected) and decide if your conclusions are
reasonable or not.
Also Eli raised a very good point: "Which music softw
impression is that in the report the words "download" and
"downloaded" are not being used in the sense of copy from remote
computer/server to your local computer.
A more important question is what did you actually tell the users to
do? Are the scripts for what the participants
ard keycodes for play, pause, volume
up, volume down, mute and so on. The advantage of this is that it would
work regardless of the music/video playing software. Just a thought.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
How was it installed (e.g. from a
repository, or compiled from source)? What OS do you have (e.g. which
Linux distribution)?
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
, although I'm not 100% sure that is supported over a
networked drive. Easy to try though.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
you try asking for help on the Ubuntu forums:
http://ubuntuforums.org
Please just use this mailing list for Rhythmbox issues.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
'm pretty sure RB only looks at the ID3 tags.
There are ID3 tools out there which will let you
use the folder structure to update the mp3 files.
I'm not sure what is the best choice at the moment,
I haven't need to do this in a while.
Peter
___
On Mon, Jan 11, 2010 at 10:19 PM, Yelve Yakut wrote:
>
> Thanks for the answer Peter. Even though I also happen to be a user
> with "some technical knowledge" I urge you to see features from a
> users point of view. So the user story is "I want the possibility t
mean load selected media onto the netbook's
own hard drive (or equivalent), then it seems very similar to how
you would sync to a iPod or other music player.
[I am not an RB developer, just a user with some technical
knowledge.]
Peter
___
rhythmb
the same file (!)
and other horribleness so this could be an interaction due to different tools
using different ID3 standards.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
the radio source, or maybe i can
> check if the object is of type RBIRadioSource, but I don't know how to do
> this in Python.
>
> Any help is appreciated!
Try something like isinstance(source, RBIRadioSource), adjusted according
to how you have imported the reference to the RB
2009/11/3 Hideyuki Fukui :
>
> Thanks Peter.
>
> Can I change the plugin to read album names only in a simple way?
> I'm a newbie thus not sure how to tweak the plugin.
>
> If it is a complicated tweak, just mention so. In it is the case, I know I wou
> ld have to
2009/11/3 Hideyuki Fukui :
>
> Hi Peter,
>
> Thanks for your assistance.
> The plugin does not work properly with the following album art profile, for ex
> ample.
>
> -Artist Name: m-flo
> -Album Name: The Intergalactic Collection
> -File Name: The Intergalacti
me and the file name? Maybe this is something with international characters?
Also what version of Rhythmbox do you have?
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
2009/10/15 Мина Дима :
>
> 2009/10/13 Peter
>>
>> On Tue, Oct 13, 2009 at 5:57 PM, Мина Дима wrote:
>> > Can you add an option to add a tag to the song\artist\album. Like add it
>> > to favorites, a small star or else. When I listen to the music and I hear
&
next time to find it in Favorites)
RB already supports rating for files - you can assign between one
and five stars to each song. You can then search by rating (e.g.
create a custom playlist). Would that work for you?
Peter
___
rhythmbox-devel mailing li
my own?
That is a link to a webpage (an HTML file), for a music file. Looking
at the page in my browser it wants to install some kind of plugin.
Why not search the website to see if they provide the music in some
other format (like mp3)?
Peter
__
On Fri, Sep 4, 2009 at 12:51 AM, Matt Novenstern wrote:
> On Fri, 2009-09-04 at 00:29 +0100, Peter Robinson wrote:
>> On Fri, 2009-08-21 at 16:04 -0400, Matt Novenstern wrote:
>> > Hello all,
>> >
>> > I've been trolling through some rb bugs, and I
r
than reinvesting the wheel. Its used for their mojito social network
aggregator.
Useful links.
http://moblin.org/projects/librest
http://git.moblin.org/cgit.cgi/librest/
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
On Thu, Jul 9, 2009 at 12:28 PM, Trond Gjellum wrote:
> Sorry.
> When I typed Rhythmbox in the commandline, it worked at the first attempt.
>
> 2009/7/9 Peter
>> Although sending screen shots (or other attachments) to mailing lists
>> isn't popular, you should in gene
time you double clicked its
icon, but working the second time. Did RB work first time from the command
line, or did it require two attempts?
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
On Thu, Jul 9, 2009 at 10:38 AM, Trond Gjellum wrote:
> Ok.
> I'll try to find that "funny file". But why do I have the problem that if I
> doubleclick on the rhythmbox icon, nothing happens. When I doubleclick
> again, then it opens. This is something that have start to happen recently.
>
> Best r
library which RB is trying to load, but can't. The message says it needs
application/x-mswinurl decoder, which sounds like Debian Bug report
#531463. I'm not sure if there is a bug report on this in RB (or in gstreamer).
I would suggest you find and remove this file, or try updating RB.
s ubuntu's decision. They should ship
> whatever software they feel best satisfies the goals of the ubuntu desktop.
Have you seen this blog post, which suggests one argument was simply down
to banshee requiring less disk space (important for the Ubuntu CD-ROM):
http://www.apebox.org/wordp
On Sat, Jun 20, 2009 at 11:33 AM, Dave Martin wrote:
>
> Peter wrote:
>>
>> You make some good points, but some people (like me) really do have most
>> of their music on an external hard drive. Perhaps something in the HAL can
>> tell the difference between and ex
eally do have most
of their music on an external hard drive. Perhaps something in the HAL can
tell the difference between and external hard driver and a music player?
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
elease, Rhythmbox 0.12.1, which says it has:
"Greatly reduced memory usage when accessing Jamendo catalog"
See:
http://ftp.gnome.org/pub/gnome/sources/rhythmbox/0.12/rhythmbox-0.12.1.news
http://www.nabble.com/Rhythmbox-0.12.1-released-td23272150.html
Peter
___
tication For Mobile
Applications" which looks much more straight forward as you can
directly supply an md5 of their username and password. Of course,
last.fm don't want desktop applications to do this.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
pler if
all the Amazon covers are kept in one place. See:
http://bugzilla.gnome.org/show_bug.cgi?id=346852
There is other software which will do what you want... I can't
remember which tool I used last time, but it could save the covers to
the same folder as the music fil
the bug tracker for it:
http://bugzilla.gnome.org/show_bug.cgi?id=318579
There is even a patch if you want to try testing it...
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
d=550820
P.S. Please don't comment on the bugs just to add encouragement.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
Can you point me to information on which fields can be
> included in the .is_audio_player file?
I don't know personally - sorry.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
called .is_audio_player in the root folder of the device
to tell RB this. See the FAQ for details,
http://live.gnome.org/Rhythmbox/FAQ
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
net database to show the cover in the interface. I don't know how this
> could be done, but think is a good idea.
I thought it was a good idea too, and its been filed as an enhancement request:
http://bugzilla.gnome.org/show_bug.cgi?id=345975
Peter
___
Peter wrote:
>> There already is a lyrics plug-in for Rhythmbox (I don't use it
>> myself). I think this is included with RB itself (its in the main RB
>> source repository at least).
Reinhard wrote:
> Hi,
>
> thanks a lot, got it!
>
>
ythmbox? If you use a common Linux distribution
it will probably have a nice packaging system to get the translated
version for you.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
quot;
> player. What you guys reckon to implement this function into Rhythymbox too?
There already is a lyrics plug-in for Rhythmbox (I don't use it
myself). I think this is included with RB itself (its in the main RB
source repository at least).
Peter
_
with podcasts using
lots of memory. I think it is unlikely that the Xfce theme is to
blame for your podcast memory problems.
Hopefully someone familiar with using podcasts in RB can help.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
crashed, maybe it's something to do with the podcasts? If you stop
using podcasts does RB stop crashing?
Other than that, I'm out of ideas (but I'm just another RB user, not
one of the developers).
Good luck,
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
ith the rhythmbox database
(RhythmDB). This could be unrelated to the theme issue - I don't
know, but maybe someone else on the list can comment.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
ng system are you using?
How did you install rhythmbox?
How are you starting rhythmbox?
Did it once work, but has stopped working?
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
subprocess module (available in python 2.4+) as os.popen2 and similar
functions are deprecated in python 2.6 (and will be removed in python
3.0).
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
in the lower left corner? I didn't think I included it when I ripped
> the files.
It will look in the folder containing the music for suitably named
images, then on Amazon. There is code on Bug 345975 to read covers
embedded in the ID3 tags themselves.
Peter
_
rpMusique). Then there are the
legal questions.
You could email Apple / fill in the feedback form saying you want to
buy music or videos from the iTunes Music Store on Linux, so they know
there are some potential customers they are ignoring,
Peter
__
2008/8/11 Felix Corrales <[EMAIL PROTECTED]>:
>
> Please include a .flac audio format support in rhythmbox.
Rhythmbox does support flac - you just need to install the relevant
bits of gstreamer. How you do that will depend on which Linux
distribution are you u
ying. Maybe there
is a gconf setting that will enable this in RB too?
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
tting for this.
> copy the picture to the music-folder works fine.
> Thanks Jens
Good :)
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
me.org/show_bug.cgi?id=414609 (fixed)
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
On Fri, Jul 25, 2008 at 4:25 PM, Jens Kolepka <[EMAIL PROTECTED]> wrote:
> Is there any chance of loading up cover art?
>
> Greetings from Cologne (Germany)
There is a plugin for cover art - check it is installed and turned on.
Peter
__
g removing the current
artist and song when in full screen party mode? Here there is
definitely no window title bar to show this information)
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
lugins/audioscrobbler/rb-audioscrobbler.c?revision=5734&view=markup
Does the main RB counter currently look at if the user fast-forwarded
through a song before incrementing the played count?
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
h
veral seconds of silence.
>
> My suggest is to move the trigger from the end to about 3/4.
I like this idea, but I would suggest maybe at the 90% or 95% point
rather than at 75% through the song.
Peter
___
rhythmbox-devel mailing list
rhythmbox
sa" and it functions perfectly but unfortunately does not have the
features I want.
I have reported a bug but I was hoping someone might know a quick solution.
Thanks in advance,
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http:/
s and the
play queue? I ask because the album art gets shown in the bottom of
this (optional) column pane.
Peter
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
rsion.
Have fun,
Peter
On Mon, Apr 28, 2008 at 3:30 PM, Charlotte Curtis <[EMAIL PROTECTED]> wrote:
> Thanks Philip!
>
> I'm the student in question, and I would definitely appreciate any guidance
> in this project. The advice that I got from this list while I was w
t;, ".folder", "folder"
http://svn.gnome.org/viewvc/rhythmbox/trunk/plugins/artdisplay/artdisplay/LocalCoverArtSearch.py?view=markup
The patch on Bug 414609 would probably deal with your problem - I
haven't checked to see if this still works with the latest SVN code.
http://
1 - 100 of 264 matches
Mail list logo