[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2011-07-07 Thread Givrix
The problem is still there, unsolved, with Xine 4.4.4... though compared to the posts I see the music stops when seeking but goes back to initial point after ~2s. I installed gstreamer phonon backend. After changing the engine in phonon properties (accessible for gnome users in Amarok preferences

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2010-07-15 Thread Miguel Guedes
I'm using Kubuntu but also have Gnome installed. Seeking FLAC files in Rhythmbox (in Gnome or KDE) works as intended but it fails in Amarok (in KDE) with the symptoms previous posters have described above. I tried the solution strav posted (BTW: the package is phonon-backend- gstreamer) but, after

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2010-02-27 Thread beadrifle
Bug confirmed in Banshee 1.5.4 also; bump -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to amarok in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2010-01-07 Thread strav
Don't know if it's a sin somewhere, but if you're using Kde4 systemSettings, just install gstreamer-phonon-backend and in the backend preferences of the multimedia section from systemsettings, prioritize Gstreamer. Ability to seek FLAC files: +1 Gstreamer. -- Amarok can't fast-forward FLAC files

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2009-12-02 Thread baytuni
Confirmed for Karmic & Banshee -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to amarok in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https:/

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2009-10-19 Thread ilna
Being using Kubuntu Karmic testing, I can confirm the issue wrt Amarok2 and FLAC files. MPD seeks FLAC files fine. -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to am

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2009-09-29 Thread Russ Brown
Just to note that I have this problem with a number of media players, not just amarok: * Amarok * Banshee * Rhythmbox * Totem * The following work however: * KPlayer * VLC * mplayer Re-encoding or adding seek points to the files doesn't seem to help at all... -- Amarok can't fast-for

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2009-05-30 Thread Magnes
It's still a problem in amarok 2.0 (and 2.1). I just reencode all my flac files that don't have seek information with flac filename.flac -S 1s -o new_filename.flac - to fix this. It would be great if this step wasn't necessary. -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/b

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2009-03-06 Thread teratomata
This doesn't seem to be a problem in amarok 2.0 and songbird. Only thing is songbird doesn't have keyboard shortcuts making the best linux player less than worthless, and amarok 2.0 isn't so nice as amarok 1.4 that I would switch just for this. -- Amarok can't fast-forward FLAC files. https://bug

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2009-03-06 Thread Reinhard Tartler
** Also affects: xine-lib Importance: Undecided Status: New -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2009-01-13 Thread Jonathan Thomas
The xine guys would have to release a new version of xine that doesn't have this bug. ** Changed in: amarok (Ubuntu) Status: Confirmed => Invalid ** Changed in: xine-lib (Ubuntu) Importance: Wishlist => Low -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/16247

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-12-21 Thread obsidian
This is still an issue on 8.10. Does anyone more knowledgeable about Amarok know whether this can be addressed by just updating a xine dependency? The current status quo is not a great user experience. Traffic on xine-devel (http://www.nabble.com/Seeking-in-FLAC- files.-td1892865.html) suggests

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-11-28 Thread Daniel T Chen
** Changed in: amarok (Ubuntu) Importance: Undecided => Wishlist ** Changed in: xine-lib (Ubuntu) Importance: Undecided => Wishlist Status: New => Confirmed -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because you

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-06-22 Thread teratomata
I tried out the coment above and it works great, no need to restart amarok or anything you might think. One comment I do have is that you need to cd into the main folder with all your music, something I'm sure everyone but me instantly understood ;p -- Amarok can't fast-forward FLAC files. https:

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-06-22 Thread Loïc Martin
Sorry for the late response I apparently didn't get Launchpad notification. First, you need to install the flac package : sudo apt-get install flac (or use Synaptic) Second, the script doesn't work for me anymore, and I don't know why it worked once but doesn't anymore, except maybe that some p

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-06-01 Thread teratomata
I tried this and can't get it to work. I get a 'cannot execute binary file' for every flac in the folder, for example: c: ./Animal Collective 2007.09.10 Strawberry Jam flac/Animal Collective [06] #1.flac: cannot execute binary file What should I do now? -- Amarok can't fast-forward FLAC files.

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-05-29 Thread Loïc Martin
http://amarok.kde.org/forum/index.php/topic,13977.msg22328.html#msg22328 [quote]#!/bin/sh if [ ! "$1" ] then find . -name "*.flac" -exec $0 {} \; else metaflac --list --block-type=SEEKTABLE "$1" | grep -q SEEKTABLE if [ $? -ne 0 ] then echo "No SEEKTABLE in $1, generating..." met

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-04-11 Thread Prodigious Penguin
How does a manual workaround fix this bug? Unless somebody is subscribed to this thread or hunts around the KDE forums, they won't know about it. Chances are that even if they do, they won't wanna go through the steps to wipe their seek tables and create new ones. I don't think this should be ma

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-04-11 Thread Harald Sitter
forum discussion: http://amarok.kde.org/forum/index.php/topic,13977.0.html ** Changed in: amarok (Ubuntu) Status: Confirmed => Invalid -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-03-11 Thread Prodigious Penguin
This is still an issue on the newest updates in Hardy. Probable affected packages: amarok-xine 2:1.4.8-0ubuntu3 libxine1 1.1.10.1-2 -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because you are a member of Kubuntu Team, which i

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-02-11 Thread Prodigious Penguin
Steps to reproduce: 1. Download the attached FLAC file and open it in Amarok 2. Try moving the seekhead while the attached file is playing ** Attachment added: "Flac sample" http://launchpadlibrarian.net/11877645/ATrain.flac -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.ne

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2008-02-11 Thread Prodigious Penguin
** Also affects: xine-lib (Ubuntu) Importance: Undecided Status: New -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2007-12-31 Thread Prodigious Penguin
Fired up xine-ui and the problem appears to be with xine itself; xine-ui couldn't handle the flac files either. Also, Totem using Gstreamer worked fine on the same flacs. -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because yo

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2007-12-30 Thread Sir Nikon
It seems that when I fast forward a FLAC audio file, it will pause, then start over at the beginning. This actually happens on any program that will play a FLAC file. I am thinking that the issue might be with the FLAC codec itself... flaclib or something along those lines...? -- Amarok can't fa

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2007-11-26 Thread Prodigious Penguin
[7.10] on my system using Amarok 1.4.7, using the playhead just makes sound stop coming out for however long it was from where the playhead WAS to where you put it. For example, if a song was at 1:15 and I moved the playhead to 1:45, I'd hear nothing for 30 seconds - but at the end of those 30 sec

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2007-11-16 Thread Michael Bogdan
** Changed in: amarok (Ubuntu) Status: New => Confirmed -- Amarok can't fast-forward FLAC files. https://bugs.launchpad.net/bugs/162470 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for amarok in ubuntu. -- kubuntu-bugs mailing list [

[Bug 162470] Re: Amarok can't fast-forward FLAC files.

2007-11-14 Thread Sir Nikon
That's odd... I noticed the same thing today. Fast forward and rewind works fine with all other formats I have tested (mostly MP3 and OGG) but with FLAC, the music stops, halts for about thirty seconds, then restarts at the beginning. -- Amarok can't fast-forward FLAC files. https://bugs.launchpa