Closed tony1960 closed 6 years ago
http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-einws works because it points to an audio file, whereas https://archive.org/details/hb2015-11-06/hb2015-11-0616bitmatrix_t01.flac points to an HTML file. Please clarify below if I am missing anything and I will reopen the issue.
Santiago, I don't know if wish the replay to by via email or girhub I can modify, THe Problem is I am trying to srape FLAC audio file from the achieve.org page (allowed) I used the .flace subfix to do this. So Here is a another url which does point to FLAC that fails in the same way
view-source: https://ia801309.us.archive.org/27/items/hb2015-11-06/hb2015-11-0616bitmatrix_t05.flac
Thanks and Cheers, Tony
On Tue, May 1, 2018 at 5:48 AM, Santiago Seifert notifications@github.com wrote:
Closed #4196 https://github.com/google/ExoPlayer/issues/4196.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/google/ExoPlayer/issues/4196#event-1603125109, or mute the thread https://github.com/notifications/unsubscribe-auth/AD4ity7EDPDGUPj_ht57fTHb_wmd5-uHks5tuC97gaJpZM4TtITw .
-- Cheers, Tony Sterrett anthony.sterrett@gmail.com
General propositions do not decide concrete cases.
—Oliver Wendell Holmes
I will update this issue once I take a look.
Hello everybody! I tried to reproduce mentioned above issue but had no problem playing the media https://ia801309.us.archive.org/27/items/hb2015-11-06/hb2015-11-0616bitmatrix_t05.flac
Probably you are building the demo without flac extension or the extension itself wasn't compiled properly using NDK.
Hello: For this I 'called out' the url. To me, there appears to be no naming error, but please take a look/
Here is what I am doing: dataSourceFactory = new DefaultDataSourceFactory(parent, "Hobos");
extractorsFactory = new DefaultExtractorsFactory();
mainHandler = new Handler();
mediaSource = new
ExtractorMediaSource.Factory(dataSourceFactory).createMediaSource(Uri.parse(setList.http[0]));
int type = Util.inferContentType(Uri.parse("view-source:https://ia801309.us.archive.org/27/items/hb2015-11-06/hb2015-11-0616bitmatrix_t03.flac"));
Log.i(LOG_TAG, "Type inferenced is "+ type);
//mediaSource = new DashMediaSource.Factory(dataSourceFactory)
// .createMediaSource(Uri.parse(setList.http[0]));
player.prepare(mediaSource);
playButton.setOnClickListener(new View.OnClickListener()
Here is the Key debug: 05-08 14:18:40.692 31418-31418/org.tony.hobos I/PlayPage: Uri path is https://archive.org/details/hb2015-11-06/hb2015-11-0616bitmatrix_t01.flac 05-08 14:18:40.791 31418-31418/org.tony.hobos I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23> Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23> 05-08 14:18:40.797 31418-31418/org.tony.hobos I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23> 05-08 14:18:40.799 31418-31418/org.tony.hobos I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23> Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23> 05-08 14:18:40.874 31418-31418/org.tony.hobos I/ExoPlayerImpl: Init 393c98d [ExoPlayerLib/2.7.3] [Pop355, 5054N, TCL, 22] 05-08 14:18:40.926 31418-31418/org.tony.hobos I/PlayPage: Type inferenced is 3 05-08 14:18:42.605 31418-31842/org.tony.hobos E/ExoPlayerImplInternal: Source error. com.google.android.exoplayer2.source.UnrecognizedInputFormatException: None of the available extractors (MatroskaExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, Ac3Extractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor) could read the stream. at com.google.android.exoplayer2.source.ExtractorMediaPeriod$ExtractorHolder.selectExtractor(ExtractorMediaPeriod.java:924) at com.google.android.exoplayer2.source.ExtractorMediaPeriod$ExtractingLoadable.load(ExtractorMediaPeriod.java:846) at com.google.android.exoplayer2.upstream.Loader$LoadTask.run(Loader.java:308) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at java.lang.Thread.run(Thread.java:818)
I don't see anything wrong with your code, sorry. So either you have a wrong string to Uri.parse() or flac extension isn't loaded.
@tony1960: From your debug log, it says: None of the available extractors (MatroskaExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, Ac3Extractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor) could read the stream. There's no mention of FlacExtractor in this list. This means you haven't built your project correctly to use the FLAC extension, and so FlacExtractor is not available. Please follow the instruction from this page to rebuild your project with FLAC extension. Do note that this requires cloning ExoPlayer locally and build a native FLAC module, so there is quite a lot more work unfortunately.
Hi, Ok, Thank you very much. I guess it is fine to close. BTW would easier to download mp3 audio files.
Hi, Ok, Thank you very much. I guess it is fine to close. BTW would easier to download mp3 audio files.
Before filing an issue:
Issue description
This app reads FLAC files from archive.org. It is unable to. ExoPlayer2 crashes with Source error: com.google.android.exoplayer2.source.UnrecognizedInputFormatException: None of the available extractors (MatroskaExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, Ac3Extractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor) could read the stream.
When trying to read: https://archive.org/details/hb2015-11-06/hb2015-11-0616bitmatrix_t01.flac
Similar issues have been tracked but not the same issue. The code will read other Audio sources. The inferened media type is 3. So the correct extractor is being used. This code works with "http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-einws";
Here is the code: renderersFactory = new DefaultRenderersFactory(parent); bandwidthMeter = new DefaultBandwidthMeter(); trackSelectionFactory = new AdaptiveTrackSelection.Factory(bandwidthMeter); trackSelector = new DefaultTrackSelector(trackSelectionFactory); loadControl = new DefaultLoadControl(); player = ExoPlayerFactory.newSimpleInstance(renderersFactory, trackSelector, loadControl);
dataSourceFactory = new DefaultDataSourceFactory(parent, "Hobos"); extractorsFactory = new DefaultExtractorsFactory(); mainHandler = new Handler(); mediaSource = new ExtractorMediaSource.Factory(dataSourceFactory).createMediaSource(Uri.parse(setList.http[0]));
int type = Util.inferContentType(Uri.parse(setList.http[0])); Log.i(LOG_TAG, "Type inferenced is "+ type); player.prepare(mediaSource);
Reproduction steps
Link to test content
https://archive.org/details/hb2015-11-06/hb2015-11-0616bitmatrix_t01.flac
Version of ExoPlayer being used
ExoPlayer2 2.7.3
Device(s) and version(s) of Android being used
ALCATAL 5054N 5.1.1
A full bug report captured from the device
I've capture the complete bug run. Not sure if this is the same as the full bug report, I am using studio. I will update if needed.
04-30 15:48:06.002 25961-25961/? I/art: Late-enabling -Xcheck:jni 04-30 15:48:06.133 25961-25961/org.tony.hobos W/ResourceType: ResTable_typeSpec entry count inconsistent: given 401, previously 430 ResTable_typeSpec entry count inconsistent: given 102, previously 103 ResTable_typeSpec entry count inconsistent: given 159, previously 161 ResTable_typeSpec entry count inconsistent: given 116, previously 130 ResTable_typeSpec entry count inconsistent: given 190, previously 222 ResTable_typeSpec entry count inconsistent: given 63, previously 70 ResTable_typeSpec entry count inconsistent: given 41, previously 53 ResTable_typeSpec entry count inconsistent: given 392, previously 400 04-30 15:48:06.729 25961-25961/org.tony.hobos I/InstantRun: starting instant run server: is main process 04-30 15:48:06.734 25961-25961/org.tony.hobos D/Perf-Track: bindApplication : ApplicationInfo{17d6f073 org.tony.hobos}/null time=609ms 04-30 15:48:06.979 25961-25961/org.tony.hobos W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable 04-30 15:48:07.103 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08000e} 04-30 15:48:07.106 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f080019} 04-30 15:48:07.110 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08000c} 04-30 15:48:07.242 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x1/d=0x7f0e0007 a=-1 r=0x7f0e0007} 04-30 15:48:07.288 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0800cc} Converting to string: TypedValue{t=0x1d/d=0xff3f51b5 a=3 r=0x7f05002b} 04-30 15:48:07.289 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x5/d=0x1 a=3 r=0x7f060004} Converting to string: TypedValue{t=0x5/d=0x1 a=3 r=0x7f060003} Converting to string: TypedValue{t=0x5/d=0x3801 a=1 r=0x10500de} 04-30 15:48:07.426 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08006d} 04-30 15:48:07.518 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08007f} 04-30 15:48:07.583 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08005d} 04-30 15:48:07.650 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x5/d=0x1 a=1 r=0x10500e5} 04-30 15:48:07.737 25961-25961/org.tony.hobos I/MainAvtivity: recyclerView is NOT null 04-30 15:48:07.748 25961-25961/org.tony.hobos D/Perf-Track: activity.onCreate: cmp = ComponentInfo{org.tony.hobos/org.tony.hobos.MainActivity}, time = 835ms 04-30 15:48:07.749 25961-25961/org.tony.hobos D/Perf-Track: activity.onStart: cmp = ComponentInfo{org.tony.hobos/org.tony.hobos.MainActivity}, time = 0ms 04-30 15:48:07.750 25961-25961/org.tony.hobos D/Perf-Track: activity.onResume: cmp = ComponentInfo{org.tony.hobos/org.tony.hobos.MainActivity}, time = 0ms 04-30 15:48:07.759 25961-25961/org.tony.hobos I/ViewRootImpl: CPU Rendering VSync enable = true 04-30 15:48:07.763 25961-26108/org.tony.hobos D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true 04-30 15:48:07.772 25961-25961/org.tony.hobos D/Atlas: Validating map... 04-30 15:48:07.856 25961-26108/org.tony.hobos I/Adreno-EGL:: EGL 1.4 QUALCOMM build: (I7b941c52a8)
OpenGL ES Shader Compiler Version: E031.25.03.04
Build Date: 06/25/15 Thu
Local Branch:
Remote Branch:
Local Patches:
Reconstruct Branch:
04-30 15:48:07.857 25961-26108/org.tony.hobos I/OpenGLRenderer: Initialized EGL, version 1.4
04-30 15:48:07.866 25961-26108/org.tony.hobos D/OpenGLRenderer: Enabling debug mode 0
04-30 15:48:07.878 25961-25961/org.tony.hobos E/RecyclerView: No adapter attached; skipping layout
04-30 15:48:08.137 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x5/d=0x2401 a=1 r=0x10500e9}
Converting to string: TypedValue{t=0x5/d=0x3001 a=1 r=0x10500eb}
Converting to string: TypedValue{t=0x5/d=0x601 a=1 r=0x10500e6}
Converting to string: TypedValue{t=0x5/d=0xa01 a=1 r=0x10500e7}
04-30 15:48:08.146 25961-25961/org.tony.hobos W/art: Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
04-30 15:48:08.185 25961-25961/org.tony.hobos E/RecyclerView: No adapter attached; skipping layout
04-30 15:48:08.231 25961-25961/org.tony.hobos I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@2771e1c1 time:1256941
04-30 15:48:13.945 25961-26107/org.tony.hobos I/HttpComm: title: Smithsonian Libraries
href: https://archive.org/details/smithsonian
title: FEDLINK (US)
href: https://archive.org/details/fedlink
title: Genealogy
href: https://archive.org/details/genealogy
title: Lincoln Collection
href: https://archive.org/details/lincolncollection
title: Additional Collections
href: https://archive.org/details/additional_collections
title: American Libraries
href: https://archive.org/details/americana
title: Canadian Libraries
04-30 15:48:13.946 25961-26107/org.tony.hobos I/HttpComm: href: https://archive.org/details/toronto
title: Universal Library
href: https://archive.org/details/universallibrary
title: Community Texts
href: https://archive.org/details/opensource
title: Project Gutenberg
href: https://archive.org/details/gutenberg
title: Biodiversity Heritage Library
href: https://archive.org/details/biodiversity
title: Children's Library
href: https://archive.org/details/iacl
title: Public Lab Collection
href: https://archive.org/details/publiclab_org
04-30 15:48:13.947 25961-26107/org.tony.hobos I/HttpComm: title: Books to Borrow
href: https://archive.org/details/inlibrary
title: Prelinger Archives
href: https://archive.org/details/prelinger
title: Democracy Now!
href: https://archive.org/details/democracy_now_vid
title: Occupy Wall Street
href: https://archive.org/details/occupywallstreet
title: TV NSA Clip Library
href: https://archive.org/details/nsa
title: Animation & Cartoons
href: https://archive.org/details/animationandcartoons
title: Arts & Music
04-30 15:48:13.948 25961-26107/org.tony.hobos I/HttpComm: href: https://archive.org/details/artsandmusicvideos
title: Community Video
href: https://archive.org/details/opensource_movies
title: Computers & Technology
href: https://archive.org/details/computersandtechvideos
title: Cultural & Academic Films
href: https://archive.org/details/culturalandacademicfilms
title: Ephemeral Films
href: https://archive.org/details/ephemera
title: Movies
href: https://archive.org/details/moviesandfilms
title: News & Public Affairs
href: https://archive.org/details/newsandpublicaffairs
04-30 15:48:13.949 25961-26107/org.tony.hobos I/HttpComm: title: Spirituality & Religion
href: https://archive.org/details/spiritualityandreligion
title: Sports Videos
href: https://archive.org/details/sports
title: Television
href: https://archive.org/details/television
04-30 15:48:13.951 25961-26107/org.tony.hobos I/HttpComm: title: Videogame Videos
href: https://archive.org/details/gamevideos
title: Vlogs
href: https://archive.org/details/vlogs
title: Youth Media
href: https://archive.org/details/youth_media
title: Grateful Dead
href: https://archive.org/details/GratefulDead
title: Netlabels
href: https://archive.org/details/netlabels
title: Old Time Radio
href: https://archive.org/details/oldtimeradio
04-30 15:48:13.952 25961-26107/org.tony.hobos I/HttpComm: title: 78 RPMs and Cylinder Recordings
href: https://archive.org/details/78rpm
title: Audio Books & Poetry
href: https://archive.org/details/audio_bookspoetry
title: Community Audio
href: https://archive.org/details/opensource_audio
title: Computers & Technology
href: https://archive.org/details/audio_tech
title: Music, Arts & Culture
href: https://archive.org/details/audio_music
title: News & Public Affairs
href: https://archive.org/details/audio_news
title: Non-English Audio
href: https://archive.org/details/audio_foreign
title: Podcasts
href: https://archive.org/details/audio_podcast
title: Radio Programs
href: https://archive.org/details/radioprograms
title: Spirituality & Religion
href: https://archive.org/details/audio_religion
04-30 15:48:13.953 25961-26107/org.tony.hobos I/HttpComm: title: Old School Emulation
href: https://archive.org/details/tosec
title: MS-DOS Games
href: https://archive.org/details/softwarelibrary_msdos_games
title: Historical Software
href: https://archive.org/details/historicalsoftware
title: Classic PC Games
href: https://archive.org/details/classicpcgames
title: Software Library
href: https://archive.org/details/softwarelibrary
title: Community Software
href: https://archive.org/details/open_source_software
title: APK
href: https://archive.org/details/apkarchive
title: MS-DOS
href: https://archive.org/details/softwarelibrary_msdos
title: CD-ROM Software
04-30 15:48:13.954 25961-26107/org.tony.hobos I/HttpComm: href: https://archive.org/details/cd-roms
title: IPA Software
href: https://archive.org/details/ipaarchive
title: Software Sites
href: https://archive.org/details/softwaresites
title: Tucows Software Library
href: https://archive.org/details/tucows
title: Shareware CD-ROMs
href: https://archive.org/details/cdbbsarchive
title: CD-ROM Images
href: https://archive.org/details/cdromimages
title: ZX Spectrum
href: https://archive.org/details/softwarelibrary_zx_spectrum
title: Vintage Software
href: https://archive.org/details/vintagesoftware
title: DOOM Level CD
href: https://archive.org/details/doom-cds
title: ZX Spectrum Library: Games
04-30 15:48:13.955 25961-26107/org.tony.hobos I/HttpComm: href: https://archive.org/details/zx_spectrum_library_games
title: Vectrex
href: https://archive.org/details/vectrex
title: Flickr Commons
href: https://archive.org/details/flickrcommons
title: Occupy Wall Street Flickr
href: https://archive.org/details/flickr-ows
title: Cover Art
href: https://archive.org/details/coverartarchive
title: USGS Maps
href: https://archive.org/details/maps_usgs
title: Web
href: https://archive.org/web/
title: Texts
href: https://archive.org/details/texts
title: Video
href: https://archive.org/details/movies
title: Audio
href: https://archive.org/details/audio
04-30 15:48:13.956 25961-26107/org.tony.hobos I/HttpComm: title: Software
href: https://archive.org/details/software
title: Image
href: https://archive.org/details/image
title: Upload
href: https://archive.org/create
title: 2016-01-09: Jam Cruise 14 - The Atrium
href: /details/hollybo2016-01-09.cruisetunes
title: 2017-09-28: The Old Church
href: /details/hb2017-09-28
04-30 15:48:13.960 25961-26107/org.tony.hobos I/Shows: date = 2017/09/28
04-30 15:48:13.962 25961-26107/org.tony.hobos I/Shows: Simple date is:Thu Sep 28 00:00:00 EDT 2017
Pic Addr id: https://archive.org/services/img/hb2017-09-28
04-30 15:48:13.962 25961-26107/org.tony.hobos I/HttpComm: title: 2016-05-16: Woodlands Tavern
href: /details/hb2016-05-16
04-30 15:48:13.962 25961-26107/org.tony.hobos I/Shows: date = 2016/05/16
04-30 15:48:13.963 25961-26107/org.tony.hobos I/Shows: Simple date is:Mon May 16 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-05-16
04-30 15:48:13.963 25961-26107/org.tony.hobos I/HttpComm: title: 2015-10-28: Massry Center for the Arts
href: /details/hb2015-10-28
04-30 15:48:13.963 25961-26107/org.tony.hobos I/Shows: date = 2015/10/28
04-30 15:48:13.964 25961-26107/org.tony.hobos I/Shows: Simple date is:Wed Oct 28 00:00:00 EDT 2015
Pic Addr id: https://archive.org/services/img/hb2015-10-28
04-30 15:48:13.964 25961-26107/org.tony.hobos I/HttpComm: title: 2016-05-05: River Street Jazz Cafe
href: /details/hollybowling2016-05-05.akgc414.schoepsmk21.sbd.flac16
title: 2016-12-31: The Cutting Room
href: /details/hb2016-12-31
04-30 15:48:13.964 25961-26107/org.tony.hobos I/Shows: date = 2016/12/31
04-30 15:48:13.965 25961-26107/org.tony.hobos I/Shows: Simple date is:Sat Dec 31 00:00:00 EST 2016
Pic Addr id: https://archive.org/services/img/hb2016-12-31
04-30 15:48:13.965 25961-26107/org.tony.hobos I/HttpComm: title: 2017-03-15: River Street Jazz Cafe
href: /details/hollybowling2017-03-15
title: 2016-12-30: The Cutting Room
href: /details/HB2016-12-30.matrix.flac16
title: 2017-08-26: LOCKN' Festival
href: /details/hb2017-08-26
04-30 15:48:13.965 25961-26107/org.tony.hobos I/Shows: date = 2017/08/26
04-30 15:48:13.966 25961-26107/org.tony.hobos I/Shows: Simple date is:Sat Aug 26 00:00:00 EDT 2017
Pic Addr id: https://archive.org/services/img/hb2017-08-26
04-30 15:48:13.966 25961-26107/org.tony.hobos I/HttpComm: title: 2017-05-20: Musical Instrument Museum - MIM
href: /details/hb2017-05-20
04-30 15:48:13.966 25961-26107/org.tony.hobos I/Shows: date = 2017/05/20
04-30 15:48:13.967 25961-26107/org.tony.hobos I/Shows: Simple date is:Sat May 20 00:00:00 EDT 2017
Pic Addr id: https://archive.org/services/img/hb2017-05-20
04-30 15:48:13.967 25961-26107/org.tony.hobos I/HttpComm: title: 2016-12-23: F.M. Kirby Center
href: /details/HollyBowling2016-12-23.RodeM5.flac16
title: 2015-11-12: Pittsburgh Winery
href: /details/hollybowling2015-11-12.m934b_16bit
title: 2018-01-17: Jam Cruise 16 - The Atrium
href: /details/hb2018-01-17
04-30 15:48:13.967 25961-26107/org.tony.hobos I/Shows: date = 2018/01/17
04-30 15:48:13.968 25961-26107/org.tony.hobos I/Shows: Simple date is:Wed Jan 17 00:00:00 EST 2018
Pic Addr id: https://archive.org/services/img/hb2018-01-17
04-30 15:48:13.968 25961-26107/org.tony.hobos I/HttpComm: title: 2017-10-18: Ardmore Music Hall
href: /details/HollyBowling2017-10-18.aud.matrix.flac24
title: 2016-12-30: The Cutting Room
href: /details/HB2016-12-30.mgm300.flac24
title: 2017-07-23: The Cutting Room
href: /details/hb2017-07-23
04-30 15:48:13.969 25961-26107/org.tony.hobos I/Shows: date = 2017/07/23
04-30 15:48:13.970 25961-26107/org.tony.hobos I/Shows: Simple date is:Sun Jul 23 00:00:00 EDT 2017
Pic Addr id: https://archive.org/services/img/hb2017-07-23
04-30 15:48:13.970 25961-26107/org.tony.hobos I/HttpComm: title: 2017-08-11: The Peach Music Festival
href: /details/hollybowling2017-08-11.wklitz.schoepsMK41v.flac16
title: 2018-02-01: Bluebird Theater
href: /details/hollybowling2018-02-01.AT4031.flac16
title: 2018-01-19: Jam Cruise 16 - The Atrium
href: /details/hb2018-01-19
04-30 15:48:13.970 25961-26107/org.tony.hobos I/Shows: date = 2018/01/19
04-30 15:48:13.972 25961-26107/org.tony.hobos I/Shows: Simple date is:Fri Jan 19 00:00:00 EST 2018
Pic Addr id: https://archive.org/services/img/hb2018-01-19
04-30 15:48:13.972 25961-26107/org.tony.hobos I/HttpComm: title: 2017-09-27: The Old Church
href: /details/hb2017-09-27
04-30 15:48:13.972 25961-26107/org.tony.hobos I/Shows: date = 2017/09/27
04-30 15:48:13.973 25961-26107/org.tony.hobos I/Shows: Simple date is:Wed Sep 27 00:00:00 EDT 2017
04-30 15:48:13.974 25961-26107/org.tony.hobos I/Shows: Pic Addr id: https://archive.org/services/img/hb2017-09-27
04-30 15:48:13.974 25961-26107/org.tony.hobos I/HttpComm: title: 2017-03-28: World Cafe Live
href: /details/hollybowling2017-03-28.wklitz.sbd.schoepsMK41v.flac16
title: 2017-02-03: The Moon Tower - A Living Room Show
href: /details/hb2017-02-03
04-30 15:48:13.974 25961-26107/org.tony.hobos I/Shows: date = 2017/02/03
04-30 15:48:13.975 25961-26107/org.tony.hobos I/Shows: Simple date is:Fri Feb 03 00:00:00 EST 2017
Pic Addr id: https://archive.org/services/img/hb2017-02-03
04-30 15:48:13.975 25961-26107/org.tony.hobos I/HttpComm: title: 2016-01-01: The Cutting Room
href: /details/hb2016-01-01
04-30 15:48:13.975 25961-26107/org.tony.hobos I/Shows: date = 2016/01/01
04-30 15:48:13.976 25961-26107/org.tony.hobos I/Shows: Simple date is:Fri Jan 01 00:00:00 EST 2016
Pic Addr id: https://archive.org/services/img/hb2016-01-01
04-30 15:48:13.976 25961-26107/org.tony.hobos I/HttpComm: title: 2015-11-04: River Street Jazz Cafe
href: /details/hollybowling2015-11-04.flac16
title: 2016-03-27: The Royal Room
href: /details/hb2016-03-27
04-30 15:48:13.976 25961-26107/org.tony.hobos I/Shows: date = 2016/03/27
04-30 15:48:13.977 25961-26107/org.tony.hobos I/Shows: Simple date is:Sun Mar 27 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-03-27
04-30 15:48:13.977 25961-26107/org.tony.hobos I/HttpComm: title: 2017-01-17: Chico Women's Club
href: /details/hb2017-01-17
04-30 15:48:13.977 25961-26107/org.tony.hobos I/Shows: date = 2017/01/17
04-30 15:48:13.978 25961-26107/org.tony.hobos I/Shows: Simple date is:Tue Jan 17 00:00:00 EST 2017
Pic Addr id: https://archive.org/services/img/hb2017-01-17
04-30 15:48:13.978 25961-26107/org.tony.hobos I/HttpComm: title: 2016-12-07: Terrapin Crossroads - Grate Room
href: /details/HB2016-12-07.HollyBowling2016-12-07.flac16
title: 2016-05-13: The Blue Note Jazz Cafe
href: /details/hb2016-05-13
04-30 15:48:13.978 25961-26107/org.tony.hobos I/Shows: date = 2016/05/13
Simple date is:Fri May 13 00:00:00 EDT 2016
04-30 15:48:13.979 25961-26107/org.tony.hobos I/Shows: Pic Addr id: https://archive.org/services/img/hb2016-05-13
04-30 15:48:13.979 25961-26107/org.tony.hobos I/HttpComm: title: 2017-02-12: Pausa Art House
href: /details/HB2017-02-12.L
title: 2016-09-22: Lost Sierra Hoedown
href: /details/hb2016-09-22
04-30 15:48:13.979 25961-26107/org.tony.hobos I/Shows: date = 2016/09/22
04-30 15:48:13.982 25961-26107/org.tony.hobos I/Shows: Simple date is:Thu Sep 22 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-09-22
04-30 15:48:13.982 25961-26107/org.tony.hobos I/HttpComm: title: 2017-03-16: Funk N Waffles
href: /details/hollybowling2017-03-16.wklitz.schoepsMK41v.sbd.flac16
title: 2016-12-23: F.M. Kirby Center
04-30 15:48:13.983 25961-26107/org.tony.hobos I/HttpComm: href: /details/hollybowling2016-12-23.flac16
04-30 15:48:13.984 25961-26107/org.tony.hobos I/HttpComm: title: 2016-09-11: The Grey Eagle
href: /details/hollybowling2016-09-11.sbd.schoepsMK41v.flac16
title: 2017-01-20: The Old Church
href: /details/HollyBowling2017-01-20.-AA-matrix.flac24
title: 2016-10-22: Brooklyn Comes Alive - The Hall at MP
href: /details/hollybowling2016-10-22.cmc622.sbd.matrix.flac16
title: 2017-02-04: Elizabeth Theater - Park Bar
href: /details/hb2017-02-04
04-30 15:48:13.985 25961-26107/org.tony.hobos I/Shows: date = 2017/02/04
Simple date is:Sat Feb 04 00:00:00 EST 2017
Pic Addr id: https://archive.org/services/img/hb2017-02-04
04-30 15:48:13.986 25961-26107/org.tony.hobos I/HttpComm: title: 2016-05-09: Starlite Gallery
href: /details/HB2016-05-09.HollyBowlingStarliteGallerySouthbridgeMaMuzikWizeLiveRecordings
04-30 15:48:13.986 25961-26107/org.tony.hobos I/Shows: date = 2016/05/09
Simple date is:Mon May 09 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-05-09
04-30 15:48:13.986 25961-26107/org.tony.hobos I/HttpComm: title: 2016-10-23: The Towne Crier
href: /details/hb2016-10-23
04-30 15:48:13.986 25961-26107/org.tony.hobos I/Shows: date = 2016/10/23
04-30 15:48:13.987 25961-26107/org.tony.hobos I/Shows: Simple date is:Sun Oct 23 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-10-23
04-30 15:48:13.987 25961-26107/org.tony.hobos I/HttpComm: title: 2017-03-24: The Whisper Dome
href: /details/hb2017-03-24
04-30 15:48:13.987 25961-26107/org.tony.hobos I/Shows: date = 2017/03/24
04-30 15:48:13.988 25961-26107/org.tony.hobos I/Shows: Simple date is:Fri Mar 24 00:00:00 EDT 2017
Pic Addr id: https://archive.org/services/img/hb2017-03-24
04-30 15:48:13.988 25961-26107/org.tony.hobos I/HttpComm: title: 2017-06-09: Disc Jam Music Festival
href: /details/hb2017-06-09
04-30 15:48:13.988 25961-26107/org.tony.hobos I/Shows: date = 2017/06/09
04-30 15:48:13.989 25961-26107/org.tony.hobos I/Shows: Simple date is:Fri Jun 09 00:00:00 EDT 2017
Pic Addr id: https://archive.org/services/img/hb2017-06-09
04-30 15:48:13.989 25961-26107/org.tony.hobos I/HttpComm: title: 2017-07-22: The Cutting Room
href: /details/hollybowling2017-07-22
title: 2015-08-18: The Cutting Room
href: /details/HollyBowling2015-08-18.sbd
title: 2017-03-21: Lily Pad - Late Show
href: /details/HB2017-03-22.L
title: 2016-09-03: Quixotes True Blue
href: /details/hb2016-09-03
04-30 15:48:13.989 25961-26107/org.tony.hobos I/Shows: date = 2016/09/03
04-30 15:48:13.990 25961-26107/org.tony.hobos I/Shows: Simple date is:Sat Sep 03 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-09-03
04-30 15:48:13.990 25961-26107/org.tony.hobos I/HttpComm: title: 2017-03-30: The Iridium
04-30 15:48:13.991 25961-26107/org.tony.hobos I/HttpComm: href: /details/hollybowling2017-03-30.wklitz.schoepsMK41v.flac16
title: 2017-02-09: City Winery
href: /details/hb2017-02-09
04-30 15:48:13.991 25961-26107/org.tony.hobos I/Shows: date = 2017/02/09
04-30 15:48:13.992 25961-26107/org.tony.hobos I/Shows: Simple date is:Thu Feb 09 00:00:00 EST 2017
Pic Addr id: https://archive.org/services/img/hb2017-02-09
04-30 15:48:13.992 25961-26107/org.tony.hobos I/HttpComm: title: 2015-09-26: Brooklyn Comes Alive - Verboten (Cabaret Room)
href: /details/hollybowling2015-09-26.cmc621.sbd.matrix.flac16
title: 2016-03-30: Sam Bond's Garage, Eugene OR
href: /details/HollyBowling2016-03-30.AA-Matrix-flac24
title: 2016-09-08: The Shed
href: /details/hb2016-09-08
04-30 15:48:13.992 25961-26107/org.tony.hobos I/Shows: date = 2016/09/08
04-30 15:48:13.993 25961-26107/org.tony.hobos I/Shows: Simple date is:Thu Sep 08 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-09-08
04-30 15:48:13.993 25961-26107/org.tony.hobos I/HttpComm: title: 2017-03-13: 5 Points Music Sanctuary
href: /details/hb2017-03-13
04-30 15:48:13.993 25961-26107/org.tony.hobos I/Shows: date = 2017/03/13
04-30 15:48:13.995 25961-26107/org.tony.hobos I/Shows: Simple date is:Mon Mar 13 00:00:00 EDT 2017
Pic Addr id: https://archive.org/services/img/hb2017-03-13
04-30 15:48:13.995 25961-26107/org.tony.hobos I/HttpComm: title: 2017-03-29: The Saint
href: /details/hollybowling2017-03-29.wklitz.schoepsMK41v.sbd.flac16
title: 2017-06-17: Roy's Hall
href: /details/hollybowling2017-06-17.litz.sbd.schoepsMK41v.flac16
title: 2017-12-09: Christmas Jam by Day Satellite Gallery
href: /details/holly2017-12-09.ak40.flac16
title: 2016-10-12: The Ballroom at The Outer Space
href: /details/hollybowling2016-10-12.schoepsMK41v.sbd.flac16
title: 2016-09-07: The Tin Pan
href: /details/hollybowling2016-09-07.schoepsMK21.sbd.flac16
04-30 15:48:13.996 25961-26107/org.tony.hobos I/HttpComm: title: 2017-01-19: The Royal Room
href: /details/hb2017-01-19
04-30 15:48:13.996 25961-26107/org.tony.hobos I/Shows: date = 2017/01/19
04-30 15:48:13.997 25961-26107/org.tony.hobos I/Shows: Simple date is:Thu Jan 19 00:00:00 EST 2017
Pic Addr id: https://archive.org/services/img/hb2017-01-19
04-30 15:48:13.997 25961-26107/org.tony.hobos I/HttpComm: title: 2016-03-31: Humbrews
href: /details/hb2016-03-31
04-30 15:48:13.997 25961-26107/org.tony.hobos I/Shows: date = 2016/03/31
04-30 15:48:13.998 25961-26107/org.tony.hobos I/Shows: Simple date is:Thu Mar 31 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-03-31
04-30 15:48:13.998 25961-26107/org.tony.hobos I/HttpComm: title: 2016-06-29: The Free Library of Philadelphia
href: /details/hb2016-06-29
04-30 15:48:13.998 25961-26107/org.tony.hobos I/Shows: date = 2016/06/29
04-30 15:48:13.999 25961-26107/org.tony.hobos I/Shows: Simple date is:Wed Jun 29 00:00:00 EDT 2016
04-30 15:48:14.000 25961-26107/org.tony.hobos I/Shows: Pic Addr id: https://archive.org/services/img/hb2016-06-29
04-30 15:48:14.000 25961-26107/org.tony.hobos I/HttpComm: title: 2016-05-14: Westcott Theater
href: /details/hb2016-05-14
04-30 15:48:14.000 25961-26107/org.tony.hobos I/Shows: date = 2016/05/14
04-30 15:48:14.001 25961-26107/org.tony.hobos I/Shows: Simple date is:Sat May 14 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-05-14
04-30 15:48:14.001 25961-26107/org.tony.hobos I/HttpComm: title: 2015-11-07: Underground Arts
href: /details/hb2015-11-08
04-30 15:48:14.001 25961-26107/org.tony.hobos I/Shows: date = 2015/11/08
04-30 15:48:14.002 25961-26107/org.tony.hobos I/Shows: Simple date is:Sun Nov 08 00:00:00 EST 2015
Pic Addr id: https://archive.org/services/img/hb2015-11-08
04-30 15:48:14.002 25961-26107/org.tony.hobos I/HttpComm: title: 2016-05-04: Pittsburgh Winery
href: /details/hb2016-05-04
04-30 15:48:14.002 25961-26107/org.tony.hobos I/Shows: date = 2016/05/04
04-30 15:48:14.003 25961-26107/org.tony.hobos I/Shows: Simple date is:Wed May 04 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-05-04
04-30 15:48:14.004 25961-26107/org.tony.hobos I/HttpComm: title: 2017-09-08: The Backroom
href: /details/hb2017-09-08.km184-theocelot
04-30 15:48:14.004 25961-26107/org.tony.hobos I/Shows: date = 2017/09/08
Simple date is:Fri Sep 08 00:00:00 EDT 2017
Pic Addr id: https://archive.org/services/img/hb2017-09-08
04-30 15:48:14.005 25961-26107/org.tony.hobos I/HttpComm: title: 2017-01-22: Humbrews
href: /details/hb2017-01-22
04-30 15:48:14.005 25961-26107/org.tony.hobos I/Shows: date = 2017/01/22
Simple date is:Sun Jan 22 00:00:00 EST 2017
04-30 15:48:14.006 25961-26107/org.tony.hobos I/Shows: Pic Addr id: https://archive.org/services/img/hb2017-01-22
04-30 15:48:14.006 25961-26107/org.tony.hobos I/HttpComm: title: 2016-10-13: Luna Lights Arts & Music
href: /details/hb2016-10-13
04-30 15:48:14.006 25961-26107/org.tony.hobos I/Shows: date = 2016/10/13
04-30 15:48:14.007 25961-26107/org.tony.hobos I/Shows: Simple date is:Thu Oct 13 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-10-13
04-30 15:48:14.007 25961-26107/org.tony.hobos I/HttpComm: title: 2017-10-21: Whisper Dome
href: /details/hb2017-10-21
04-30 15:48:14.007 25961-26107/org.tony.hobos I/Shows: date = 2017/10/21
04-30 15:48:14.008 25961-26107/org.tony.hobos I/Shows: Simple date is:Sat Oct 21 00:00:00 EDT 2017
Pic Addr id: https://archive.org/services/img/hb2017-10-21
04-30 15:48:14.008 25961-26107/org.tony.hobos I/HttpComm: title: 2017-10-14: Isis Music Hall
href: /details/holly2017-10-14.km140.sbd.flac16
title: 2016-09-24: Lost Sierra Hoedown
href: /details/hb2016-09-24
04-30 15:48:14.008 25961-26107/org.tony.hobos I/Shows: date = 2016/09/24
04-30 15:48:14.009 25961-26107/org.tony.hobos I/Shows: Simple date is:Sat Sep 24 00:00:00 EDT 2016
Pic Addr id: https://archive.org/services/img/hb2016-09-24
04-30 15:48:14.009 25961-26107/org.tony.hobos I/HttpComm: title: 2015-11-06: Gypsy Sally's
href: /details/hb2015-11-06
04-30 15:48:14.009 25961-26107/org.tony.hobos I/Shows: date = 2015/11/06
04-30 15:48:14.010 25961-26107/org.tony.hobos I/Shows: Simple date is:Fri Nov 06 00:00:00 EST 2015
Pic Addr id: https://archive.org/services/img/hb2015-11-06
04-30 15:48:14.010 25961-26107/org.tony.hobos I/HttpComm: title: 2015-11-10: Woodlands Tavern
href: /details/hb2015-11-10
04-30 15:48:14.011 25961-26107/org.tony.hobos I/Shows: date = 2015/11/10
04-30 15:48:14.012 25961-26107/org.tony.hobos I/Shows: Simple date is:Tue Nov 10 00:00:00 EST 2015
Pic Addr id: https://archive.org/services/img/hb2015-11-10
04-30 15:48:14.012 25961-26107/org.tony.hobos I/HttpComm: title: 2017-12-31: The Cutting Room
href: /details/HB2017-12-31.mgm300.flac24
title: 2017-11-08: City Winery
href: /details/hb2017-11-08
04-30 15:48:14.012 25961-26107/org.tony.hobos I/Shows: date = 2017/11/08
04-30 15:48:14.013 25961-26107/org.tony.hobos I/Shows: Simple date is:Wed Nov 08 00:00:00 EST 2017
Pic Addr id: https://archive.org/services/img/hb2017-11-08
04-30 15:48:14.013 25961-26107/org.tony.hobos I/HttpComm: title: 2015-11-05: 8x10 Club
href: /details/hb2015-11-05
04-30 15:48:14.013 25961-26107/org.tony.hobos I/Shows: date = 2015/11/05
04-30 15:48:14.014 25961-26107/org.tony.hobos I/Shows: Simple date is:Thu Nov 05 00:00:00 EST 2015
Pic Addr id: https://archive.org/services/img/hb2015-11-05
04-30 15:48:14.014 25961-26107/org.tony.hobos I/HttpComm: title: 2017-11-03: Gallery 345
href: /details/hb2017-11-03
04-30 15:48:14.015 25961-26107/org.tony.hobos I/Shows: date = 2017/11/03
Simple date is:Fri Nov 03 00:00:00 EDT 2017
04-30 15:48:14.016 25961-26107/org.tony.hobos I/Shows: Pic Addr id: https://archive.org/services/img/hb2017-11-03
04-30 15:48:14.016 25961-26107/org.tony.hobos I/HttpComm: title: 2017-02-07: House Concert
href: /details/hb2017-02-07
04-30 15:48:14.016 25961-26107/org.tony.hobos I/Shows: date = 2017/02/07
04-30 15:48:14.017 25961-26107/org.tony.hobos I/Shows: Simple date is:Tue Feb 07 00:00:00 EST 2017
Pic Addr id: https://archive.org/services/img/hb2017-02-07
04-30 15:48:14.017 25961-26107/org.tony.hobos I/HttpComm: title: 2016-12-10: Warren Haynes 28th Annual Christmas Jam - US Cellular Center
href: /details/hollybowling2016-12-10.peluso.flac24
Enter ShowList size : 42
04-30 15:48:14.027 25961-25961/org.tony.hobos I/DisplayShows: Enter DisplayShow ShowList size : 42
04-30 15:48:14.824 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0800a9}
04-30 15:48:14.830 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08006e}
04-30 15:48:14.831 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08003a}
04-30 15:48:14.847 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0800a9}
04-30 15:48:14.850 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08006e}
04-30 15:48:14.851 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08003a}
04-30 15:48:14.857 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0800a9}
04-30 15:48:14.859 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08006e}
04-30 15:48:14.860 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08003a}
04-30 15:48:14.866 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0800a9}
04-30 15:48:14.869 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08006e}
04-30 15:48:14.870 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08003a}
04-30 15:48:14.877 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0800a9}
04-30 15:48:14.878 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08006e}
04-30 15:48:14.879 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08003a}
04-30 15:48:14.885 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0800a9}
04-30 15:48:14.887 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08006e}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08003a}
04-30 15:48:18.356 25961-25961/org.tony.hobos I/DisplayShows: Card clicked position: 1
04-30 15:48:18.357 25961-25961/org.tony.hobos I/Timeline: Timeline: Activity_launch_request id:org.tony.hobos time:1267067
04-30 15:48:18.393 25961-25961/org.tony.hobos D/Perf-Track: amStartActivity from org.tony.hobos to Intent { flg=0x10000000 cmp=org.tony.hobos/.ShowActivity (has extras) }
04-30 15:48:18.447 25961-25961/org.tony.hobos I/ShowActivity: Picture: 2015/11/05 Picture addr: https://archive.org/services/img/hb2015-11-05
Date: 2015/11/05 Picture addr: 2015/11/05
04-30 15:48:18.457 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08000e}
04-30 15:48:18.458 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f080019}
04-30 15:48:18.459 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08000c}
04-30 15:48:18.463 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08001f}
04-30 15:48:18.464 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x1/d=0x7f0e0007 a=-1 r=0x7f0e0007}
04-30 15:48:18.466 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0800cc}
Converting to string: TypedValue{t=0x1d/d=0xff3f51b5 a=3 r=0x7f05002b}
Converting to string: TypedValue{t=0x5/d=0x1 a=3 r=0x7f060004}
Converting to string: TypedValue{t=0x5/d=0x1 a=3 r=0x7f060003}
Converting to string: TypedValue{t=0x5/d=0x3801 a=1 r=0x10500de}
04-30 15:48:18.475 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f08006f}
04-30 15:48:18.478 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f080003}
04-30 15:48:18.479 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f080004}
04-30 15:48:18.488 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f080006}
04-30 15:48:18.494 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f080009}
04-30 15:48:18.499 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x5/d=0x1 a=1 r=0x10500e5}
04-30 15:48:18.508 25961-25961/org.tony.hobos I/FindPage: PageUrl: https://archive.org/details/hb2015-11-05
04-30 15:48:18.513 25961-25961/org.tony.hobos D/Perf-Track: activity.onCreate: cmp = ComponentInfo{org.tony.hobos/org.tony.hobos.ShowActivity}, time = 82ms
activity.onStart: cmp = ComponentInfo{org.tony.hobos/org.tony.hobos.ShowActivity}, time = 0ms
04-30 15:48:18.514 25961-25961/org.tony.hobos D/Perf-Track: activity.onResume: cmp = ComponentInfo{org.tony.hobos/org.tony.hobos.ShowActivity}, time = 0ms
04-30 15:48:18.515 25961-26400/org.tony.hobos I/FindPageAsync: URL: https://archive.org/details/hb2015-11-05
04-30 15:48:18.519 25961-25961/org.tony.hobos I/ViewRootImpl: CPU Rendering VSync enable = true
04-30 15:48:18.568 25961-25961/org.tony.hobos W/Resources: Converting to string: TypedValue{t=0x5/d=0x2401 a=1 r=0x10500e9}
Converting to string: TypedValue{t=0x5/d=0x3001 a=1 r=0x10500eb}
Converting to string: TypedValue{t=0x5/d=0x601 a=1 r=0x10500e6}
Converting to string: TypedValue{t=0x5/d=0xa01 a=1 r=0x10500e7}
04-30 15:48:18.630 25961-25961/org.tony.hobos I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@332c9c8 time:1267341
04-30 15:48:21.258 25961-26400/org.tony.hobos I/FindPageAsync: pic link is /download/hb2015-11-05/HollyBal.jpg
pic link is /download/hb2015-11-05/HollyBal.jpg
Base Url https://archive.org/details/hb2015-11-05
url2 = https://archive.org/download/hb2015-11-05/HollyBal.jpg
04-30 15:48:22.520 25961-25977/org.tony.hobos I/art: Background partial concurrent mark sweep GC freed 17680(1017KB) AllocSpace objects, 15(358KB) LOS objects, 22% free, 54MB/70MB, paused 977us total 121.135ms
04-30 15:48:28.443 25961-26646/org.tony.hobos I/PlayPage: URL: https://archive.org/details/hb2015-11-05
04-30 15:48:30.029 25961-26646/org.tony.hobos I/PlayPage: Before scan
04-30 15:48:30.079 25961-26646/org.tony.hobos D/PlayPage: song name is: Internet Archive
04-30 15:48:30.080 25961-26646/org.tony.hobos D/PlayPage: song name is: player
song name is: @internetarchive
song name is: Introduction
song name is: The Curtain With
04-30 15:48:30.080 25961-26646/org.tony.hobos I/PlayPage: inside > if
into song name is: Scents & Subtle Sounds
inside > if
into song name is: Reading DWD jam
04-30 15:48:30.081 25961-26646/org.tony.hobos I/PlayPage: inside > if
into song name is: Steam
04-30 15:48:30.081 25961-26646/org.tony.hobos D/PlayPage: song name is: Crazy Fingers
song name is: Taste
song name is: Llama *
song name is: Banter
song name is: Free
04-30 15:48:30.081 25961-26646/org.tony.hobos I/PlayPage: For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t01.flac
For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t02.flac
For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t03.flac
For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t04.flac
For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t05.flac
04-30 15:48:30.082 25961-26646/org.tony.hobos I/PlayPage: For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t06.flac
For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t07.flac
For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t08.flac
For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t09.flac
For each i http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t010.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t01.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t02.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t03.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t04.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t05.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t06.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t07.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t08.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t09.flac
http is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t010.flac
http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t01.flac
http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t02.flac
http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t03.flac
http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t04.flac
http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t05.flac
http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t06.flac
http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t07.flac
http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t08.flac
http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t09.flac
04-30 15:48:30.083 25961-26646/org.tony.hobos I/PlayPage: http from set list is: https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t010.flac
04-30 15:48:30.083 25961-25961/org.tony.hobos I/PlayPage: Uri path is https://archive.org/details/hb2015-11-05/hb2015-11-0516bitmatrix_t01.flac
04-30 15:48:30.190 25961-25961/org.tony.hobos I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23>
04-30 15:48:30.191 25961-25961/org.tony.hobos I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23>
04-30 15:48:30.196 25961-25961/org.tony.hobos I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23>
04-30 15:48:30.198 25961-25961/org.tony.hobos I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23>
04-30 15:48:30.199 25961-25961/org.tony.hobos I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.exoplayer2.video.MediaCodecVideoRenderer$OnFrameRenderedListenerV23>
04-30 15:48:30.270 25961-25961/org.tony.hobos I/ExoPlayerImpl: Init 247f2be3 [ExoPlayerLib/2.7.3] [Pop355, 5054N, TCL, 22]
04-30 15:48:30.319 25961-25961/org.tony.hobos I/PlayPage: Type inferenced is 3
04-30 15:48:32.247 25961-26654/org.tony.hobos E/ExoPlayerImplInternal: Source error.
com.google.android.exoplayer2.source.UnrecognizedInputFormatException: None of the available extractors (MatroskaExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, Ac3Extractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor) could read the stream.
at com.google.android.exoplayer2.source.ExtractorMediaPeriod$ExtractorHolder.selectExtractor(ExtractorMediaPeriod.java:924)
at com.google.android.exoplayer2.source.ExtractorMediaPeriod$ExtractingLoadable.load(ExtractorMediaPeriod.java:846)
at com.google.android.exoplayer2.upstream.Loader$LoadTask.run(Loader.java:308)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)