Animanager Documentation Release 0.8.0

Total Page:16

File Type:pdf, Size:1020Kb

Animanager Documentation Release 0.8.0 Animanager Documentation Release 0.8.0 Allen Li March 26, 2016 Contents 1 Installation and configuration3 1.1 pip/PyPi installation...........................................3 1.2 Manual installation............................................3 1.3 Database setup..............................................3 1.4 Configuration...............................................4 2 Quickstart 5 2.1 Adding a series..............................................5 2.2 Searching your database.........................................6 2.3 Watching shows.............................................6 2.4 View stats.................................................7 2.5 Other features..............................................7 3 Configuration 9 4 Command reference 11 4.1 Global options.............................................. 11 4.2 Anime commands............................................ 11 4.3 Manga commands............................................ 15 5 Database format 17 5.1 Manga support.............................................. 17 5.2 More information............................................. 17 6 Selection menus 19 7 Indices and tables 23 i ii Animanager Documentation, Release 0.8.0 Project website: https://darkfeline.github.io/animanager/ This is the documentation for Animanager. Animanager is a simple anime watching and tracking program. Contents 1 Animanager Documentation, Release 0.8.0 2 Contents CHAPTER 1 Installation and configuration 1.1 pip/PyPi installation Animanager can be installed fairly easily using pip: $ pip3 install --user animanager You need Python 3, pip for Python 3, and setuptools for this. Other dependencies will be installed automatically. 1.2 Manual installation You need the following dependencies to run Animanager: • Python 3 • setuptools • tabulate Python 3 is needed to run Animanager. setuptools is neede for handling the installation. tabulate is needed for printing pretty tables (e.g., anime search). tabulate can be installed with pip: $ pip3 install --user tabulate Animanager can be installed manually: $ python3 setup.py install --user 1.3 Database setup Load the included database schema schema.sql into a SQLite3 database file at ~/.animanager/database.db: $ sqlite3 ~/.animanager/database.db '.read schema.sql' 3 Animanager Documentation, Release 0.8.0 1.4 Configuration Copy the included configuration file config.ini to ~/.animanager/config.ini. Read the file and edit it accordingly. You will definitely need to edit the credentials for logging into MyAnimeList (MAL). This is used to pull information using MAL’s API. You may want to edit the player line to configure which video player to use. Examples: player= mpv--fullscreen player= mplayer The [series] section is described in detail elsewhere; you do not need to touch it right now. 4 Chapter 1. Installation and configuration CHAPTER 2 Quickstart This guide provides an example of basic Animanager usage. 2.1 Adding a series First, add a series to track: $ animanager anime add "hidamari sketch" Animanager will search MAL for series: 0: (1852) Hidamari Sketch 1: (3165) Hidamari Sketch Specials 2: (3604) Hidamari Sketch x 365 3: (6984) Hidamari Sketch x 365 Specials 4: (7062) Hidamari Sketch x 5: (9563) Hidamari Sketch x Specials 6: (11237) Hidamari Sketch x SP 7: (11239) Hidamari Sketch x Honeycomb 8: (17739) Hidamari Sketch: Sae Hiro Sotsugyou-hen 9: (20391) Hidamari Sketch: Chou Hidamatsuri Special 10: (28911) Hidamari Sketch Recap 11: (28913) Hidamari Sketch x 365 Recap 12: (28915) Hidamari Sketch x Recap [-1]> This is Animanager’s selection interface, which you will see a lot. The [-1] means the default choice is -1, or the last item (in this case, 12). Another common default is [0], which indicates the first item. You can pick an item by typing its number and pressing Enter, or simply press Enter to pick the default choice. Next, choose the initial status: 0: plan to watch 1: watching 2: complete [0]> For this guide, here we pick watching. 5 Animanager Documentation, Release 0.8.0 2.2 Searching your database We can search our database to check our information: $ animanager anime search hidamari id name type ep_watched ep_total status date_started date_finished animedb_id ---- ------------------------ ------- ------------ ---------- -------- -------------- --------------- ------------ 1 Hidamari Sketch x 365 TV 0 13 watching 3604 This shows all of the information Animanager tracks. 2.3 Watching shows Navigate to the directory where your files are: $ cd anime $ ls [SpoonSubs] Hidamari Sketch x 365 - 01 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 02 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 03 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 04 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 05 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 06 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 06 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 07 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 08 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 09 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 09 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 10 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 11 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 12 (DVD).mkv [SpoonSubs] Hidamari Sketch x 365 - 13 (DVD).mkv Now we can use Animanager to automatically watch our series: $ animanager anime watch 0: (900) Hidamari Sketch x 365 (cur. 0, avail. 13) [-1]> Animanager presents the choices for series to watch. Right now we only have one series, but we can add multiple and they will appear here provided that episodes are available. We see that we have currently watched no episodes and have 13 available to watch. Press Enter to select the default and only choice. Your configured video player will start and you can watch the episode. After the episode is over, the video player will close (provided that you are using an mpv-like player): Bump? [Y/n] Animanager will prompt whether you want to bump your currently watched episode count. The default is yes, so just hit Enter. Alternatively, you can type n to keep your currently watched episode at 0. Animanager will automatically move the file to a “trash” directory to clean up the working directory. Now we’re back at the menu: 0: (900) Hidamari Sketch x 365 (cur. 1, avail. 12) [-1]> 6 Chapter 2. Quickstart Animanager Documentation, Release 0.8.0 You can keep watching, or quit using CTRL-C. We quit to continue the tutorial. Let’s check our database: $ animanager anime search hidamari id name type ep_watched ep_total status date_started date_finished animedb_id ---- ------------------------ ------- ------------ ---------- -------- -------------- --------------- ------------ 1 Hidamari Sketch x 365 TV 1 13 watching 2015-09-29 3604 The episode count has been updated automatically, and the start date has been set as well. 2.4 View stats Just for fun, Animanager also lets you view basic statistics: $ animanager anime stats By status: - complete: 638 - on hold: 0 - dropped: 165 - watching: 22 - plan to watch: 61 Total: 886 Episodes watched: 8715 2.5 Other features Here’s an overview of some of Animanager’s features: • Version detection. Animanager will delete older versions of an episode and watch the latest version. • Date tracking of when you started and finished a series. • Updating series data via MAL (for example, if the total number of episodes for a series changes). I highly recommend you read through all of the documentation, which contains more information about Animanager’s features. 2.4. View stats 7 Animanager Documentation, Release 0.8.0 8 Chapter 2. Quickstart CHAPTER 3 Configuration Animanager uses a configuration file in INI format. The default path of the file is ~/.animanager/config.ini, but can also be supplied as an option in the command line. See the included config.ini file for documentation and defaults. 9 Animanager Documentation, Release 0.8.0 10 Chapter 3. Configuration CHAPTER 4 Command reference 4.1 Global options These go before any commands. --config=PATH Specify an alternate configuration file to use. Default is ~/.animanager/config.ini. --db=PATH Specify an alternate database file to use. Default is ~/.animanager/database.db. Make judicious use of the --help option: $ animanager --help $ animanager anime --help $ animanager anime add --help 4.2 Anime commands These commands track and manage anime: $ animanager anime <command> I suggest you make an alias for your shell; for Bash, put this in your .bashrc: alias anime="animanager anime" 4.2.1 add $ animanager anime add "series name search" Add a series. You provide a string to search for, Animanager will search for it on MAL and prompt you for a series to add. You can add it with an initial status of “plan to watch”, “watching”, or “finished”. In the case of “finished”, Animanager will also set the watched episode count, and ask if you want to set the start and finished dates to today. In the case of “watching”, Animanager will also register the show (see register). 11 Animanager Documentation, Release 0.8.0 4.2.2 bump $ animanager anime bump "series name search" Animanager will selectively bump the episode watched count of one show. By default Animanager will only search “watching” shows; use the option --all to search from all incomplete shows. Animanager will set the show to watching, update start and end date, and update completion status automagically. 4.2.3 clean $ animanager anime clean Cleans up registered series in the config (see register). Removes all registered series in the config file that have been completed or dropped. 4.2.4 drop $ animanager anime drop "series name
Recommended publications
  • Download Video Player for Pc 10 Best and Free Video Players for Windows 10 PC in 2021
    download video player for pc 10 Best And Free Video Players For Windows 10 PC in 2021. We all love to watch TV shows, Movies on our computers. Since computers are more preferred nowadays, more and more streaming sites are popping out of the web. However, not everyone out there loves to stream videos because video streaming can be expensive. We first need to have a proper internet connection and a subscription to the streaming service to watch videos. In this case, downloading videos seems to be the best option as we have to spend the internet data once rather than streaming it again and again. But, what after downloading the video? Is it enough to get the best media experience? Well, no! To get the best video experience, we need to use the best media player. The media player is the only thing that decides our media consumption experience. So, having a good media player app is the most vital thing for media consumption. In this article, we will share the list of the best free video players for Windows. List of 10 Best And Free Video Players For Windows 10. These video players are free to download, and you can use them to get the most amazing video watching experience. So, let’s explore the ten best free video players for Windows. 1. Media Player Classic. If you are searching for a powerful video player tool for Windows 10 operating system, you need to give Media Player Classic a try. Guess what? The tool provides users with lots of customization options.
    [Show full text]
  • MPV Basic Profile Spec 1.01
    MPV Basic Profile Specification Digital Music, Photo, and Video Collections MPV Basic Profile Specification Revision 1.01 11 March 2003 © 2002-2003 Optical Storage Technology Association This document is available at http://www.osta.org/mpv/public/specs/MPVBasic-Profile-Spec-1.01.PDF Ver. 1.01, 11 March 2003 © 2002-2003 OSTA 1 of 19 MPV Basic Profile Specification POINTS OF CONTACT OSTA Technical Content David Bunzel OSTA President Pieter van Zee Editor, MPV Specification Tel: +1 (408) 253-3695 MPV Initiative Lead Email: [email protected] Tel: +1 541-715-8658 http://www.osta.org Email: [email protected] MusicPhotoVideo Website Felix Nemirovsky http://www.osta.org/mpv/ Chairman, MultiRead Subcommittee Tel: +1 415 643 0944 Email: [email protected] ABSTRACT The MusicPhotoVideo specification defines a manifest and metadata format and practices for processing and playback of collections of digital photo, video, and related audio and file content stored on an optical disc and other storage media such as memory cards and computer harddrives or exchanged via internet protocols. COPYRIGHT NOTICE Copyright 2002-2003 Optical Storage Technology Association, Inc. RELEASE HISTORY Version Date Comments 1.00 23 October 2002 First public release. 1.01 11 March 2003 Schema and document format is unchanged. Changed name from MultiPhoto/Video to MPV and MusicPhotoVideo; updated logo, contact info, copyright. Added Music Profile mention. Updated graphics to use MPV and Music Profile. No other changes. Ver. 1.01, 11 March 2003 © 2002-2003 OSTA 2 of 19 MPV Basic Profile Specification LICENSING IMPORTANT NOTICES (a) THIS DOCUMENT IS AN AUTHORIZED AND APPROVED PUBLICATION OF THE OPTICAL STORAGE TECHNOLOGY ASSOCIATION (OSTA).
    [Show full text]
  • Release 0.23~Git Max Kellermann
    Music Player Daemon Release 0.23~git Max Kellermann Sep 24, 2021 CONTENTS: 1 User’s Manual 1 1.1 Introduction...............................................1 1.2 Installation................................................1 1.3 Configuration...............................................4 1.4 Advanced configuration......................................... 12 1.5 Using MPD................................................ 14 1.6 Advanced usage............................................. 16 1.7 Client Hacks............................................... 18 1.8 Troubleshooting............................................. 18 2 Plugin reference 23 2.1 Database plugins............................................. 23 2.2 Storage plugins.............................................. 24 2.3 Neighbor plugins............................................. 25 2.4 Input plugins............................................... 25 2.5 Decoder plugins............................................. 27 2.6 Encoder plugins............................................. 32 2.7 Resampler plugins............................................ 33 2.8 Output plugins.............................................. 35 2.9 Filter plugins............................................... 42 2.10 Playlist plugins.............................................. 43 2.11 Archive plugins.............................................. 44 3 Developer’s Manual 45 3.1 Introduction............................................... 45 3.2 Code Style...............................................
    [Show full text]
  • Does That Look Right?
    Gregory Helmstetter Digital Preservation Final Project December 15, 2017 Does That Look Right? Playback Software in Digital Preservation With the ubiquity of digital files persisting throughout every aspect of modern life, from cell phone videos to time-based art to video preservation and archiving, one major question is often asked when playing back a digital file: Does that look right? This is an important question for several reasons. First, this is often the first question conservators, preservationists, or archivists ask when playing back video on any platform, whether it be in digital playback software or on analog machines. Second, as of the writing of this paper, I am frankly still questioning whether or not particular digital videos look the way they were intended to look and still questioning how software plays a role in the presentation of videos. And third, the results of this paper and the informal case study I conducted specifically to test playback software may generate more questions that conservators, et al, should ask when playing back digital files. This paper, therefore, will survey a number of playback software tools that archives rely on in quality control processes (particularly as they pertain to large-scale digital preservation workflows); it will consider the critical role that software plays when displaying digital content for preservation and quality control processes and how software is integrated into these workflows; and it will outline and address issues one might encounter when playing digital video files on different software. The Case Study First it will be beneficial to discuss from where this idea originated.
    [Show full text]
  • Captionmaker 7.0 User Guide
    User Guide CaptionMaker 7.0 User Guide 234686 November 2017 Copyrights and Trademark Notices Copyright © 2017 Telestream, LLC. All rights reserved worldwide. No part of this publication may be reproduced, transmitted, transcribed, altered, or translated into any languages without the written permission of Telestream. Information and specifications in this document are subject to change without notice and do not represent a commitment on the part of Telestream. Telestream. Telestream, CaptionMaker, Episode, Flip4Mac, FlipFactory, Flip Player, Lightspeed, ScreenFlow, Switch, Vantage, Wirecast, Gameshow, GraphicsFactory, MetaFlip, and Split-and-Stitch are registered trademarks and MacCaption, e- Captioning, Pipeline, Post Producer, Tempo, TrafficManager, and VOD Producer are trademarks of Telestream, LLC. All other trademarks are the property of their respective owners. Apple. QuickTime, MacOS X, and Safari are trademarks of Apple, Inc. Bonjour, the Bonjour logo, and the Bonjour symbol are trademarks of Apple, Inc. MainConcept. MainConcept is a registered trademark of MainConcept LLC and MainConcept AG. Copyright 2004 MainConcept Multimedia Technologies. Microsoft. Microsoft, Windows NT|2000|XP|XP Professional|Server 2003|Server 2008 |Server 2012, Windows 7, Windows 8, Media Player, Media Encoder, .Net, Internet Explorer, SQL Server 2005|2008|Server 2012, and Windows Media Technologies are trademarks of Microsoft Corporation. Manzanita. Manzanita is a registered trademark of Manzanita Systems, Inc. Adobe. Adobe® HTTP Dynamic Streaming Copyright © 2014 of Adobe Systems All right reserved. Avid. Portions of this product Copyright 2012 Avid Technology, Inc. VoiceAge. This product is manufactured by Telestream under license from VoiceAge Corporation. x.264 LLC. The product is manufactured by Telestream under license from x.264 LLC. Dolby. Dolby and the double-D symbol are registered trademarks of Dolby Laboratories.
    [Show full text]
  • A Web 3D-Scene Editor of Virtual Reality Exhibitions and 360-Degree Videos
    CEIG - Spanish Computer Graphics Conference (2016) Alejandro García-Alonso and Belen Masia (Editors) A Web 3D-Scene Editor of Virtual Reality Exhibitions and 360-degree videos Vicente Martínez, Alba M. Ríos and F. Javier Melero University of Granada, Spain Abstract This work consists in the development of a Web-based system which allows museum managers to generate their own virtual 3D exhibitions, using a two-dimensional graphical user interface. These virtual 3D exhibitions can be displayed interactively in the museum’s website, or as a immersive experience in a virtual headset (e.g. Google CardBoard) via a mobile app. We use the SVG specification to edit the exhibition, handling 3D models of the rooms, sculptures and pictures. Furthermore, the user can add to the scene a list of cameras with their respective control points, and then generate several routes through the scene. The scene is rendered in the browser using standard technologies, such as WebGL (ThreeJS) and X3D (X3DOM), and the mobile app is generated via Unity3D . Also, the X3D and MPEG-4 compression standards allow us to transform the scene and its camera routes into 360◦ videos, where user can manipulate camera orientation while playing the track. Also, audio tracks can be added to each route and hence, inserted in the 360◦ video. 1. Introduction behaviour, the 2D element attributes are modified so that all nodes are kept updated during execution time, and rendered coherently in During the last years, the virtual reality sector has had a huge up- the canvas. turn, especially in the entertainment industry. Although it is not its only scope since in such fields as medicine, scientific simulation or The translations of the elements are carried out by the Drag and commercial sector it has become a crucial tool to work with.
    [Show full text]
  • Mpv a Media Player
    mpv a media player Copyright: GPLv2+ Manual 1 section: Manual group: multimedia Table of Contents SYNOPSIS 6 DESCRIPTION 7 INTERACTIVE CONTROL 8 Keyboard Control 8 Mouse Control 11 USAGE 12 Legacy option syntax 12 Escaping spaces and other special characters 12 Paths 13 Per-File Options 13 List Options 14 Playing DVDs 15 CONFIGURATION FILES 16 Location and Syntax 16 Escaping spaces and special characters 16 Putting Command Line Options into the Configuration File 16 File-specific Configuration Files 16 Profiles 17 Auto profiles 17 TAKING SCREENSHOTS 19 TERMINAL STATUS LINE 20 LOW LATENCY PLAYBACK 21 PROTOCOLS 22 PSEUDO GUI MODE 24 OPTIONS 25 Track Selection 25 Playback Control 26 Program Behavior 30 Video 34 Audio 44 Subtitles 50 Window 60 Disc Devices 67 Equalizer 68 Demuxer 69 Input 72 OSD 74 Screenshot 77 Software Scaler 79 Audio Resampler 80 Terminal 80 TV 82 Cache 85 Network 87 DVB 89 ALSA audio output options 89 GPU renderer options 90 Miscellaneous 110 AUDIO OUTPUT DRIVERS 115 VIDEO OUTPUT DRIVERS 119 AUDIO FILTERS 128 VIDEO FILTERS 133 ENCODING 143 COMMAND INTERFACE 145 input.conf 145 General Input Command Syntax 145 List of Input Commands 146 Input Commands that are Possibly Subject to Change 151 Hooks 155 Legacy hook API 156 Input Command Prefixes 157 Input Sections 157 Properties 158 Property list 158 Inconsistencies between options and properties 177 Property Expansion 178 Raw and Formatted Properties 179 ON SCREEN CONTROLLER 180 Using the OSC 180 The Interface 180 Key Bindings 181 Configuration 181 Config Syntax 181 Command-line
    [Show full text]
  • Most Common Video File Formats Compared
    Most common Video file formats compared Video File Format Characteristics ASF,WMV • Can be streamed across the Internet and viewed before entire file has been downloaded when (Advanced Streaming Format) using a Windows Media server. (Windows Media Video) • Requires Windows Media Player be installed. • Typically placed on an internet streaming server. AVI • Can be viewed with standard Windows Players such as Windows Media Player. (Audio Video Interleave) • Uncompressed yields a high quality video but uses a lot of storage space. • If downloading from the Internet, the entire file must be downloaded before being played. • Typically stored on local hard disk or CDROM or made available as download from web server. MOV • Requires Apples Quicktime Movie Player (Apple Quicktime Movie) • Depending on Compression chosen can provide a very high quality video clip, but better quality uses more storage space. • Can be streamed across the Internet and viewed before entire file has been downloaded if using a Quicktime streaming server. • Can be placed both on an internet streaming server, or local storage such as hard disk or CDROM. MPEG • Can provide VHS quality movies or better (Motion Pictures Experts • Mpeg1 is equal to VHS. Group) • Mpeg2 is better than VHS and used for DVD • Mpeg4 is best quality • Requires an MPEG player to view • If downloading from the Internet, the entire file must be downloaded before being played because files sizes are very large. • Typically MPEG2 is used to make DVD movies • Can be placed on any storage media large enough to hold the file, but at current time the internet speed will not support streaming MPEG files.
    [Show full text]
  • A Media Player
    mpv a media player Copyright: GPLv2+ Manual 1 section: Manual group: multimedia Table of Contents SYNOPSIS 6 DESCRIPTION 7 INTERACTIVE CONTROL 8 Keyboard Control 8 Mouse Control 11 USAGE 12 Legacy option syntax 12 Escaping spaces and other special characters 12 Paths 13 Per-File Options 14 List Options 14 String list and path list options 14 Key/value list options 15 Filter options 15 General 16 CONFIGURATION FILES 17 Location and Syntax 17 Escaping spaces and special characters 17 Putting Command Line Options into the Configuration File 17 File-specific Configuration Files 17 Profiles 18 Runtime profiles 18 Conditional auto profiles 19 Legacy auto profiles 21 Using mpv from other programs or scripts 23 TAKING SCREENSHOTS 24 TERMINAL STATUS LINE 25 LOW LATENCY PLAYBACK 26 PROTOCOLS 27 PSEUDO GUI MODE 30 Linux desktop issues 31 Disabling Screensaver 31 OPTIONS 32 Track Selection 32 Playback Control 34 Program Behavior 42 Video 47 Audio 58 Subtitles 65 Window 77 Disc Devices 84 Equalizer 86 Demuxer 86 Input 91 OSD 94 Screenshot 97 Software Scaler 99 Audio Resampler 101 Terminal 101 Cache 103 Network 106 DVB 107 ALSA audio output options 108 GPU renderer options 109 Miscellaneous 132 Debugging 137 AUDIO OUTPUT DRIVERS 139 VIDEO OUTPUT DRIVERS 143 AUDIO FILTERS 154 VIDEO FILTERS 158 ENCODING 171 COMMAND INTERFACE 174 input.conf 174 input.conf syntax 174 Key names 175 Flat command syntax 176 Commands specified as arrays 176 Named arguments 177 List of Input Commands 177 Input Commands that are Possibly Subject to Change 186 List of events 194 Hooks 197 Input Command Prefixes 198 Synchronous vs.
    [Show full text]
  • Get Started with Video Captioning a Beginner’S Guide to Making Video Accessible
    Get Started with Video Captioning A Beginner’s Guide to Making Video Accessible BY PATRICK BESONG Preface This book is dedicated to all those who are new to video captioning and need to get up to speed quickly on the how and why of video captioning. I got into video captioning when I was faced with the task of making a video accessible and found that the tools available to me were either too expensive, too hard to use, or simply did not work. The process for creating QuickTime Text caption tracks seemed awfully tedious to me and I wondered why there wasn’t an easier way to do it. My response was to write MovieCaptioner, an easy-to-use, inexpensive answer to this problem. The response has been great, and I have received many requests to add different caption formats for which I had to learn a great deal to provide. It is used by many well- known companies, universities, government agencies, and independent video producers. This book should help you get started with video captioning and hopefully make you somewhat of an expert at least in some aspects of the subject in short order. Special thanks to Chris Duke of Motorz TV for allowing me to include his process of creating closed captioned video for broadcast. - Patrick Besong CHAPTER 1 Captioning video not only makes video accessible to the deaf and hard-of-hearing, but there are other compelling rea- Why Caption sons for it as well. These are also good talking points to con- vince others of the need to caption video.
    [Show full text]
  • Pdf/Acyclic.1.Pdf
    tldr pages Simplified and community-driven man pages Generated on Sun Sep 26 15:57:34 2021 Android am Android activity manager. More information: https://developer.android.com/studio/command-line/adb#am. • Start a specific activity: am start -n {{com.android.settings/.Settings}} • Start an activity and pass data to it: am start -a {{android.intent.action.VIEW}} -d {{tel:123}} • Start an activity matching a specific action and category: am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}} • Convert an intent to a URI: am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}} bugreport Show an Android bug report. This command can only be used through adb shell. More information: https://android.googlesource.com/platform/frameworks/native/+/ master/cmds/bugreport/. • Show a complete bug report of an Android device: bugreport bugreportz Generate a zipped Android bug report. This command can only be used through adb shell. More information: https://android.googlesource.com/platform/frameworks/native/+/ master/cmds/bugreportz/. • Generate a complete zipped bug report of an Android device: bugreportz • Show the progress of a running bugreportz operation: bugreportz -p • Show the version of bugreportz: bugreportz -v • Display help: bugreportz -h cmd Android service manager. More information: https://cs.android.com/android/platform/superproject/+/ master:frameworks/native/cmds/cmd/. • List every running service: cmd -l • Call a specific service: cmd {{alarm}} • Call a service with arguments: cmd {{vibrator}} {{vibrate 300}} dalvikvm Android Java virtual machine. More information: https://source.android.com/devices/tech/dalvik. • Start a Java program: dalvikvm -classpath {{path/to/file.jar}} {{classname}} dumpsys Provide information about Android system services.
    [Show full text]
  • Getting Started Ubuntu
    Getting Started withUbuntu 16.04 Copyright © 2010–2016 by The Ubuntu Manual Team. Some rights reserved. c b a This work is licensed under the Creative Commons Attribution–Share Alike 3.0 License. To view a copy of this license, see Appendix A, visit http://creativecommons.org/licenses/by-sa/3.0/, or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. Getting Started with Ubuntu 16.04 can be downloaded for free from http:// ubuntu-manual.org/ or purchased from http://ubuntu-manual.org/buy/ gswu1604/en_US. A printed copy of this book can be ordered for the price of printing and delivery. We permit and even encourage you to distribute a copy of this book to colleagues, friends, family, and anyone else who might be interested. http://ubuntu-manual.org Revision number: 125 Revision date: 2016-05-03 22:38:45 +0200 Contents Prologue 5 Welcome 5 Ubuntu Philosophy 5 A brief history of Ubuntu 6 Is Ubuntu right for you? 7 Contact details 8 About the team 8 Conventions used in this book 8 1 Installation 9 Getting Ubuntu 9 Trying out Ubuntu 10 Installing Ubuntu—Getting started 11 Finishing Installation 16 2 The Ubuntu Desktop 19 Understanding the Ubuntu desktop 19 Unity 19 The Launcher 21 The Dash 21 Workspaces 24 Managing windows 24 Unity’s keyboard shortcuts 26 Browsing files on your computer 26 Files file manager 27 Searching for files and folders on your computer 29 Customizing your desktop 30 Accessibility 32 Session options 33 Getting help 34 3 Working with Ubuntu 37 All the applications you
    [Show full text]