For comparison, following a question elsewhere, I extracted from
https://wikitech.wikimedia.org/wiki/Analytics/Data/Mediacounts a list of
wav/flac/ogg files with at least 5 usages and 1 MB transferred in a
random day, see
http://koti.kapsi.fi/~federico/tmp/mediacounts-audio-top.2015-07-27.v00.csv
Top 10 by transfer:
/wikipedia/commons/7/7f/Facebook.ogg 46534382349 3210
/wikipedia/commons/0/0d/Hino-Nacional-Brasil-instrumental-mec.ogg
33898670098 4062
/wikipedia/commons/6/65/Star_Spangled_Banner_instrumental.ogg
27888811944 8686
/wikipedia/commons/d/d7/Youtube_spoken_word.ogg 24180292370 2105
/wikipedia/commons/5/59/The_Stars_and_Stripes_Forever_-_U.S._Navy_Band.ogg
24120357844 2853
/wikipedia/commons/5/5b/Ludwig_van_Beethoven_-_Symphonie_5_c-moll_-_1._Allegro_con_brio.ogg
23016515737 3368
/wikipedia/commons/b/be/Toccata_et_Fugue_BWV565.ogg 20744014775 3531
/wikipedia/commons/f/f2/On_Craftsmanship_-_the_only_surviving_recording_of_Virginia_Woolf.flac
19445080418 5140
/wikipedia/commons/0/02/National_Anthem_of_Russia_(2000)%2C_three_verses.ogg
18796074983 2309
/wikipedia/commons/9/99/Wolfgang_Amadeus_Mozart_-_Symphony_40_g-moll_-_1._Molto_allegro.ogg
17610053995 1910
Nemo
Brian Wolff, 26/07/2015 22:06:
> So I just recently discovered that WMF is now publishing stats for media files.
>
> So in terms of most popular videos, it seems to be mostly space and
> porn. (This list is url of file minus the https://upload.wikimedia.org
> part then a comma, then the number of downloads on 2015-07-25)
>
> /wikipedia/commons/9/92/Cynopterus_sphinx_fellatio_no_music.ogg,58270
> /wikipedia/commons/c/cc/Andromeda_and_Milky_Way_collision.ogg,2036
> /wikipedia/commons/f/fa/Ejaculation_Educational_Demonstration.OGG,1819
> /wikipedia/commons/4/4b/Erection_development_animated.ogv,1035
> /wikipedia/commons/e/e0/A_handjob_video.ogv,981
> /wikipedia/commons/7/73/Male_masturbation_followed_by_ejaculation.ogv,928
> /wikipedia/commons/6/64/Agenor_fait_un_levage.ogv,811
> /wikipedia/commons/9/94/Debbie_Does_Dallas.ogg,750
> /wikipedia/commons/4/4f/Tourette's_tic_long_medium_192kbps.OGG,740
> /wikipedia/commons/c/c5/Spontaneous-Ejaculation-in-a-Wild-Indo-Pacific-Bottlenose-Dolphin-(Tursiops-aduncus)-pone.0072879.s001.ogv,648
> /wikipedia/commons/3/31/L'heure_du_th%C3%A9.ogv,634
> /wikipedia/commons/3/31/Ziteil%2C_aerial_video_with_interior_view.webm,617
> /wikipedia/commons/e/ef/Speedsolving_a_3%C3%973%C3%973_Rubik's_Cube_with_Fridrich_Method.ogg,602
> /wikipedia/commons/3/3a/Condom_placement_demonstration.ogv,582
> /wikipedia/commons/1/12/Hypospadias_penis_masturbation.webm,578
> /wikipedia/commons/5/58/Ap17-ascent.ogg,566
> /wikipedia/commons/3/3e/Massages.ogv,510
> /wikipedia/commons/8/83/Elephants_Dream_(high_quality).ogv,496
> /wikipedia/commons/c/c3/Miss_Butterfly.ogv,496
> /wikipedia/commons/3/3d/Simulaci%C3%B3n_Tsunami.ogv,480
> /wikipedia/commons/6/67/Pentagon_Security_Camera_1.ogv,476
> /wikipedia/commons/0/0e/Jupiter_from_Voyager_1_PIA02855_thumbnail_300px_max_quality.ogv,466
> /wikipedia/commons/9/94/A11v_1092338.ogg,446
> /wikipedia/commons/c/cb/A_male_masturbating_with_lubricant.ogv,427
> /wikipedia/commons/b/bc/Female-masturbation-electric-massager.ogv,418
>
> See more at https://dpaste.de/Yuym
>
> This comes from the top1000 csv zip files at
> http://dumps.wikimedia.org/other/mediacounts/daily/2015/, using the
> mediacounts.2015-07-25.v00.sorted_key17.csv file.
>
> Anyways, thought it would be interesting to this list.
(Cc Commons-l; maybe continue there?)
Kenrick, 23/07/2015 06:20:
> is there any tool (on Tool Labs or elsewhere) to
> quickly upload those photos from cloud storage to Commons? If not, it
> may be a nice tool idea for me to work on. :)
This is a typical fit for digiKam/KIPI:
https://commons.wikimedia.org/wiki/Commons:KIPI_uploader
I'm not sure about Onedrive status, though it's mentioned somewhere in
their website; see https://bugs.kde.org/show_bug.cgi?id=300445#c13
If, rather than in preserving metadata/organisation of the files, you
are interested in saving bandwidth, then it would be a logical expansion
of https://tools.wmflabs.org/flickr2commons/
Nemo
The switch to Pygments has caused Commons files generated using 'dot'
to no longer have syntax highlighting, and four are appearing in
https://commons.wikimedia.org/wiki/Category:Pages_with_syntax_highlighting_…
But that will likely expand to the 26 files in
https://commons.wikimedia.org/wiki/Category:Images_with_Graphviz_source_code
I couldn't see any language supported by Pygments which has similar
syntax, so we should probably set the lang=text for all 26.
Support for this language was requested in 2014, and you can vote for it at
https://bitbucket.org/birkenfeld/pygments-main/issues/1024
While on the topic, there is a nice extension which would provide
native support for this format.
https://www.mediawiki.org/wiki/Extension:GraphViz
---------- Forwarded message ----------
From: Ori Livneh <ori(a)wikimedia.org>
Date: Tue, Jun 23, 2015 at 10:48 AM
Subject: [Wikitech-l] Upcoming SyntaxHighlight_GeSHi changes
To: wikitech-ambassadors(a)lists.wikimedia.org, Wikimedia developers
<wikitech-l(a)lists.wikimedia.org>
Hello,
Over the course of the next two days, a major update to the
SyntaxHighlight_GeSHi extension will be rolled out to Wikimedia wikis. The
change swaps geshi, the unmaintained PHP library which performs the lexical
analysis and output formatting of code, for another library, called
Pygments.
The roll-out will remove support for 31 languages while adding support for
several hundred languages not previously supported, including Dart, Rust,
Julia, APL, Mathematica, SNOBOL, Puppet, Dylan, Racket, Swift, and many
others. See <https://people.wikimedia.org/~ori/geshi_changes.txt> for a
full list. The languages that will lose support are mostly obscure, with
the notable exception of ALGOL68, Oz, and MMIX.
The change is expected to slightly improve the time it takes to load and
render all pages on all wikis (not just those that contain code blocks!),
at the cost of a slight penalty (about a tenth of a second) on the time it
takes to save edits which introduce or modify a block of highlighted code
to an article.
Lastly, the way the extension handles unfamiliar languages will change.
Previously, if the specified language was not supported by the extension,
instead of a code block, the extension would print an error message. From
now on, it will simply output a plain, unhighlighted block of monospaced
code.
The wikitext syntax for highlighting code will remain the same.
-- Ori
_______________________________________________
Wikitech-l mailing list
Wikitech-l(a)lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l
--
John Vandenberg
Wikimedia Commons Discussion List, Yuval left a message for you
Its sender and content will be shown only to you and you can delete it at any time. You can instantly reply to it, using the message exchange system. To find out what was written to you, just follow this link:
http://eu1.badoo.com/yuval.yosub/in/eTsL6VQ1kz4/?lang_id=106&g=57-0-4&m=21&…
Some other people in the area:
Petr (Prague, Czech Republic)
Sascha (Linz, Austria)
Veronika (Postřelmov, Czech Republic)
http://eu1.badoo.com/yuval.yosub/in/eTsL6VQ1kz4/?lang_id=106&g=57-1-4&m=21&…
If clicking the links in this message does not work,
copy and paste them into the address bar of your browser.
This email is a part of delivering a message sent by Yuval on the system. If you received this email by mistake, please just ignore it. After a short time the message will be removed from the system.
Have fun!
The Badoo Team
You have received this email from Badoo Trading Limited (postal address below).
If you do not wish to receive further email communications from Badoo click here to opt out: https://eu1.badoo.com/impersonation.phtml?lang_id=106&email=commons-l%40lis….
Badoo Trading Limited is a limited company registered in England and Wales
under CRN 7540255 with its registered office at Media Village, 131 - 151 Great Titchfield Street, London, W1W 5BB.
Wikimedia Commons Discussion List, Yuval left a message for you
Its sender and content will be shown only to you and you can delete it at any time. You can instantly reply to it, using the message exchange system. To find out what was written to you, just follow this link:
http://eu1.badoo.com/yuval.yosub/in/UNxveKuFfbc/?lang_id=106&g=57-0-4&m=21&…
Some other people in the area:
Felipe (Campinas, Brazil)
Marie (Sao Paulo, Brazil)
Daiane (Campinas, Brazil)
http://eu1.badoo.com/yuval.yosub/in/UNxveKuFfbc/?lang_id=106&g=57-1-4&m=21&…
If clicking the links in this message does not work,
copy and paste them into the address bar of your browser.
This email is a part of delivering a message sent by Yuval on the system. If you received this email by mistake, please just ignore it. After a short time the message will be removed from the system.
Have fun!
The Badoo Team
You have received this email from Badoo Trading Limited (postal address below).
If you do not wish to receive further email communications from Badoo click here to opt out: https://eu1.badoo.com/impersonation.phtml?lang_id=106&email=commons-l%40wik….
Badoo Trading Limited is a limited company registered in England and Wales
under CRN 7540255 with its registered office at Media Village, 131 - 151 Great Titchfield Street, London, W1W 5BB.