Re: [amarok] src/playlistmanager/file: Don't hardcode / as directory separator

2012-06-22 Thread Mathias Panzenböck
I'm fairly sure that Windows eats both \ and / (actually I think even DOS >=2.0). So using / as directory separator should work anywhere. Though it is not nice/clean for Windows users and there might be some Windows Programs that choke on it. On 06/20/2012 04:00 PM, Matěj Laitl wrote: On 20. 6

compile error: ‘avformat_close_input’ was not declared in this scope

2012-07-14 Thread Mathias Panzenböck
Since (I think) yesterday I get these compile errors: /home/panzi/software/amarok/src/musicbrainz/MusicDNSAudioDecoder.cpp: In member function ‘virtual void MusicDNSAudioDecoder::run()’: /home/panzi/software/amarok/src/musicbrainz/MusicDNSAudioDecoder.cpp:146:47: error: ‘avformat_close_input’ w

Re: compile error: ‘avformat_close_input’ was not declared in this scope

2012-07-19 Thread Mathias Panzenböck
This issue still persists in GIT. Is there a way to deactivate this feature (musicbrainz)? I don't use it anyway. -panzi On 07/14/2012 04:22 PM, Sam wrote: On 14 July 2012 15:15, Mathias Panzenböck wrote: Since (I think) yesterday I get these compile errors: /home/panzi/sof

Re: Review Request 108542: Support for .opus file tags added

2013-02-18 Thread Mathias Panzenböck
On 02/18/2013 03:12 PM, Matěj Laitl wrote: On 17. 2. 2013 Mathias Stephan Panzenböck wrote: On February 9th, 2013, 1:17 a.m. UTC, Matěj Laitl wrote: shared/FileTypeResolver.cpp (Diff revision 2) 20 #include "config.h" Why is including config.h needed for TAGLIB_OPUS_FOUND while it isn't needed

Podcast feeds broken

2013-04-10 Thread Mathias Panzenböck
Is it know that the podcast feeds are totally broke since months now or should I report a bug? Contextmenu -> [New, Download Episode, Delete] doesn't just apply to the selection but always to ALL podcast feeds and contextmenu -> Configure always opens the configure dialog of the first feed ins

Resume from pause is broken

2013-06-17 Thread Mathias Panzenböck
Is it a know bug that today's git version cannot resume from pause anymore or should I write a bugreport? ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Resume from pause is broken

2013-06-17 Thread Mathias Panzenböck
When I pause, "unpausing" does not work. I have to close amarok and start it again in order to get it playing again. On 06/17/2013 10:25 PM, Mark Kretschmann wrote: On Mon, Jun 17, 2013 at 9:33 PM, Mathias Panzenböck wrote: Is it a know bug that today's git version cannot re

Re: Resume from pause is broken

2013-06-17 Thread Mathias Panzenböck
efore that I didn't had this line at all. And only now Amarok has this problem. Can it really has something to do with that? Pausing+unpausing and the sample rate? On 06/17/2013 10:56 PM, Mark Kretschmann wrote: On Mon, Jun 17, 2013 at 10:51 PM, Mathias Panzenböck wrote: When I pause, "

Re: Resume from pause is broken

2013-06-18 Thread Mathias Panzenböck
to restart Amarok, but only to click stop and then play again. On 06/18/2013 08:32 AM, Mark Kretschmann wrote: On Tue, Jun 18, 2013 at 1:58 AM, Mathias Panzenböck wrote: My system is so old that there are no updates anymore (Fedora 16). So I'm sure no other software changed. I did add thi

added:today doesn't work in git

2013-06-18 Thread Mathias Panzenböck
For some reason typing "added:today" and then pressing enter clears the search field again. :/ ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: added:today doesn't work in git

2013-06-18 Thread Mathias Panzenböck
On 06/18/2013 09:18 PM, Mathias Panzenböck wrote: For some reason typing "added:today" and then pressing enter clears the search field again. :/ This happens with any search term, not just about:today. So I can't search my col

git HEAD compile error

2013-08-16 Thread Mathias Panzenböck
Current HEAD (141c1191f8849cfa91e8684edd11ab5b726ef101) gives me this compile error: Linking CXX shared module ../../../../lib/amarok_data_engine_labels.so CMakeFiles/amarok_context_applet_analyzer.dir/BlockAnalyzer.o: In function `BlockAnalyzer::resizeEvent(QResizeEvent*)': /home/panzi/softwar

Re: git HEAD compile error

2013-08-17 Thread Mathias Panzenböck
On 08/17/2013 09:37 AM, Mark Kretschmann wrote: On Fri, Aug 16, 2013 at 9:03 PM, Mark Kretschmann wrote: On Fri, Aug 16, 2013 at 6:19 PM, Mathias Panzenböck wrote: Current HEAD (141c1191f8849cfa91e8684edd11ab5b726ef101) gives me this compile error: Linking CXX shared module ../../../../lib

cmake check for mysql

2010-11-04 Thread Mathias Panzenböck
Apparently there is no cmake check for mysql(-devel) in the amarok build system, because for me cmake finished ok but then there was a compile error on a missing mysql.h. -panzi ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kd

Re: cmake check for mysql

2010-11-04 Thread Mathias Panzenböck
and tcpd-devel in OpenSuSE). It is a dependency of MySQL, but > isn't marked as such > in the repositories, and so is often left out. > > James > > On Thu, Nov 4, 2010 at 5:02 PM, Mathias Panzenböck > <mailto:grosser.meister.mo...@gmx.net>> wrote: > > A

Hint: find Object::connect errors

2010-11-05 Thread Mathias Panzenböck
In order to spot errors when connecting signals with slots you can use the attached script and start amarok like this: amarok -d --nofork 2>&1 | ./filter-connect-issues.py Of course you could just use the following: amarok -d --nofork 2>&1 | grep '^Object::conncet:' But using the python script

Re: cmake check for mysql

2010-11-06 Thread Mathias Panzenböck
On 11/05/2010 10:11 AM, Edward Hades wrote: > Can you please show the cmake output (when it succeedes without having > mysql)? Also, please check if you have the mysql_config binary. > I have the mysql_config binary. And now I have installed all necessary devel pkgs. I would need to uninstall th

broken install target

2010-11-08 Thread Mathias Panzenböck
current git produces this error on make install: CMake Error at src/images/icons/cmake_install.cmake:208 (FILE): file INSTALL cannot find "/home/panzi/software/amarok/src/images/icons/hi16-action-lastfm-loved-radio-amarok.png". Call Stack (most recent call first): src/images/cmake_instal

Re: broken install target

2010-11-08 Thread Mathias Panzenböck
On 11/08/2010 07:36 PM, Leo Franchi wrote: > On Monday, November 08, 2010 07:31:12 PM Mathias Panzenböck wrote: >> current git produces this error on make install: >> >> CMake Error at src/images/icons/cmake_install.cmake:208 (FILE): >> file INSTALL cannot find

"should never happen" message happened

2010-11-27 Thread Mathias Panzenböck
I just noticed this message in the console output of amarok: amarok: [WARNING] [MountPointManager] Device 0 not in database, this should never happen! I figured because tis is a "should never happen" message I post here to tell that it did happen. Whatever this message means. Git Version:

added:today not working in current git

2011-05-26 Thread Mathias Panzenböck
I just wanted to note that the collection query "added:today" returns ALL my music files instead of just the ones that where added today. GIT version I use: commit 8415cd0729a536c1c8ac6f76ad332ce19494f4ba Author: Sven Krohlas Date: Thu May 26 11:50:10 2011 +0200 -panzi _

load own taglib extensions

2011-06-11 Thread Mathias Panzenböck
Hi. I wrote my own taglib extensions for a few file formats. Is there a clean way to load them into amarok without patching taglib/taglib-extras? Would I have to change amaroks source or can I somehow install them on my system so that they get automatically dynamically loaded? After I've test

Re: load own taglib extensions

2011-06-12 Thread Mathias Panzenböck
On 06/12/2011 08:20 AM, Bart Cerneels wrote: > On Sun, Jun 12, 2011 at 06:51, Mathias Panzenböck > wrote: >> Hi. >> >> I wrote my own taglib extensions for a few file formats. Is there a clean >> way to load them into >> amarok without patching taglib/t

added:today does not work

2011-07-26 Thread Mathias Panzenböck
In current Git the filter "added:today" on the local collection does no longer work (since a at least a few days). It just keeps displaying all the songs. Can anyone else reproduce this? I frequently use(d) this feature because I have scripts that download songs from various free sources (no

Re: added:today does not work

2011-07-26 Thread Mathias Panzenböck
PS: automaticallly updating the collection per inotify seems not to work either. I have to manually click "Update Collection" in order to get the new song in the collection browser. -panzi On 07/26/2011 05:47 PM, Mathias Panzenböck wrote: > In current Git the filter &qu

Re: Why I can't use Amarok

2011-08-29 Thread Mathias Panzenböck
On 08/28/2011 09:58 AM, Shlomi Fish wrote: Hi all, I was a happy user of Amarok 1.4.x, but since Amarok 2.x, I've been getting a lot of compatibility problems with it, which made it use painful. As a result, I've been mostly using the VLC player recently, which isn't perfect, but is less quirky.

undefined Symbols in applets

2011-09-01 Thread Mathias Panzenböck
Since a few days I can't compile Amarok any more. I get lots of undefined symbols concerning QGraphicsWebView and QWebSettings. I use Fedora 14 which ships Qt 4.7.3 and I have qt-webkit-devel installed. Maybe there are some errors in some CMakeList.txt files that forget to link the necessary li

Re: undefined Symbols in applets

2011-09-01 Thread Mathias Panzenböck
On 09/01/2011 04:45 PM, Erik Hovland wrote: On Thu, Sep 1, 2011 at 6:45 AM, Mathias Panzenböck wrote: Since a few days I can't compile Amarok any more. I get lots of undefined symbols concerning QGraphicsWebView and QWebSettings. I use Fedora 14 which ships Qt 4.7.3 and I have qt-webkit-

corrupted double-linked list

2011-09-05 Thread Mathias Panzenböck
Since a few days amarok does not shut down correctly anymore but gives this message on quit and hangs: amarok: END__: virtual App::~App() [DELAY Took (quite long) 7.6s] amarok: BEGIN: bool Dynamic::DynamicModel::savePlaylists(const QString&) amarok: END__: bool Dynamic::DynamicModel::savePlaylis

OSD drives my crazy

2011-09-28 Thread Mathias Panzenböck
I just wanted to say that OSD in current GIT drives my crazy. When you click on it ist just reappeares half a second later. You have to click three times! I've deactivated OSD. -panzi ___ Amarok-devel mailing list Amarok-devel@kde.org https://m

Re: Fwd: [LikeBack: Like] #2721 (2.4.90 - fr)

2011-11-27 Thread Mathias Panzenböck
Well, for me current GIT crashes about every 10 or 20 songs. For some songs it crashes reproducibly. I use the VLC backend and still KDE 4.6. Maybe it's because of this. (VLC on its own does not crash so I use amarok to manage my music and then drag the songs into VLC to play them.) Also for some

Re: Fwd: [LikeBack: Like] #2721 (2.4.90 - fr)

2011-11-27 Thread Mathias Panzenböck
PS: Since a while sound stops to work when I pause a song. It works again when I stop the song and press play again. Which is pretty bad for 3h podcasts. On 11/27/2011 11:32 PM, Mathias Panzenböck wrote: Well, for me current GIT crashes about every 10 or 20 songs. For some songs it crashes

Re: Fwd: [LikeBack: Like] #2721 (2.4.90 - fr)

2011-11-28 Thread Mathias Panzenböck
On 11/28/2011 12:08 PM, Myriam Schweingruber wrote: On Sun, Nov 27, 2011 at 23:35, Mathias Panzenböck wrote: PS: Since a while sound stops to work when I pause a song. It works again when I stop the song and press play again. Which is pretty bad for 3h podcasts. I can't reproduce this

Re: Fwd: [LikeBack: Like] #2721 (2.4.90 - fr)

2011-11-29 Thread Mathias Panzenböck
On 11/29/2011 08:37 AM, Bart Cerneels wrote: On Mon, Nov 28, 2011 at 15:25, Mathias Panzenböck wrote: On 11/28/2011 12:08 PM, Myriam Schweingruber wrote: On Sun, Nov 27, 2011 at 23:35, Mathias Panzenböck wrote: PS: Since a while sound stops to work when I pause a song. It works again

I have commit rights? Or what just happened?

2011-12-14 Thread Mathias Panzenböck
Hi. I thought I had my amarok clone configured in a way, that I push to my own github account when I write "git push". But apparently I didn't, because I got this log message just now: Counting objects: 17, done. Delta compression using up to 2 threads. Compressing objects: 100% (9/9), done. W

Re: Review Request: Bump the taglib dependency to 1.7

2012-01-30 Thread Mathias Panzenböck
On 01/29/2012 10:58 PM, Ryan McCoskrie wrote: On Fri, 27 Jan 2012 03:24:51 Daniel Faust wrote: actually taglib 1.7 is not needed, I just forgot to wrap the #include around the #ifdef ... So I could either fix that and we can go back to taglib 1.6 or I'll remove all the #ifdef ... that are alrea

Re: Amarok 2.5.0 has a bad memory leak

2012-05-23 Thread Mathias Panzenböck
Out of curiosity: Why use a QShardPointer and not directly allocate the object on the stack? Would do the same. On 05/23/2012 08:33 PM, Erik Hovland wrote: Does the attached patch help at all? E On Wed, May 23, 2012 at 3:17 AM, Bart Cerneels wrote: Hey Gerald. Thanks for the data you gather