Ville Ranki | 1 Feb 14:31
Picon
Picon
Favicon

Incremental scanning


Hello,

I've been implementing incremental scanning for Amarok.

Reason for this is that with large connection on a slow
network share (sftp over ADSL for example) scanning can
take hours. Also currently all scanned files are lost if
scanning is interrupted. Even if it would takes few minutes
to scan entire collection, it is good usability to be
able to start playing something as soon as Amarok is
started.

I have modified amarokcollectionscanner to output one
XML block for each scanned directory and ScanManager
to parse this data on the fly.

Everything works well up to this point when i give
Directory instances to result processor. In this
example i have 2 directories with files in database.

(scanner scans first directory)

Following errors are outputted for each file:

[WARNING] [SqlScanResultProcessor] Found urls entry without directory. A
phantom track. Removing
"amarok-sqltrackuid://1ca15c03e1fe38d324e128f81afc39a0"
amarok:     [SqlScanResultProcessor] deleteTrack
"amarok-sqltrackuid://1ca15c03e1fe38d324e128f81afc39a0" url id 107
(Continue reading)

Gagan Naidu | 2 Feb 13:56
Picon

amarok playlist sharing

hii all,

          i used TANGERINE music sharing application to share amarok
playlist via local area network...but i couldnt get it...how can i
configure DAAP server with amarok player....
Wolfgang Kapferer | 7 Feb 22:26
Picon

Congratulations, really great app

Hi there people of AMAROK,

just wanted to say a really great Application!

Carry on!

All the best,

Sincerely

Wolfgang Kapferer
Bart Cerneels | 8 Feb 10:31
Picon
Favicon

Re: Congratulations, really great app

Thanks Wolfgang.

On Tue, Feb 7, 2012 at 22:26, Wolfgang Kapferer
<wolfgang.e.kapferer <at> gmail.com> wrote:
> Hi there people of AMAROK,
>
> just wanted to say a really great Application!
>
> Carry on!
>
> All the best,
>
> Sincerely
>
> Wolfgang Kapferer
> _______________________________________________
> Amarok mailing list
> Amarok <at> kde.org
> https://mail.kde.org/mailman/listinfo/amarok
Janardhan Reddy | 12 Feb 07:46
Picon

Re: Information Needed on use of thread weaver in amarok

Hi sir,
I have patched digikam with threadweaver, i was wondering if you could give some suggestions for improving the code.
link to commit:https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/844b7a49e515be936ef6fbba67047f5131b76639

Thanking You

On Tue, Jan 3, 2012 at 6:03 PM, Soren Harward <stharward <at> gmail.com> wrote:
On Sun, Jan 1, 2012 at 10:56 AM, Janardhan Reddy
<annapareddyjanardhanreddy <at> gmail.com> wrote:
> 1.amarok uses global static instance of threadweaver,and maximum number of
> threads to be used is not specified in code anywhere if i am correct.
> Does it not consume too much of cpu making the computer slow. Is there a way
> to control the cpu used.

Amarok doesn't have any hard limits on the amount of CPU used by
ThreadWeaver jobs.  Most of the uses of ThreadWeaver are for processes
that are IO bound (usually because they access a network or attached
device resource) and not CPU bound.  The only CPU-bound ThreadWeaver
uses in Amarok are the dynamic playlist backend and the automated
playlist generator (APG).  I think that the dynamic playlist is
limited to a single Job, and I know (because I wrote it) that the APG
is limited to one Job.  And even for both of these, the Job lasts no
more than a minute on a slow machine, and is usually considerably
faster.  So CPU limitations just aren't something we need to worry
about most of the time.

ThreadWeaver doesn't have any inherent ability to limit the amount of
CPU used, other than  Weaver::setMaximumNumberOfThreads().

> 2. Is it better to have global static instance of threadweaver or local
> instances of threadweaver::weaver .

That depends.  Use different Weavers if you need different Weaver
behavior for different types of jobs.  For example, pretend you have
Job types JobA, JobB and JobC.  If you need a WeaverObserver for all
JobCs, and you need to be able to cancel all JobAs at once, then it
makes sense to have separate Weavers for the separate Job types.
Otherwise, just stick with the global Weaver instance.  It's easier to
deal with.

I actually use Digikam, so if you want to put a git branch up
somewhere with your ThreadWeaver work in it, I'll take a look at it.

--
Soren Harward
_______________________________________________
Amarok mailing list
Amarok <at> kde.org
https://mail.kde.org/mailman/listinfo/amarok

_______________________________________________
Amarok mailing list
Amarok <at> kde.org
https://mail.kde.org/mailman/listinfo/amarok
Ewald Luprich | 13 Feb 08:37
Picon
Favicon

Amarok auf Deutsch

Hallole,

ich versuche nun schon seit zwei Tagen den Amarok 2.5.0 in Deutsch 
umzustellen aber es geht nicht.
Habe mir dem Amarok von dieser Seite 
http://www.heise.de/software/download/amarok/24811 heruntergeladen und 
Installiert,
leider ist er nur in Englisch und nicht auf Deutsch so wie es da steht.

Wo bekomme ich den Amarok auf Deutsch für Windows7 her.
Oder wie kann ich den umstellen.

Gruß Ewald
Matthew Rudys | 15 Feb 04:21
Picon

General Questions

Hello,

I have a few questions about Amarok. Does this program work with an existing audio player, like Itunes? I,m looking for some to help aid, my 9,000 plus songs in Itunes, to label unlabeled tracks, album names, artists names and maybe album art work. Can this program do any or all of these functions automatically? Is there any kind of cost? Or if you know a program that could help me out. Im in desperate need to organize my cluttered Ipod. Thanks.

_______________________________________________
Amarok mailing list
Amarok <at> kde.org
https://mail.kde.org/mailman/listinfo/amarok
Thomas Tanghus | 15 Feb 11:13
X-Face
Favicon
Gravatar

Pause restarts track

I don't know when this behaviour started, but whenever I try to pause a track 
it starts from the beginning of the track instead.

- GStreamer backend v. 4.5.1
- Amarok v. 2.5.0
- KDE 4.8

Known behaviour or should I (really...) investigate further?

--

-- 
Med venlig hilsen / Best Regards

Thomas Tanghus
Myriam Schweingruber | 15 Feb 11:37
Picon
Favicon
Gravatar

Re: Pause restarts track

Hi Thomas,

On Wed, Feb 15, 2012 at 11:13, Thomas Tanghus <thomas <at> tanghus.net> wrote:
> I don't know when this behaviour started, but whenever I try to pause a track
> it starts from the beginning of the track instead.
>
> - GStreamer backend v. 4.5.1
> - Amarok v. 2.5.0
> - KDE 4.8
>
> Known behaviour or should I (really...) investigate further?

Please try the Phonon-backend-vlc instead, this might be related to
the gstreamer backend.

Regards, Myriam

--

-- 
Proud member of the Amarok and KDE Community
Protect your freedom and join the Fellowship of FSFE:
http://www.fsfe.org
Please don't send me proprietary file formats,
use ISO standard ODF instead (ISO/IEC 26300)
Thomas Tanghus | 15 Feb 12:13
X-Face
Favicon
Gravatar

Re: Pause restarts track

On Wednesday 15 February 2012 11:37 Myriam Schweingruber wrote:
> Hi Thomas,
> 
> On Wed, Feb 15, 2012 at 11:13, Thomas Tanghus <thomas <at> tanghus.net> wrote:
> > I don't know when this behaviour started, but whenever I try to pause a
> > track it starts from the beginning of the track instead.
> > 
> > - GStreamer backend v. 4.5.1
> > - Amarok v. 2.5.0
> > - KDE 4.8
> > 
> > Known behaviour or should I (really...) investigate further?
> 
> Please try the Phonon-backend-vlc instead, this might be related to
> the gstreamer backend.

Thanks. Will do, though I thought that was deprecated?

--

-- 
Med venlig hilsen / Best Regards

Thomas Tanghus

Gmane