User:JesseW: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
(did one)
Line 16: Line 16:
* Add other standalone recordings of [[Artist:b5209eb9-3b1c-45c3-8ac3-3a99c054bcb4|Steve Savitzky]] & related bands
* Add other standalone recordings of [[Artist:b5209eb9-3b1c-45c3-8ac3-3a99c054bcb4|Steve Savitzky]] & related bands
* Write an semi-automated importer for data from http://TheSession.org -- tunes, tune aliases, recordings.
* Write an semi-automated importer for data from http://TheSession.org -- tunes, tune aliases, recordings.
* Finish linking [https://musicbrainz.org/search?query=Jenny%27s+Welcome+to+Charlie&type=recording&method=indexed Jenny's Welcome to Charlie]
* Finish linking [https://musicbrainz.org/search?query=Jenny%27s+Welcome+to+Charlie&type=recording&method=indexed Jenny's Welcome to Charlie] -- Done 17:29, 31 January 2014 (UTC), need to periodically re-check, and check for alternate names.



== Missing license statements ==
== Missing license statements ==

Revision as of 17:29, 31 January 2014

I'm a contra dancer and filker, focused on adding to these genres on MB.

Things to keep an eye on

TODOs


Missing license statements

for foo in lib/MusicBrainz/Server/*(/); do missing=$(find $foo -type f '!' -exec grep -q 'This program is free software' '{}' \; -print | wc -l); total=$(find $foo -type f -print | wc -l); if $missing == $total ; then echo "In $foo all $total are missing a license statement"; else echo "In $foo there are $missing missing out of $total, or" $((((100*$missing+0.0)/$total)%100))"% missing."; fi; done
In lib/MusicBrainz/Server/Authentication there are 5 missing out of 6, or 83% missing.
In lib/MusicBrainz/Server/CGI all 1 are missing a license statement
In lib/MusicBrainz/Server/Controller there are 84 missing out of 131, or 64% missing.
In lib/MusicBrainz/Server/ControllerBase there are 1 missing out of 4, or 25% missing.
In lib/MusicBrainz/Server/ControllerUtils all 2 are missing a license statement
In lib/MusicBrainz/Server/CoverArt there are 1 missing out of 4, or 25% missing.
In lib/MusicBrainz/Server/Data there are 21 missing out of 112, or 18% missing.
In lib/MusicBrainz/Server/Edit there are 151 missing out of 174, or 86% missing.
In lib/MusicBrainz/Server/EditSearch all 19 are missing a license statement
In lib/MusicBrainz/Server/Email there are 3 missing out of 10, or 30% missing.
In lib/MusicBrainz/Server/Entity there are 22 missing out of 187, or 11% missing.
In lib/MusicBrainz/Server/Form there are 61 missing out of 102, or 59% missing.
In lib/MusicBrainz/Server/Model all 1 are missing a license statement
In lib/MusicBrainz/Server/Plugin there are 6 missing out of 9, or 66% missing.
In lib/MusicBrainz/Server/Report there are 7 missing out of 74, or 9% missing.
In lib/MusicBrainz/Server/Role all 1 are missing a license statement
In lib/MusicBrainz/Server/Test there are 1 missing out of 3, or 33% missing.
In lib/MusicBrainz/Server/Translation all 8 are missing a license statement
In lib/MusicBrainz/Server/View all 2 are missing a license statement
In lib/MusicBrainz/Server/WebService there are 6 missing out of 62, or 9% missing.
In lib/MusicBrainz/Server/Wizard there are 2 missing out of 3, or 66% missing.