Re: Review Request 106566: phonon phive core frontend api

2015-09-12 Thread Harald Sitter
Diff: https://git.reviewboard.kde.org/r/106566/diff/ Testing --- Thanks, Harald Sitter ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Help wanted to evolve KDEs music players

2015-08-04 Thread Harald Sitter
On Sun, Aug 2, 2015 at 5:31 PM, Martin Sandsmark wrote: > VLC is something that makes more sense for me. Not disagreeing or anything since it is a well known fact that I am a VLC fanboy :P BUT During last akademy I brought up the possibility of killing phonon-gstreamer and going vlc-only in Pho

Re: Help wanted to evolve KDEs music players

2015-08-01 Thread Harald Sitter
Ahoy ahoy, ramblings ahead! On Thu, Jul 30, 2015 at 12:42 PM, Stefan Derkits wrote: > This music player should not replace Amarok or other great Qt-based > music players like Tomahawk or Clementine, as their feature set is much > bigger than this new music player should ever have. ^ this One of

Re: Invitation for Randa Meetings 2014

2014-02-15 Thread Harald Sitter
On Sat, Feb 15, 2014 at 10:08 AM, Mark Kretschmann wrote: > To make a start, myself and Myriam Schweingruber are going to join. > I've also heard some noises from Harald Sitter that pointed into the > direction of "yes". Yes! Randa! Much Fancy! Many great things ne

Phonon 4.7.1, Phonon-GStreamer 4.7.1, Phonon-VLC 0.7.1

2013-12-06 Thread Harald Sitter
The Phonominals are proud to present a whole new batch of releases. This set of maintenance releases improves support for various platforms and ensures proper behavior with older backend versions. Head on over to the release pages [1] to find out more. [1] http://community.kde.org/Phonon/Releases

phonon5 and times

2013-11-14 Thread Harald Sitter
More API fun ahead! in phonon4 we had the following time properties: - tick (played milliseconds changed) - tickInterval (how often one is informed about a tick) - totalTime (total amount of milliseconds to be played) - remainingTime (totalTime - tick) the latter two are fine the former two I don

Phonon 4.7.0, Phonon-GStreamer 4.7.0, Phonon-VLC 0.7.0 - Now With Qt5 Inside

2013-11-04 Thread Harald Sitter
The Phonons are proud to present a whole new batch of releases. To find out more about the exicting introduction of Qt5 support, enhanced subtitle control and the vastly more reliable backends head on over to the new wiki powered release pages [1]. [1] http://community.kde.org/Phonon/Releases HS

phonon5 and the metadata

2013-11-02 Thread Harald Sitter
Strawpoll: What do you prefer? What do you use right now? QStringList Player::metaData(Enum e); or QStringList Player::metaData(QString s); // as per [1] Rationale: Right now we have both and it seems to me that having a string based getter doesn't give any advantage over the enum one. If anythi

Re: phonon5 and the media sources

2013-10-19 Thread Harald Sitter
first off does anyone know how qtmm does this? I have found no way to control a DVD using qtmm -.- On Wed, Oct 16, 2013 at 4:25 PM, Casian Andrei wrote: > Heya, > > For Phonon5 it looks like the "Source" class needs a complete rewrite, as > Harald pointed out to me on IRC. > > Here is a quick

phonon5 and the descriptors

2013-10-08 Thread Harald Sitter
aloha I am looking for some input regarding the future of objectdescriptions in phonon5. ++ tldr: should objects describing a property/setting of phonon objects such as Subtitle/AudioOutputDevice/AudioChannel be QObjects; if not, should they be QSharedData considering they are comprised of impli

Phonon VLC 0.6.2 Released

2013-02-13 Thread Harald Sitter
Second maintenance release of the Phonon VLC backend 0.6 brings improved efficiency. http://apachelog.wordpress.com/2013/02/13/phonon-vlc-0-6-2/ regards, HS and the Phonominals ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mail

Phonon GStreamer 4.6.3 Released

2013-02-02 Thread Harald Sitter
Another ever so lovely release of the GStreamer backend got out. It resolves various annoyances users of Amarok and Tomahawk experienced. More information @ [1] [1] http://wm161.net/2013/02/01/phonon-gstreamer-4-6-3/ regards, HS and the Phonominals ___

Re: phonon4qt5

2013-01-27 Thread Harald Sitter
On Sun, Jan 27, 2013 at 11:03 PM, David Faure wrote: > On Sunday 27 January 2013 03:10:04 Harald Sitter wrote: > > as discussed previously there is now a transitional library for qt5 > called > > phonon4qt5 and lives in a branch of the regular phonon git repos (p

phonon4qt5

2013-01-26 Thread Harald Sitter
as discussed previously there is now a transitional library for qt5 called phonon4qt5 and lives in a branch of the regular phonon git repos (pending release). phonon4qt5 is a 100% source compatible version of phonon4 that builds against qt5. it is directly derived from master and as such should be

Re: Review Request: phonon phive core frontend api

2012-11-08 Thread Harald Sitter
tOnPlaying() setSource(A) play() onPlaying: connectOnStopped() setSource(B) onStopped: play() - Harald --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106566/#review19569 --

Re: Review Request: phonon phive core frontend api

2012-10-12 Thread Harald Sitter
ld make this a QSet > > Matěj Laitl wrote: > > Could make this a QSet > > No, effect order matters and QSet doesn't preserve order. adding the same effect twice will prolly end up failing an assert ... I am reasonable certain that vlc does not suppo

Review Request: phonon phive core frontend api

2012-09-25 Thread Harald Sitter
/AbstractVideoOutput.cpp PRE-CREATION core/core.pro PRE-CREATION core/effects/SubtitleEffect.h PRE-CREATION core/effects/SubtitleEffect.cpp PRE-CREATION core/five_global.h PRE-CREATION Diff: http://git.reviewboard.kde.org/r/106566/diff/ Testing --- Thanks, Harald Sitter

Review Request: add cli argument to activate phonon debugging

2012-09-12 Thread Harald Sitter
: http://git.reviewboard.kde.org/r/106431/diff/ Testing --- [x] start with --debug-audio [x] start with --debug [x] start with --debug --debug-audio [x] start without any argument Thanks, Harald Sitter ___ Amarok-devel mailing list Amarok-devel

Re: API proposal: Phonon BackendInfo

2012-09-11 Thread Harald Sitter
On Mon, Sep 10, 2012 at 4:12 PM, Bart Cerneels wrote: > Couldn't the pulseaudio stuff be considered platform integration? Yes. > I > would be happy enough with a string indication which platform phonon > and it's backends are using. example: "linux (pulseaudio)", "linux > (ALSA)", "Windows (Dire

Re: API proposal: Phonon BackendInfo

2012-09-09 Thread Harald Sitter
On Sun, Sep 9, 2012 at 2:14 PM, Matěj Laitl wrote: >> /** @returns \c true when this backend was provided by a platform plugin >> */ >> bool isPlatformProvided() const; > > Perhaps this has sense to people who known how Phonon is implemented in Qt, > but I don't understand what "provid

API proposal: Phonon BackendInfo

2012-09-09 Thread Harald Sitter
ahoyahoy attached is a proposed api for phonon backend information as both amarok and tomahawk have diagnostics functionality that needs accurate information on the loaded backend. this addition would would address [1]. feedback would be much appreciated. implementation-wise this is a no-brainer

Review Request: liblastfm1 port

2012-06-16 Thread Harald Sitter
artists plasmoid Thanks, Harald Sitter ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Phonon 4.5.1 released

2011-10-27 Thread Harald Sitter
The Phonominals are proud to announce the availability of Phonon 4.5.1, providing greatly improved PulseAudio support. Source download is available from KDE: http://download.kde.org/download.php?url=stable/phonon/4.5.1/src/phonon-4.5.1.tar.xz Details on this terrific new release are available fro

Re: Amarok Dev Days 2011

2011-09-06 Thread Harald Sitter
On Sat, Sep 3, 2011 at 9:59 PM, Mark Kretschmann wrote: > in replacement of our usual sprints, which don't happen very > frequently Other than last year, this year and probably next year? ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.k

Re: Review Request: visualization: it works

2011-08-09 Thread Harald Sitter
> On Aug. 10, 2011, 12:02 a.m., Harald Sitter wrote: > > plenty of full path usage, which is not scalable on linux and particularly > > not in xplatform context + wrong code style > > Alessandro Siniscalchi wrote: > Hi Harald, > tell me more about the wrong

Re: Review Request: visualization: it works

2011-08-09 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102243/#review5558 --- plenty of full path usage, which is not scalable on linux and pa

Phonon VLC 0.4.1 released

2011-08-01 Thread Harald Sitter
The Phonominals are proud to announce the availability of Phonon VLC 0.4.1. Improving stability and introducing audio cd playback capabilities. Source download is available from KDE: http://download.kde.org/download.php?url=stable/phonon/phonon-backend-vlc/0.4.1/phonon-backend-vlc-0.4.1.tar.xz De

Fwd: Desktop Summit project meeting

2011-06-30 Thread Harald Sitter
-- Forwarded message -- From: Valorie Zimmerman Date: Thu, Jun 30, 2011 at 9:52 AM Subject: Desktop Summit project meeting To: "For discussion of multimedia (sound/video) issues under KDE" KDE Multimedia :: Desktop Summit: http://wiki.desktopsummit.org/Workshops_%26_BoFs/2011/KD

Phonon Randa 2011 Topics

2011-05-22 Thread Harald Sitter
Aloha! Trever created a nice page to collect discussion topics for the Randa 2011 sprint [1], everyone please think of nice things to discuss and add them :) Thanks. [1] http://community.kde.org/Phonon/Randa2011 regards, Harald ___ Amarok-devel mailin

Phonon VLC 0.4.0 released

2011-04-26 Thread Harald Sitter
Following the releases of Phonon 4.5.0 and Phonon GStreamer 4.5.0, version 0.4.0 of the VLC backend for Phonon is now also available. Source downloads is available from KDE: http://download.kde.org/download.php?url=stable/phonon/phonon-backend- vlc/0.4.0/src/phonon-backend-vlc-0.4.0.tar.bz2 Amon

Phonon 4.5.0 released

2011-03-25 Thread Harald Sitter
The Phonon team is proud to announce the immediate availability of Phonon 4.5.0. It can be downloaded from: http://download.kde.org/download.php?url=stable/phonon/4.5.0/src/phonon-4.5.0.tar.bz2 Changes include the introduction of Zeitgeist support, a Qt Designer plugin, support for switching to D

[phonon-gstreamer] gstreamer: Map gst equalizer name to the one used in pxine

2011-02-28 Thread Harald Sitter
Git commit b6b51f4e082451f88b97004ea1904940a8a05cc7 by Harald Sitter. Committed on 01/03/2011 at 00:23. Pushed by sitter into branch 'master'. Map gst equalizer name to the one used in pxine This allows API consumers such as Amarok to actually maintain a working equalizer with phonon

Phonon moves to Git.KDE.org and splits backends

2010-12-23 Thread Harald Sitter
] https://projects.kde.org/projects/kdesupport/phonon/ [2] http://apachelog.wordpress.com/2010/12/23/the-phonon-family-is-moving/ [3] http://apachelog.wordpress.com/2010/12/07/phonon-to-break-git-history/ yours truly, Harald Sitter Phonon Developer

Phonon 4.4.3 & Phonon VLC 0.3

2010-12-01 Thread Harald Sitter
http://download.kde.org/download.php?url=stable/phonon-backend- vlc/0.3.1/phonon-backend-vlc-0.3.1.tar.bz2 Have fun! regards, Harald Sitter Phonon Developer ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel