Activating Your Multimedia Keys with Remoot

Total Page:16

File Type:pdf, Size:1020Kb

Activating Your Multimedia Keys with Remoot KNOW-HOW ReMoot Activating your multimedia keys with ReMoot PLAYBACK www.sxc.hu If your laptop multimedia keys aren’t working in Linux, the fix could be root 0x4c, subw 0x0, time U 1349394, (173,-13), U easier than you think. We’ll show you how to manage multimedia appli- root:(922,5), state 0x0, keycode 176 U cations from the keyboard using ReMoot. BY FEDERICO KEREKI (keysym 0x0, NoSymbol), U same_screen YES, rom this article, you will learn how to activate keyboard and laptop XLookupString gives 0 bytes: how to make Linux (with KDE) multimedia keys with ReMoot. XFilterEvent returns: False Frecognize special-function keys and how to make them function with all The Solution The important feature of this output is your favorite multimedia applications. The first step is getting the keys to work. the number after “keycode,” which is Many contemporary desktop and lap- If you want to go to the effort, you can the desired scancode value; in this case, top keyboards include multimedia keys define your own keyboard map and use the “Volume Up” key generates a 176. (for “Play,” “Mute,” “Volume Up,” and a tool such as Lineak [1] to configure For each multimedia key on your laptop, so on), but often these special keys don’t special keys, but the xmodmap program you will have to go through this process, work well with Linux. Recently, I de- offers a simpler approach. and don’t forget to use modifiers (Shift, cided it was high time to get the multi- For each key you want to use, first Control, Alt); you will discover that you media keys on my laptop to work. identify its scancode (what the key pro- have many more possibilities available duces when you press it). To identify the than you imagined. The Key Problem scancode, open a command window and I needed to solve two problems. The first key in xev. Table 1: ReMoot Commands was getting Linux to recognize the (po- You’ll see lots (I mean lots!) of mes- remoot play start playing tentially non-standard) keys; the second sages in the command window. Press remoot playpause pause if playing; restart was getting each key to perform the nec- any of the multimedia keys and watch if paused essary multimedia function. Fortunately, the output. In my case, when I press the remoot stop stop playback KDE lets you easily associate keyboard “Volume Up” key I get: remoot next change to next track actions with commands, and a tool remoot prev change to previous track called ReMoot provides the necessary KeyRelease event, serial 31, U remoot mute mutes/ unmutes sound command set for accessing multimedia synthetic NO, window U remoot volup volume up a notch applications. In this article, I describe 0x2a00001, remoot voldown volume down a notch 56 ISSUE 85 DECEMBER 2007 ReMoot KNOW-HOW Figure 1: Defining a new group for the multimedia keys. Figure 2: Creating a new action for the “Next Song” key. Other behaviors might be noted. For that match your keys. (By the way, the have to modify this file to suit your own example, I found out that the “Bright- path for this file can vary among distri- machine: ness Up” and “Brightness Down” keys butions; if you cannot find it, use the weren’t recognized by xev, so I couldn’t find / -name XkeysymDB command to keycode 144 = XF86AudioPrev configure them with this technique. locate it.) keycode 153 = XF86AudioNext Now you know your keys, but Linux After getting all scancodes and decid- keycode 164 = XF86AudioStop still doesn’t, so you must assign a spe- ing the corresponding keycodes, I cre- keycode 174 = XF86AudioLowerVolume cific keycode to each key. To get the pos- ated in my home path a file named keycode 176 = XF86AudioRaiseVolume sible keycodes, examine the /usr/X11R6/ .Xmodmap (note the initial period; the lib/X11/XKeysymDB file near the bottom: period makes the file hidden) with the The format of the file is quite simple: you want the lines starting with XF86 following contents; of course, you will Each scancode has a line (those I found DECEMBER 2007 ISSUE 85 57 KNOW-HOW ReMoot Figure 3: Assigning a keyboard shortcut to “Next Song.” Figure 4: Specifying the remoot command for “Next Song.” with xev) relating it to a keycode. Finally, $ tar zxf remoot-0.9.tar.gz Actions option. Then, add a group with I added a short script, keys.sh (the name $ cd remoot-0.9/ the New Group command and name it doesn’t matter), under my home direc- $ chmod +x *moo* something like Multimedia Keys (see Fig- tory at .kde/Autostart/ with two lines: $ cp *moo* /usr/bin ure 1). Then, for each key: • add a new action to the group (see #!/bin/sh ReMoot comprises three related pack- Figure 2); xmodmap .Xmodmap ages: The ReMoot application itself; dae- • go to the General tab and fill the moot, which is used by ReMoot; and re- Action name field; It runs automatically whenever you start moot-remote, a graphical front-end. (A • set the Action type to Keyboard Short- a session; don’t forget to make this script separate package, Rewww00t, lets you cut -> Command/ URL (simple); executable with chmod +x keys.sh. use a Palm Pilot or Nokia N800 as a re- • go to the Keyboard Shortcut tab, click mote for ReMoot.) In this case, ReMoot on the button, and press the special Installing ReMoot is enough, but feel free to experiment key you want to link to this action – Now that Linux recognizes the multime- with the other tools; you’ll find more in- remember, you can also use the Shift, dia keys, you have to specify what you formation at the ReMoot wiki [3]. If you Control, and Alt modifiers if they work want the keys to do. For starters, go to don’t have Perl, use your favorite pack- with the key (see Figure 3); then the ReMoot website [2] and click on age manager to install it. • go to the Command/ URL Settings tab Source Download to get the latest version To see whether ReMoot is working, and type a ReMoot command you of ReMoot (v0.9). open any music program and start play- want to execute whenever you press ReMoot is a Perl script. After the ing something (Amarok and some jazz the key (e.g., for the “Volume Up” key, download (which should be over quickly works for me!), then try raising or lower- I specified the remoot volup com- for the 12KB file), go to the directory ing the volume with the commands mand) (see Figure 4). from which you downloaded it, su to shown in Table 1. remoot mute should If all goes well, these steps will map the root, and enter: immediately mute the sound; key in the multimedia keys to the necessary Re- same command again, and you will get Moot commands. Programs Supported the sound back. by ReMoot What’s great about ReMoot is that it Success amarok mpd supports many programs: If you are run- Getting the multimedia keys to work aqualung mplayer ning Amarok, then remoot playpause wasn’t as complicated as I first imag- will pause the playback, and if you are ined. KDE lets you associate commands audacious noatun running Kaffeine, the result is the same. with keyboard actions, and ReMoot banshee pytone As long as you are running a program makes it easy to control multimedia ap- bmp quark known to ReMoot (see the box “Pro- plications from the command line. ■ exaile quodlibet grams Supported by ReMoot”), you will gmusicbrowser rhythmbox get consistent results; the multimedia INFO juk smplayer keys will work no matter what program [1] Lineak site: kaffeine totem you are using to listen or view media. http:// lineak. sourceforge. net/ kmplayer vlc Once you install ReMoot, all that’s left [2] The ReMoot website: kscd xine is to associate ReMoot commands with http:// www. kde-apps. org/ content/ the multimedia keys. If you use KDE, show. php/ ReMoot?content=63140 listen xmms open the Control Center, and in the Re- [3] The ReMoot wiki site: moc xmms2 gional & Accessibility tab, pick the Input http:// remoot. wiki. sourceforge. net/ 58 ISSUE 85 DECEMBER 2007.
Recommended publications
  • Adding Support for Jamendo and Magnatune to Rhythmbox on Linux
    Walking in Light with Christ - Faith, Computing, Diary Articles & tips and tricks on GNU/Linux, FreeBSD, Windows, mobile phone articles, religious related texts http://www.pc-freak.net/blog Adding support for Jamendo and Magnatune to Rhythmbox on Linux Author : admin I'm using rhythmbox to play music on my Debian Linux. Rhythmbox is a good substitute for both audacious and xmms. XMMS is already very obsolete and it often crashes because of some of it's plugins. On the other hand audacious is sometimes having problems on my notebook working with it's alsa plugin or pulseaudio especially if I play something in youtube. With audacious my songs sometimes got stucked for some weird reason. With rhythmbox I have never experienced this kind of issues. Considering the fact that I'm a GNOME user rhythmbox is even more attractive for me. During about 2 years ago I've heard about the Jamendo - community of free, legal and unlimited music published under the Creative Commons licenses. Just about 10 months ago I've also discovered magnatune which is also a radio which allows free listening online of it's whole online catalogue. That's why it was really interesting for me to have this two nice music streaming services directly into my rhythmbox. I was very happy to discover that already a plugin that embeds the Jamendo and Magnatune Support to the Rhytmbox program. To enable Rhythmbox to support Magnatune and Jamendo type in your root terminal: debian:~# apt-get install gmpc-plugins gmpc-plugins-dbg debian:~# apt-get rhythmbox-plugins It's very likely that the rhythmbox-plugins might be already installed on your Linux, anyways I put the command above just in case if for some reason it's not installed.
    [Show full text]
  • Full Circle Magazine #33 Contents ^ Full Circle Ubuntu Women P.28
    full circle ISSUE #33 - January 2010 CCRREEAATTEE AA MMEEDDIIAA CCEENNTTEERR WWIITTHH UUBBUUNNTTUU,, AANN AACCEERR RREEVVOO && BBOOXXEEEE full circle magazine #33 contents ^ full circle Ubuntu Women p.28 Program In Python - Pt7 p.08 Ubuntu Games p.31 My Story p.19 MOTU Interview p.24 Read how Ubuntu is used in public education, and why one man made the switch to Linux. Ubuntu, Revo & Boxee p.13 Command & Conquer p.05 The Perfect Server - Pt3 p.15 Review - Exaile p.23 Letters p.26 Top 5 - Sync. Clients p.35 The articles contained in this magazine are released under the Creative Commons Attribution-Share Alike 3.0 Unported license. This means you can adapt, copy, distribute and transmit the articles but only under the following conditions: You must attribute the work to the original author in some way (at least a name, email or URL) and to this magazine by name ('full circle magazine') and the URL www.fullcirclemagazine.org (but not attribute the article(s) in any way that suggests that they endorse you or your use of the work). If you alter, transform, or build upon this work, you must distribute the resulting work under the same, similar or a compatible license. full circle magazine #33 contents ^ EDITORIAL This magazine was created using : Welcome to another issue of Full Circle magazine. ast month, Andrew gave us his Top 5 Media Center applications. This month I've written a How-To on using Ubuntu on an Acer Aspire Revo to create the foundation for Boxee. For under £150 I've created a fantastic media center L which not only looks great, it's fully customizable! That's my media center story, but don't forget to read the My Story articles which this month focus on Ubuntu, Linux and open-source in public education, as well as how one man went from using old (modern at the time) computers, to using Ubuntu.
    [Show full text]
  • Ubuntu Kung Fu
    Prepared exclusively for Alison Tyler Download at Boykma.Com What readers are saying about Ubuntu Kung Fu Ubuntu Kung Fu is excellent. The tips are fun and the hope of discov- ering hidden gems makes it a worthwhile task. John Southern Former editor of Linux Magazine I enjoyed Ubuntu Kung Fu and learned some new things. I would rec- ommend this book—nice tips and a lot of fun to be had. Carthik Sharma Creator of the Ubuntu Blog (http://ubuntu.wordpress.com) Wow! There are some great tips here! I have used Ubuntu since April 2005, starting with version 5.04. I found much in this book to inspire me and to teach me, and it answered lingering questions I didn’t know I had. The book is a good resource that I will gladly recommend to both newcomers and veteran users. Matthew Helmke Administrator, Ubuntu Forums Ubuntu Kung Fu is a fantastic compendium of useful, uncommon Ubuntu knowledge. Eric Hewitt Consultant, LiveLogic, LLC Prepared exclusively for Alison Tyler Download at Boykma.Com Ubuntu Kung Fu Tips, Tricks, Hints, and Hacks Keir Thomas The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Prepared exclusively for Alison Tyler Download at Boykma.Com Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.
    [Show full text]
  • PC-BSD Quick Guide.Pdf
    PC-BSD Quick Guide file:///E:/Documents%20and%20Settings/Owner/Desktop/PC-BSD%20Q... PC-BSD Quick Guide This quick start guide is aimed at users new to PC-BSD, FreeBSD and Unix in general. It is under constant development, and you will probably find mistakes in this guide. Whenever you find errors, feel free to report them on the documentation forum. For the latest and most up-to-date version please visit the Quick Guide online. Alternatively you can also download this file as PDF. We hope this guide is both simple and useful and make using PC-BSD an enjoyable experience. If you have suggestions for PC-BSD, you can either let us know on the forum, or send us an e-mail to: [email protected] , we value your opinion. Thank you for your support. Table of contents 1. Introduction 1.1. Welcome to PC-BSD 1.2. Differences between PC-BSD and FreeBSD 1.3. Microsoft Windows vs PC-BSD 1.4. PC-BSD's goals 1.5. Reasons for using PC-BSD 1.6. PC-BSD's cutting-edge features 1.7. Package Management 1.8. Summary of PC-BSD's features 1.9. More features (advanced/technical) 1.10. PC-BSD Releases 1.11. Where can I get help? 1.12. Additional resources 2. Installation 2.1. Requirements 2.2. Creation of the CD-ROM 2.3. Installation 2.4. Starting up PC-BSD 2.5. Network configuration 2.6. Post-installation 2.7. Windows Software 2.8. Troubleshooting 3. Workspace 3.1. Applications 3.2.
    [Show full text]
  • JAM SE User Guide
    The Music Player Remote Control © 2006-2008 Winfried Klum V1.3 B E T A Overview JAM SE is a free mobile application for a range of Java enabled mobile phones that allows you to control your music collection from your phone, using Bluetooth. JAM SE requires a Server supporting the Bemused Protocol and a PC with a Bluetooth adapter. Browse or search your music collection on your phone, play most files supported by your music player including MP3s, CDs, etc. Control your music player. Pause, stop, rewind, forward your playlist, add songs to the playlist, use shuffle and repeat and control the volume of your player. Browse and select songs in your playlist, download songs to your phone, customize the look of your application with skins. JAM SE Installation Jam SE Server Installation The JAM SE Server Installer contains Server, Mobile Installer, and the jlGUI Music Player. There is no need to configure the setup. After installation you can deploy JAM SE to your phone using the Mobile Installer. Mobile Installer From the drop down box you can choose your phone manufacturer. If your manufacturer is not listed use the 'Other' option. IMPORTANT: If you have already installed an older version of JAM SE, please make sure that you delete the old version from your phone prior to installation. On the next wizard page you can choose your model. If you choose 'Other' you can choose a GENERIC version of JAM SE by screen size. You can choose between two deployment types. Bluetooth deployment is the easiest way to install JAM SE on your phone.
    [Show full text]
  • 18 Free Ways to Download Any Video Off the Internet Posted on October 2, 2007 by Aseem Kishore Ads by Google
    http://www.makeuseof.com/tag/18-free-ways-to-download-any-video-off-the-internet/ 18 Free Ways To Download Any Video off the Internet posted on October 2, 2007 by Aseem Kishore Ads by Google Download Videos Now download.cnet.com Get RealPlayer® & Download Videos from the web. 100% Secure Download. Full Movies For Free www.YouTube.com/BoxOffice Watch Full Length Movies on YouTube Box Office. Absolutely Free! HD Video Players from US www.20north.com/ Coby, TV, WD live, TiVo and more. Shipped from US to India Video Downloading www.VideoScavenger.com 100s of Video Clips with 1 Toolbar. Download Video Scavenger Today! It seems like everyone these days is downloading, watching, and sharing videos from video-sharing sites like YouTube, Google Video, MetaCafe, DailyMotion, Veoh, Break, and a ton of other similar sites. Whether you want to watch the video on your iPod while working out, insert it into a PowerPoint presentation to add some spice, or simply download a video before it’s removed, it’s quite essential to know how to download, convert, and play these videos. There are basically two ways to download videos off the Internet and that’s how I’ll split up this post: either via a web app or via a desktop application. Personally, I like the web applications better simply because you don’t have to clutter up and slow down your computer with all kinds of software! UPDATE: MakeUseOf put together an excellent list of the best websites for watching movies, TV shows, documentaries and standups online.
    [Show full text]
  • Schon Mal Dran Gedacht,Linux Auszuprobieren? Von G. Schmidt
    Schon mal dran gedacht, Linux auszuprobieren? Eine Einführung in das Betriebssystem Linux und seine Distributionen von Günther Schmidt-Falck Das Magazin AUSWEGE wird nun schon seit 2010 mit Hilfe des Computer-Betriebs- system Linux erstellt: Texte layouten, Grafiken und Fotos bearbeiten, Webseiten ge- stalten, Audio schneiden - alles mit freier, unabhängiger Software einer weltweiten Entwicklergemeinde. Aufgrund der guten eigenen Erfahrungen möchte der folgende Aufsatz ins Betriebssystem Linux einführen - mit einem Schwerpunkt auf der Distri- bution LinuxMint. Was ist Linux? „... ein hochstabiles, besonders schnelles und vor allem funktionsfähiges Betriebssystem, das dem Unix-System ähnelt, … . Eine Gemeinschaft Tausender programmierte es und verteilt es nun unter der GNU General Public Li- cense. Somit ist es frei zugänglich für jeden und kos- tenlos! Mehrere Millionen Leute, viele Organisatio- nen und besonders Firmen nutzen es weltweit. Die meisten nutzen es aus folgenden Gründen: • besonders schnell, stabil und leistungs- stark • gratis Support aus vielen Internet- Newsgruppen Tux, der Pinguin, ist das Linux-Maskottchen • übersichtliche Mailing-Listen • massenweise www-Seiten • direkter Mailkontakt mit dem Programmierer sind möglich • Bildung von Gruppen • kommerzieller Support“1 Linux ist heute weit verbreitet im Serverbereich: „Im Oktober 2012 wurden mindes- tens 32% aller Webseiten auf einem Linux-Server gehostet. Da nicht alle Linux-Ser- ver sich auch als solche zu erkennen geben, könnte der tatsächliche Anteil um bis zu 24% höher liegen. Damit wäre ein tatsächlicher Marktanteil von bis zu 55% nicht 1 http://www.linuxnetworx.com/linux-richtig-nutzen magazin-auswege.de – 2.11.2015 Schon mal dran gedacht, Linux auszuprobieren? 1 auszuschliessen. (…) Linux gilt innerhalb von Netzwerken als ausgesprochen sicher und an die jeweiligen Gegebenheiten anpassbar.
    [Show full text]
  • Manuel De Juk
    Manuel de JuK Lauri Watts Michael Pyne Scott Wheeler Traduction française : Robert Jacolin Traduction française : Ludovic Grossard Relecture de la documentation française : Ludovic Grossard Manuel de JuK 2 Table des matières 1 Introduction 5 2 Utiliser JuK 6 2.1 La liste des chansons . .7 2.2 Listes de lecture de JuK . .9 2.3 L’éditeur d’étiquettes de JuK . 10 2.3.1 Modifier les étiquettes d’un unique fichier . 10 2.3.2 Modification d’étiquettes dans plusieurs fichiers . 11 2.4 La boîte de dialogue pour renommer les fichiers . 12 2.5 La boîte de dialogue de configuration du devineur d’étiquettes . 13 2.6 La boîte de dialogue de recherche avancée . 14 3 La barre d’outils de JuK 15 3.1 La barre principale . 15 3.2 La barre de recherche . 16 4 Référence du menu et des commandes 17 4.1 Menus . 17 4.1.1 Menu Fichier . 17 4.1.2 Menu Édition . 18 4.1.3 Menu Affichage . 18 4.1.4 Menu Lecteur . 19 4.1.5 Menu Éditeur d’en-tête . 19 4.1.6 Menu Configuration . 20 4.2 Référence des raccourcis clavier . 21 5 Remerciements et licence 22 Résumé JuK est un juke-box, un éditeur d’étiquettes et un gestionnaire de discothèque. Manuel de JuK Chapitre 1 Introduction JuK est un vrai juke-box. Comme la plupart des applications juke-box, JuK vous permet de mo- difier les “étiquettes” de vos fichiers audio et de gérer votre collection et vos listes de lecture. 5 Manuel de JuK Chapitre 2 Utiliser JuK JuK maintient une liste de tous les fichiers qu’il connaît.
    [Show full text]
  • Development of Cloud-Based Media Player Using Microsoft Azure Services
    eISSN:2600-7920 INTI JOURNAL Vol.1, 2018 (24) Development of Cloud-Based Media Player using Microsoft Azure Services Chong Fong Kim1, Chan Yong Kai 2 and Deshinta Arrova Dewi3 1,2,3 Faculty of Information Technology and Science, INTI International University, Nilai, Negeri Sembilan, Malaysia. Corresponding Author: [email protected] Abstract Playing songs offline consumes internal storage capacity of a device. Besides, playing songs, most of the time is an individual acting as a hobby and many song listeners do not have a common platform to share their hobby with others. By putting it on the cloud, the internal storage capacity can be reduced and the chance to share the common hobby with others is available. This paper aims to present the development of a Cloud-Based Media Player (CBMP) to ease the users in managing their song files and sharing with others. The CBMP utilizes a website as the main controller and connects to the Microsoft Azure Services to host the music database. Two separate sections are created for the user to upload and download their songs as private and share sections. Accordingly, users can choose the favored section they want to access. Not only features to upload and download songs are provided, but the CMBP also provides a search function that enables users to search songs in both different to make a search process faster. Due to latency in the cloud services, the suggested song format for CMBP is.MP3 files. The .MP3 files promote better compression rate than .MP4. Besides, .MP4 has higher latency that makes users waiting longer for processing the songs.
    [Show full text]
  • Opus, a Free, High-Quality Speech and Audio Codec
    Opus, a free, high-quality speech and audio codec Jean-Marc Valin, Koen Vos, Timothy B. Terriberry, Gregory Maxwell 29 January 2014 Xiph.Org & Mozilla What is Opus? ● New highly-flexible speech and audio codec – Works for most audio applications ● Completely free – Royalty-free licensing – Open-source implementation ● IETF RFC 6716 (Sep. 2012) Xiph.Org & Mozilla Why a New Audio Codec? http://xkcd.com/927/ http://imgs.xkcd.com/comics/standards.png Xiph.Org & Mozilla Why Should You Care? ● Best-in-class performance within a wide range of bitrates and applications ● Adaptability to varying network conditions ● Will be deployed as part of WebRTC ● No licensing costs ● No incompatible flavours Xiph.Org & Mozilla History ● Jan. 2007: SILK project started at Skype ● Nov. 2007: CELT project started ● Mar. 2009: Skype asks IETF to create a WG ● Feb. 2010: WG created ● Jul. 2010: First prototype of SILK+CELT codec ● Dec 2011: Opus surpasses Vorbis and AAC ● Sep. 2012: Opus becomes RFC 6716 ● Dec. 2013: Version 1.1 of libopus released Xiph.Org & Mozilla Applications and Standards (2010) Application Codec VoIP with PSTN AMR-NB Wideband VoIP/videoconference AMR-WB High-quality videoconference G.719 Low-bitrate music streaming HE-AAC High-quality music streaming AAC-LC Low-delay broadcast AAC-ELD Network music performance Xiph.Org & Mozilla Applications and Standards (2013) Application Codec VoIP with PSTN Opus Wideband VoIP/videoconference Opus High-quality videoconference Opus Low-bitrate music streaming Opus High-quality music streaming Opus Low-delay
    [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]
  • United States Bankruptcy Court Central District of California
    Case 8:10-bk-24771-RK Doc 66 Filed 12/01/10 Entered 12/01/10 16:29:21 Desc Main Document Page 1 of 108 United States Bankruptcy Court Central District of California In re: CRYSTAL CATHEDRAL MINISTRIES Case No. 8:10-BK-24771 RK Debtor (If known) Chapter: SUMMARY OF SCHEDULES Indicate as to each schedule whether that schedule is attached and state the number of pages in each. Report the totals from schedules A, B, D, E, F, I, and J in the boxes provided. Add the amounts from Schedules A and B to determine the total amount of the debtor’s assets. Add the amount from schedules D, E, and F to determine the total amount of the debtor’s liabilities. Individual debtors must also complete the “Statistical Summary of Certain Liabilities.” AMOUNTS SCHEDULED ATTACHED NO. OF NAME OF SCHEDULE (YES/NO) SHEETS ASSETS LIABILITIES OTHER A Real Property Yes 1 $58,054,770.00 B Personal Property Yes 106 $14,817,395.14 Property Claimed C as Exempt No 0 Creditor Holding D Secured Claims Yes 3 $35,231,285.23 Creditors Holding Unsecured E Priority Claims Yes 52 $462,229.45 Creditors Holding Unsecured F Nonpriority Claims Yes 102 $12,767,312.00 Executory Contracts and G Unexpired Leases Yes 170 H Codebtors Yes 1 Current Income of I Individual Debtor(s) No 0 $ Current Expenditures of J Individual Debtor(s) No 0 $ Total Number of Sheets 435 in All Schedules Total Assets $72,872,165.14 FORM 6- Summary Total Liabilities $48,460,826.68 (10/05) MAINDOCS-#155160-v1-CCM_SummaryOfSchedules.DOC Case 8:10-bk-24771-RK Doc 66 Filed 12/01/10 Entered 12/01/10 16:29:21 Desc Main Document Page 2 of 108 B6A (Offcial Form 61\) (J2l07) - Cont.
    [Show full text]