Bug 208546 - Wikipedia Band suffix configure
Summary: Wikipedia Band suffix configure
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 2.3-GIT
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 20:47 UTC by Jonathan
Modified: 2009-09-27 08:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan 2009-09-25 20:47:16 UTC
Version:           2.2-GIT (using 4.3.68 (KDE 4.3.68 (KDE 4.4 >= 20090907)), Eth-OS)
Compiler:          gcc
OS:                Linux (i686) release 2.6.30-ARCH

It should be possible to disable Amarok's feature to append the suffix (Band) to the Wikipedia-URL. The Link to "Alban Berg (Band)" is very useless.
Comment 1 Myriam Schweingruber 2009-09-26 12:05:49 UTC
Agreed, it is annoying
Comment 2 Myriam Schweingruber 2009-09-26 17:34:57 UTC
From this forum post http://forum.kde.org/viewtopic.php?f=115&t=81926#p130302 
I copy a possible solution:

Hope this helps; if compiling from source:

"edit line 226 of

amarok-2.1.85/src/context/engines/wikipedia/WikipediaEngine.cpp

so that the double quoted expression reads
"wgArticleId=0,"
instead of "var wgArticleId = 0"

and recompile. This seems to fix the problem (for me at least). It seems wikipedia has changed its format when returning a non-existent page."

Could somebody have a look at that, please?
Comment 3 Mark Kretschmann 2009-09-27 08:37:21 UTC
Thanks, someone already fixed this in git master.