Skip to content

Instantly share code, notes, and snippets.

View rassie's full-sized avatar

Nikolai Prokoschenko rassie

  • Nürnberg, Germany
View GitHub Profile
Traceback (most recent call last):
File "./picard/ui/itemviews.py", line 491, in dropEvent
self.drop_urls(urls, target)
File "./picard/ui/itemviews.py", line 477, in drop_urls
self.tagger.add_files(files)
File "./picard/tagger.py", line 316, in add_files
self.unmatched_files.add_files(new_files)
File "./picard/cluster.py", line 254, in add_files
super(UnmatchedFiles, self).add_files(files)
File "./picard/cluster.py", line 56, in add_files
def update(self, signal=True):
for name, values in self.metadata.rawitems():
if not name.startswith('~') and self.supports_tag(name):
if self.orig_metadata.getall(name) != values:
#print name, values, self.orig_metadata.getall(name)
self.similarity = self.orig_metadata.compare(self.metadata)
if self.state in (File.CHANGED, File.NORMAL):
self.state = File.CHANGED
break
else:
$if(
$or(
$eq(%releasetype%,audiobook),
$eq(%releasetype%,spokenword)
),
Hörbücher,
Musik
)/
$if(
$ne(
private template 'header' => sub {
my ($artist) = @_;
# Given over on $stash, here as an example
my $link_hash = {
overview => 'http://test.musicbrainz.org/artist/06fb1c8b-566e-4cb2-985b-b467c90781d4',
releases => 'http://test.musicbrainz.org/artist/06fb1c8b-566e-4cb2-985b-b467c90781d4/releases',
};
my $titles = {
package Musicbrainz::View::Artist;
#0 0x00002adeb6be06c2 in Perl_mg_free () from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so
No symbol table info available.
#1 0x00002adeb6bf752d in Perl_sv_clear () from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so
No symbol table info available.
#2 0x00002adeb6bf7ad0 in Perl_sv_free () from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so
No symbol table info available.
#3 0x00002adeb6c1aa9f in Perl_leave_scope () from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so
No symbol table info available.
#4 0x00002adeb6c1e948 in Perl_pp_leaveloop () from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so
No symbol table info available.
$thisEditor.find("div:first > div:first > div:not(:first)") // Find all artist entry lines,
.filter(":has(input.artistCredit:visible)") // and for those lines with visible AC fields,
.find("input.artistName, div.artistResolvedName") // get the artist name input and resolved text elements in each,
.each(function () { // make sure the width of those fields is at the 'visible AC' width,
$(this).css("width", "19em");
if (n > 0) {
do {
processItem();
} while (--n);
}
n = parseInt(i / 8, 10);
do {
processItem();
processItem();
processItem();
YUI/1~ | 2 +
YUI/packjs.sh | 9 +
YUI/yuicompressor-2.4.2/ant.properties | 8 +
YUI/yuicompressor-2.4.2/build.xml | 66 +
YUI/yuicompressor-2.4.2/doc/CHANGELOG | 226 +
YUI/yuicompressor-2.4.2/doc/README | 140 +
.../yahoo/platform/yui/compressor/Bootstrap.java | 22 +
.../platform/yui/compressor/CssCompressor.java | 188 +
.../platform/yui/compressor/JarClassLoader.java | 158 +
.../yui/compressor/JavaScriptCompressor.java | 1309 +++
$VAR1 = [
'-h',
'localhost',
'-U',
'postgres',
'musicbrainz_db',
'-d',
'--no-password',
'plpgsql'
];