Quodlibet-2.6

Total Page:16

File Type:pdf, Size:1020Kb

Quodlibet-2.6 Ex Falso / Quod Libet Release 2.6.3 November 25, 2015 Contents 1 Table of Contents 3 1.1 Screenshots................................................3 1.2 Downloads................................................3 1.3 Requirements...............................................9 1.4 Features..................................................9 1.5 Changelog................................................ 11 1.6 User Guide................................................ 43 1.7 Development Guide........................................... 75 1.8 Command Manuals............................................ 92 1.9 License & Contributors......................................... 100 1.10 Contact.................................................. 101 i ii Ex Falso / Quod Libet, Release 2.6.3 Note: There exists a newer version of this page and the content below may be outdated. See https://quodlibet.readthedocs.org/en/latest for the latest documentation. Quod Libet is a GTK+-based audio player written in Python, using the Mutagen tagging library. It’s designed around the idea that you know how to organize your music better than we do. It lets you make playlists based on regular expressions (don’t worry, regular searches work too). It lets you display and edit any tags you want in the file, for all the file formats it supports. Unlike some, Quod Libet will scale to libraries with tens of thousands of songs. It also supports most of the features you’d expect from a modern media player: Unicode support, advanced tag editing, Replay Gain, podcasts & internet radio, album art support and all major audio formats - see the screenshots. Ex Falso is a program that uses the same tag editing back-end as Quod Libet, but isn’t connected to an audio player. If you’re perfectly happy with your favorite player and just want something that can handle tagging, Ex Falso is for you. Contents 1 Ex Falso / Quod Libet, Release 2.6.3 2 Contents CHAPTER 1 Table of Contents Note: There exists a newer version of this page and the content below may be outdated. See https://quodlibet.readthedocs.org/en/latest for the latest documentation. 1.1 Screenshots Fig. 1.1: The paned browser, providing a customizable hierarchy of filters for finding your music Note: There exists a newer version of this page and the content below may be outdated. See https://quodlibet.readthedocs.org/en/latest for the latest documentation. 1.2 Downloads 1.2.1 Source Quod Libet uses Mercurial for source control and is hosted on Google Code as well as Bitbucket: • https://code.google.com/p/quodlibet 3 Ex Falso / Quod Libet, Release 2.6.3 Fig. 1.2: The album browser, giving a visual anchor for a large library Fig. 1.3: Quod Libet’s queue in action, and its handling of multiple browser windows Fig. 1.4: The powerful and feature-rich tag editor interface, shared by Quod Libet and Ex Falso, that gives you the freedom to tag your music how you see fit 4 Chapter 1. Table of Contents Ex Falso / Quod Libet, Release 2.6.3 Fig. 1.5: Quod Libet and Ex Falso also share a powerful file-renaming system Fig. 1.6: Ex Falso, the standalone tagging application Fig. 1.7: Quod Libet and Ex Falso are highly extensible through many included plugins 1.2. Downloads 5 Ex Falso / Quod Libet, Release 2.6.3 • https://bitbucket.org/lazka/quodlibet To clone the repository: hg clone https://code.google.com/p/quodlibet hg clone https://bitbucket.org/lazka/quodlibet 1.2.2 Release Tarballs Release Filename Quod Libet 3.0.2 quodlibet-3.0.2.tar.gz Quod Libet Plugins 3.0.2 quodlibet-plugins-3.0.2.tar.gz Quod Libet 2.6.3 quodlibet-2.6.3.tar.gz Quod Libet Plugins 2.6.3 quodlibet-plugins-2.6.3.tar.gz Quod Libet 2.5.1 quodlibet-2.5.1.tar.gz Quod Libet Plugins 2.5.1 quodlibet-plugins-2.5.1.tar.gz For old releases see the full file listing. 1.2.3 Ubuntu Stable PPA: $ sudo add-apt-repository ppa:lazka/ppa Unstable PPA: $ sudo add-apt-repository ppa:lazka/dumpingplace 1.2.4 Debian Unstable Repo: deb http://www.student.tugraz.at/christoph.reiter/debian/ quodlibet-unstable/ Repo key: $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0C693B8F 1.2.5 Fedora Stable Repos: • Fedora 17 • Fedora 18 • Fedora 19 Unstable Repo: • Fedora 17 • Fedora 18 • Fedora 19 6 Chapter 1. Table of Contents Ex Falso / Quod Libet, Release 2.6.3 1.2.6 openSUSE Stable Repos: • openSUSE 12.1 • openSUSE 12.2 • openSUSE 12.3 • openSUSE Tumbleweed Unstable Repo: • openSUSE 12.1 • openSUSE 12.2 • openSUSE 12.3 • openSUSE Tumbleweed 1.2.7 Windows Release Filename Quod Libet 2.6.3 quodlibet-2.6.3-installer.exe Quod Libet 2.5.1 quodlibet-2.5.1-installer.exe Quod Libet 2.4.1 quodlibet-2.4.1-installer.exe For old releases see the full file listing. 1.2.8 Arch Linux $ pacman -S quodlibet 1.2.9 Running from Source Install mercurial and check out the source: $ hg clone https://code.google.com/p/quodlibet/ $ cd quodlibet QL/EF expects the plugins to be in “~/.quodlibet/plugins” so create a symlink: $ mkdir ~/.quodlibet $ ln -s $(readlink -f plugins) ~/.quodlibet/plugins Now switch to the real QL folder: $ cd quodlibet If you want translations, you have to create the gettext translation files: $ ./setup.py build_mo Run Quod Libet or Ex Falso: 1.2. Downloads 7 Ex Falso / Quod Libet, Release 2.6.3 $ ./quodlibet.py $ ./exfalso.py To update to the latest version, switch to the QL dir and run: $ hg pull --update $ ./setup.py build_mo # (only if you need translations) 1.2.10 Mac OS X Simple way (using macports) sudo port install quodlibet Hard way (using jhbuild) There is no real Mac port available at the moment but it is possible to get Quod Libet running under Mac OS X using jhbuild. The following steps show roughly what is needed. • Get OS X running. It is possible to run it in VirtualBox. • If you’re using VBox install the sound driver. • Install XCode (check the OS X requirements.. you might need an older version) • Install git. • Get jhbuild running. • Add ~/.local/bin to PATH • jhbuild bootstrap • jhbuild build meta-gtk-osx-bootstrap • jhbuild build meta-gtk-osx-core • jhbuild build pygtk • Build/install mutagen. • There is currently no pygst available in jhbuild, but you can patch in the experimental NSSound backend. • Change QL config to macbe backend. • jhbuild shell • python quodlibet.py • The quartz theme is not really usable, so you might want to: * jhbuild build meta-gtk-osx-themes * copy clealooks gtkrc to .gtkrc-2.0 Note: There exists a newer version of this page and the content below may be outdated. See https://quodlibet.readthedocs.org/en/latest for the latest documentation. 8 Chapter 1. Table of Contents Ex Falso / Quod Libet, Release 2.6.3 1.3 Requirements 1.3.1 Core Dependencies Quod Libet depends on the Python runtime and associated libraries. • Python (>= 2.6): http://www.python.org • PyGTK (>= 2.16): http://www.pygtk.org • PyGSt (>= 0.10.1): http://gstreamer.freedesktop.org/ or xine-lib (>= 1.1): http://www.xine-project.org/ • Mutagen (>= 1.14): https://mutagen.readthedocs.org/ Particular audio formats depend on various GStreamer decoding elements, as well as other Python modules. GStreamer splits their downlads into ‘’good’‘, ‘’bad’‘, ‘’ugly’‘, and ‘’ffmpeg’‘ packages, each of which contains elements; you probably want them all. 1.3.2 Additional Features Audio Feed support depends on HTTP support and Universal Feed Parser. Many parts of Quod Libet benefit from D-Bus and its Python bindings. iPod support depends on libgpod and its Python bindings. Device support depends on UDisks 1. 1.3.3 Plugins Part of Quod Libet’s strength is in its rich array of plugins to extend the base functionality and interface with other systems. Some of these depend on libraries of their own. If you don’t have these, the plugin manager will catch these errors and disable the plugin to avoid errors in QL itself, and present them in the plugins error section. Once you’ve installed the libraries, the plugins should work as expected. Some notable examples: • The auto library update plugin depends on pynotify • Zeitgeist plugin depends on the python zeitgeist bindings Note: There exists a newer version of this page and the content below may be outdated. See https://quodlibet.readthedocs.org/en/latest for the latest documentation. 1.4 Features 1.4.1 Audio Playback • Multiple audio back-ends (GStreamer, xine-lib) • Replay Gain support • Auto-selects between ‘track’ and ‘album’ mode based on current view and play order • Applies clipping prevention whenever available 1.3. Requirements 9 Ex Falso / Quod Libet, Release 2.6.3 • Configurable default (fallback) and pre-amp values to suit any audio setup • Multimedia key support • Real shuffle mode, that plays the whole playlist before repeating • Weighted (by rating) random playback • Proper ‘Previous’ support in shuffle mode • A play queue • Bookmarks within files (or playlists, with a plugin) 1.4.2 Editing Tags • Full Unicode support • Make changes to many files at once • Make changes across all supported file formats • Tag files based on their filenames with configurable formats • Rename files based on their tags • No ugly %a, %t patterns - more readable <artist>, <title> instead • Fast track renumbering • See full instructions at Editing Tags 1.4.3 Audio Library • Watch directories and automatically add/remove new music • Hide songs on removable devices that may not always be there • Save song ratings and play counts • Lyrics downloading and saving • Internet Radio (“Shoutcast”) support • Audio Feeds (“Podcast”) support 1.4.4 User Interface • Simple user interface to Just Play Music if you want • Useful as a small window or maximized, no feeling cramped or wasted space • Album cover display • Full player control from a tray icon • Recognize and display many uncommon tags, as well as any others you want.
Recommended publications
  • Quodlibet by John Pendleton Kennedy
    Quodlibet by John Pendleton Kennedy CHAPTER I. ANTIQUITIES OF QUODLIBET—MICHAEL GRANT'S TANYARD DESTROYED BY THE CANAL—CONSEQUENCES OF THIS EVENT—TWO DISTINGUISHED INDIVIDUALS TAKE UP THEIR RESIDENCE IN THE BOROUGH—ESTABLISHMENT OF THE PATRIOTIC COPPERPLATE BANK— CIRCUMSTANCES WHICH LED TO AND FOLLOWED THAT MEASURE— MICHAEL GRANT'S OBJECTIONS TO IT. It was at the close of the year 1833, or rather, I should say, at the opening of the following spring, that our Borough of Quodlibet took that sudden leap to greatness which has, of late, caused it to be so much talked about. Our folks are accustomed to set this down to the Removal of the Deposits. Indeed, until that famous event, Quodlibet was, as one might say in common parlance, a place not worth talking about—it might hardly be remarked upon the maps. But since that date, verily, like Jeshurun, it has waxed fat. It has thus come to pass that "The Removal" is a great epoch in our annals—our Hegira—the A. U. C. of all Quodlibetarians. Michael Grant, a long time ago—that is to say, full twenty years—had a tanyard on Rumblebottom Creek, occupying the very ground which is now covered by the canal basin. Even as far back as that day he had laid up, out of the earnings of his trade, a snug sum of money, which sufficed to purchase the farm where he now lives at the foot of the Hogback. Quodlibet, or that which now is Quodlibet, was then as nothing. Michael's dwelling house and tanyard, Abel Brawn's blacksmith-shop, Christy M'Curdy's mill, and my school-house, made up the sum-total of the settlement.
    [Show full text]
  • User Manual for Your Receiver Or Display for More Information on How to Enable HDMI Audio and Connecting a Display to Your A/V Receiver
    C M Y CM MY CY CMY K ECM 2 High Performance Balanced Network Media Player (with integrated DAC and Streamer) Owner's Manual Version 1.1 EN ENGLISH ENG Table of contents Safety & precautions ............................................................................................. 4 The contents of the carton ...................................................................................... 4 Front panel ........................................................................................................... 4 Navigator controls ................................................................................................ 5 Rear panel connections ......................................................................................... 5 Remote control ...................................................................................................... 6 Installation .................................................................................................................. 7 Connecting audio/video..................................................................................... 7 • Analog audio output – balanced XLR ................................................ 7 • Analog audio output – unbalanced RCA ........................................... 7 • Digital audio output – HDMI ............................................................ 7 • Digital audio output – S/PDIF............................................................ 7 Connecting to a network .................................................................................
    [Show full text]
  • Audio Engineering Society Convention Paper
    Audio Engineering Society Convention Paper Presented at the 128th Convention 2010 May 22–25 London, UK The papers at this Convention have been selected on the basis of a submitted abstract and extended precis that have been peer reviewed by at least two qualified anonymous reviewers. This convention paper has been reproduced from the author's advance manuscript, without editing, corrections, or consideration by the Review Board. The AES takes no responsibility for the contents. Additional papers may be obtained by sending request and remittance to Audio Engineering Society, 60 East 42nd Street, New York, New York 10165-2520, USA; also see www.aes.org. All rights reserved. Reproduction of this paper, or any portion thereof, is not permitted without direct permission from the Journal of the Audio Engineering Society. Loudness Normalization In The Age Of Portable Media Players Martin Wolters1, Harald Mundt1, and Jeffrey Riedmiller2 1 Dolby Germany GmbH, Nuremberg, Germany [email protected], [email protected] 2 Dolby Laboratories Inc., San Francisco, CA, USA [email protected] ABSTRACT In recent years, the increasing popularity of portable media devices among consumers has created new and unique audio challenges for content creators, distributors as well as device manufacturers. Many of the latest devices are capable of supporting a broad range of content types and media formats including those often associated with high quality (wider dynamic-range) experiences such as HDTV, Blu-ray or DVD. However, portable media devices are generally challenged in terms of maintaining consistent loudness and intelligibility across varying media and content types on either their internal speaker(s) and/or headphone outputs.
    [Show full text]
  • The Kid3 Handbook
    The Kid3 Handbook Software development: Urs Fleisch The Kid3 Handbook 2 Contents 1 Introduction 11 2 Using Kid3 12 2.1 Kid3 features . 12 2.2 Example Usage . 12 3 Command Reference 14 3.1 The GUI Elements . 14 3.1.1 File List . 14 3.1.2 Edit Playlist . 15 3.1.3 Folder List . 15 3.1.4 File . 16 3.1.5 Tag 1 . 17 3.1.6 Tag 2 . 18 3.1.7 Tag 3 . 18 3.1.8 Frame List . 18 3.1.9 Synchronized Lyrics and Event Timing Codes . 21 3.2 The File Menu . 22 3.3 The Edit Menu . 28 3.4 The Tools Menu . 29 3.5 The Settings Menu . 32 3.6 The Help Menu . 37 4 kid3-cli 38 4.1 Commands . 38 4.1.1 Help . 38 4.1.2 Timeout . 38 4.1.3 Quit application . 38 4.1.4 Change folder . 38 4.1.5 Print the filename of the current folder . 39 4.1.6 Folder list . 39 4.1.7 Save the changed files . 39 4.1.8 Select file . 39 4.1.9 Select tag . 40 The Kid3 Handbook 4.1.10 Get tag frame . 40 4.1.11 Set tag frame . 40 4.1.12 Revert . 41 4.1.13 Import from file . 41 4.1.14 Automatic import . 41 4.1.15 Download album cover artwork . 42 4.1.16 Export to file . 42 4.1.17 Create playlist . 42 4.1.18 Apply filename format . 42 4.1.19 Apply tag format .
    [Show full text]
  • Música Dispersa Apropiación, Influencias, Robos Y Remix En La Era De
    Música dispersa Apropiación, influencias, robos y remix en la era de la escucha digital Rubén López Cano Editorial: Musikeon Books (Barcelona) Año de publicación. 2018 ISBN: 978-84-945117-1-4 Palabras clave: Identidad y modos de existencia de las piezas musicales. Apropiación. Reciclaje musical. Intertextualidad. Préstamos e influencia. Reutilización. Plagio. Música grabada. Autenticidad y discursos de legitimación. Covers y versiones. Remix. Sampleo. Mashup. Memes musicales. Escucha digital. Pacto perceptual. Contenido 1. Introito: de la epifanía al trabajo colaborativo 2. Ser, parecer, aparecer, acceder y conocer la música 2.1. ¿Dónde están las sinfonías cuando no suenan? 2.2. Una obra y muchos seres 2.3. El rock y sus dilemas existenciales 2.4. El jazz: ¿obras o eventos? 2.5. Límites de la ontología musical 3. Fragmentación y dispersión de la unidad musical: Apropiaciones, influencias, préstamos, intertextualidad y reciclaje. 3.1. ¿De quién es la canción? Apropiaciones 3.2. Lo intertextual: una "obra" es un momento de la red 3.3. Reciclaje: del préstamo a la influencia 3.4. Intertextualidad en la música popular urbana 3.5. Intertextualidad en la música de arte occidental 3.6. Rangos de procesos y funciones intertextuales 3.7. Citas 3.8. Reutilización 3.9. Citas expandidas 3.10. Capital musical, idiolectos, campos semióticos 3.11. Intertexto vocal como diccionario 3.12. Intertexto vocal y paseos inferenciales 3.13. Crossover y referencias enmudecidas 3.14. Modelización y alusión 3.15. Inserción por ensamblaje. Quodlibet, Popurrí, Pasticcio, Patchwork, Collage 3.16. Intervención en una pieza preexistente: revisiones, versiones, contrafacta, paráfrasis e intervenciones conceptuales 3.17.
    [Show full text]
  • Rockbox User Manual
    The Rockbox Manual for Sansa Fuze+ rockbox.org October 1, 2013 2 Rockbox http://www.rockbox.org/ Open Source Jukebox Firmware Rockbox and this manual is the collaborative effort of the Rockbox team and its contributors. See the appendix for a complete list of contributors. c 2003-2013 The Rockbox Team and its contributors, c 2004 Christi Alice Scarborough, c 2003 José Maria Garcia-Valdecasas Bernal & Peter Schlenker. Version unknown-131001. Built using pdfLATEX. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sec- tions, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”. The Rockbox manual (version unknown-131001) Sansa Fuze+ Contents 3 Contents 1. Introduction 11 1.1. Welcome..................................... 11 1.2. Getting more help............................... 11 1.3. Naming conventions and marks........................ 12 2. Installation 13 2.1. Before Starting................................. 13 2.2. Installing Rockbox............................... 13 2.2.1. Automated Installation........................ 14 2.2.2. Manual Installation.......................... 15 2.2.3. Bootloader installation from Windows................ 16 2.2.4. Bootloader installation from Mac OS X and Linux......... 17 2.2.5. Finishing the install.......................... 17 2.2.6. Enabling Speech Support (optional)................. 17 2.3. Running Rockbox................................ 18 2.4. Updating Rockbox............................... 18 2.5. Uninstalling Rockbox............................. 18 2.5.1. Automatic Uninstallation....................... 18 2.5.2. Manual Uninstallation......................... 18 2.6. Troubleshooting................................. 18 3. Quick Start 20 3.1.
    [Show full text]
  • The Top 10 Open Source Music Players Scores of Music Players Are Available in the Open Source World, and Each One Has Something That Is Unique
    For U & Me Overview The Top 10 Open Source Music Players Scores of music players are available in the open source world, and each one has something that is unique. Here are the top 10 music players for you to check out. verybody likes to use a music player that is hassle- Amarok free and easy to operate, besides having plenty of Amarok is a part of the KDE project and is the default music Efeatures to enhance the music experience. The open player in Kubuntu. Mark Kretschmann started this project. source community has developed many music players. This The Amarok experience can be enhanced with custom scripts article lists the features of the ten best open source music or by using scripts contributed by other developers. players, which will help you to select the player most Its first release was on June 23, 2003. Amarok has been suited to your musical tastes. The article also helps those developed in C++ using Qt (the toolkit for cross-platform who wish to explore the features and capabilities of open application development). Its tagline, ‘Rediscover your source music players. Music’, is indeed true, considering its long list of features. 98 | FEBRUARY 2014 | OPEN SOURCE FOR YoU | www.LinuxForU.com Overview For U & Me Table 1: Features at a glance iPod sync Track info Smart/ Name/ Fade/ gapless and USB Radio and Remotely Last.fm Playback and lyrics dynamic Feature playback device podcasts controlled integration resume lookup playlist support Amarok Crossfade Both Yes Both Yes Both Yes Yes (Xine), Gapless (Gstreamer) aTunes Fade only
    [Show full text]
  • Trent 91; First Steps Towards a Stylistic Classification (Revised 2019 Version of My 2003 Paper, Originally Circulated to Just a Dozen Specialists)
    Trent 91; first steps towards a stylistic classification (revised 2019 version of my 2003 paper, originally circulated to just a dozen specialists). Probably unreadable in a single sitting but useful as a reference guide, the original has been modified in some wording, by mention of three new-ish concordances and by correction of quite a few errors. There is also now a Trent 91 edition index on pp. 69-72. [Type the company name] Musical examples have been imported from the older version. These have been left as they are apart from the Appendix I and II examples, which have been corrected. [Type the document Additional information (and also errata) found since publication date: 1. The Pange lingua setting no. 1330 (cited on p. 29) has a concordance in Wr2016 f. 108r, whereti it is tle]textless. (This manuscript is sometimes referred to by its new shelf number Warsaw 5892). The concordance - I believe – was first noted by Tom Ward (see The Polyphonic Office Hymn[T 1y4p0e0 t-h15e2 d0o, cpu. m21e6n,t se suttbtinigt lneo] . 466). 2. Page 43 footnote 77: the fragmentary concordance for the Urbs beata setting no. 1343 in the Weitra fragment has now been described and illustrated fully in Zapke, S. & Wright, P. ‘The Weitra Fragment: A Central Source of Late Medieval Polyphony’ in Music & Letters 96 no. 3 (2015), pp. 232-343. 3. The Introit group subgroup ‘I’ discussed on p. 34 and the Sequences discussed on pp. 7-12 were originally published in the Ex Codicis pilot booklet of 2003, and this has now been replaced with nos 148-159 of the Trent 91 edition.
    [Show full text]
  • Foobar Resume Playback After Playing Different Song
    Foobar Resume Playback After Playing Different Song Orphic and cowardly Sammy always chitters nominatively and presuming his assagai. Yacov never reest any titubations grunt therefor, is Shelby recessed and statist enough? Rutter reifies blushingly if feldspathoid Tudor nicks or out. Hit Spacebar again and playback will pause from long end justify the gap. This resume playback after the song played one of foobar is played track begins on? Retrieve upcoming album releases and concerts. What more assured of songs play it is after download additional options like foobar and. The songs to operate; using plugins you can upgrade to! Return a bounty of plays that the user has building since the app has started. Just play songs you can. Dangerous will resume playback after i played songs with different protocol spoken, song has an. Winyl interface is simple and to the point, and not the exact beginning? Out that contain lossy data insights to playback resume from your experience possible solutions for me? That plays it play songs and resume position that helps you have. No offense, the Western European cities suffered a lump, will drain of your help. Dust in winamp, it is playing records for you in some artists and even offline music on your. For different players on windows switch to play history over written as far i played track after player! You do not have permission to remove this product association. So what is early is failure situation? You sure is characterised by default ui improvements over time, which is use resume playing mode. Otherwise superb roon experience.
    [Show full text]
  • “Copies Without Originals”: Manipulation, Mediation, and Mediatization in Performance and Recording Practices
    \Copies Without Originals": Manipulation, Mediation, and Mediatization in Performance and Recording Practices by Alyssa Michaud Thesis submitted to the Faculty of Graduate and Postdoctoral Studies In partial fulfillment of the requirements for the M.A. degree in Musicology School of Music Faculty of Arts University of Ottawa c Alyssa Michaud, Ottawa, Canada, 2012 Abstract This thesis examines case studies and historical accounts taken from different periods of the history of recording technology, and addresses questions concerning the impact of mediatization, manipulation, and mediation on listeners' and performers' approaches to music. The project considers the development of the idea of \copies without orig- inals," and of the ideological frameworks that have been used to describe and classify recorded sound. The first case study covers the early days of the phonograph and its de- velopment in Victorian society, then contrasts the values and motivations of those early years with modern-day rock performance and its own value systems. Moving into the mid-twentieth-century, a chapter of this thesis is devoted to the work of Glenn Gould, and the possibilities for tape manipulation that the Canadian pianist explored during the period of his career that was focused on the recording studio. Lastly, this project examines the innovative, user-driven methods of music-making that are gaining momen- tum today, including Bj¨ork's Biophilia app album, and the emergence of a new genre of popular music in Asia that uses vocal synthesizers in place of live performers. By exploring these case studies alongside the works of scholars in musicology, media studies, sound theory, film and television, and popular music studies, this thesis demonstrates how cultural need, individual innovation, and social involvement interact to direct the development and application of emerging media technologies.
    [Show full text]
  • Linux – Das Umfassende Handbuch 1.430 Seiten, Gebunden, Mit CD, 14
    Know-howWissen, wie’s für geht. Kreative. Leseprobe In dieser Leseprobe erhalten Sie einen Einstieg in die Linux-Welt und erfahren, wie Sie Audio und Video unter Linux nutzen. Dar- über hinaus lernen Sie die Kommandozentrale kennen: die Shell. Außerdem können Sie einen Blick in das vollständige Inhalts- und Stichwortverzeichnis des Buches werfen. »Was ist Linux?« »Installationsgrundlagen« »Audio und Video« »Die Shell« »Software- und Paketverwaltung« Inhaltsverzeichnis Index Der Autor Leseprobe weiterempfehlen Michael Kofler Linux – Das umfassende Handbuch 1.430 Seiten, gebunden, mit CD, 14. Auflage 2015 49,90 Euro, ISBN 978-3-8362-3775-8 www.rheinwerk-verlag.de/3855 “buch” — 2015/11/5 — 21:54 — page 25 — #19 1 Kapitel 1 Was ist Linux? Um die einleitende Frage zu beantworten, erkläre ich in diesem Kapitel zuerst einige wichtige Begriffe, die im gesamten Buch immer wieder verwendet werden: Betriebs- system, Unix, Distribution, Kernel etc. Ein knapper Überblick über die Merkmale von Linux und die verfügbaren Programme macht deutlich, wie weit die Anwendungs- möglichkeiten von Linux reichen. Es folgt ein kurzer Ausflug in die Geschichte von Linux: Sie erfahren, wie Linux entstanden ist und auf welchen Komponenten es basiert. Von zentraler Bedeutung ist dabei natürlich die General Public License (kurz GPL), die angibt, unter welchen Bedingungen Linux weitergegeben werden darf. Erst die GPL macht Linux zu einem freien System, wobei »frei« mehr heißt als einfach »kostenlos«. 1.1 Einführung Linux ist ein Unix-ähnliches Betriebssystem. Der wichtigste Unterschied gegenüber historischen Unix-Systemen besteht darin, dass Linux zusammen mit dem vollstän- digen Quellcode frei kopiert werden darf. Ein Betriebssystem ist ein Bündel von Programmen, mit denen die grundlegend- Betriebssystem sten Funktionen eines Rechners realisiert werden: die Schnittstelle zwischen Mensch und Maschine (also konkret: die Verwaltung von Tastatur, Bildschirm etc.) und die Verwaltung der Systemressourcen (CPU-Zeit, Speicher etc.).
    [Show full text]
  • BOONE-DISSERTATION.Pdf
    Copyright by Christine Emily Boone 2011 The Dissertation Committee for Christine Emily Boone Certifies that this is the approved version of the following dissertation: Mashups: History, Legality, and Aesthetics Committee: James Buhler, Supervisor Byron Almén Eric Drott Andrew Dell‘Antonio John Weinstock Mashups: History, Legality, and Aesthetics by Christine Emily Boone, B.M., M.M. Dissertation Presented to the Faculty of the Graduate School of The University of Texas at Austin in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy The University of Texas at Austin May 2011 Acknowledgements I want to first acknowledge those people who had a direct influence on the creation of this document. My brother, Philip, introduced me mashups a few years ago, and spawned my interest in the subject. Dr. Eric Drott taught a seminar on analyzing popular music where I was first able to research and write about mashups. And of course, my advisor, Dr. Jim Buhler has given me immeasurable help and guidance as I worked to complete both my degree and my dissertation. Thank you all so much for your help with this project. Although I am the only author of this dissertation, it truly could not have been completed without the help of many more people. First I would like to thank all of my professors, colleagues, and students at the University of Texas for making my time here so productive. I feel incredibly prepared to enter the field as an educator and a scholar thanks to all of you. I also want to thank all of my friends here in Austin and in other cities.
    [Show full text]