Page 1 of 2
vlc playing only first track in m3u playlist
Posted: 15 Apr 2023 20:58
by dhdurgee
I have created a number of m3u playlists for use with vlc on my TVision HUB which runs Google TV. I have just encountered a problem with one of them. For some reason when I open this playlist only the first track is loaded for playback. I don't see a way to attach a file, so here is the playlist:
Code: Select all
/storage/FA29-7738/Music/Beethoven/Leonore/09-Leonore_Overture_No._3,_Op._72a.mp3
/storage/FA29-7738/Music/Beethoven/Symp_1/05-Symphony_#1,_Op_21__Adagio_molto-_Allegro_con_brio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_1/06-Andante_cantabile_con_moto.mp3
/storage/FA29-7738/Music/Beethoven/Symp_1/07-Menuatto-_Allegro_molto_e_vivace.mp3
/storage/FA29-7738/Music/Beethoven/Symp_1/08-Adagio;_Allegro_molto_e_vivace.mp3
/storage/FA29-7738/Music/Beethoven/Symp_2/05-Symphony_#2,_Op._36__Adagio_molto;_Allegro_con_brio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_2/06-Larghetto.mp3
/storage/FA29-7738/Music/Beethoven/Symp_2/07-Scherzo;_Trio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_2/08-Allegro_molto.mp3
/storage/FA29-7738/Music/Beethoven/Symp_3/01-Symphoy_#3,_Op._55,_'Eroica'__Allegro_con_brio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_3/02-Marcia_funebre-_Adagio_assai.mp3
/storage/FA29-7738/Music/Beethoven/Symp_3/03-Scherzo-_Allegro_vivace;_Trio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_3/04-Finale-_Allegro_molto;_Poco_andante;_Presto.mp3
/storage/FA29-7738/Music/Beethoven/Symp_4/06-Symphony_#4,_Op._60__Adagio;_Allegro_vivace.mp3
/storage/FA29-7738/Music/Beethoven/Symp_4/07-Adagio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_4/08-Menuetto-_Allegro_vivace.mp3
/storage/FA29-7738/Music/Beethoven/Symp_4/09-Allegro_ma_non_troppo.mp3
/storage/FA29-7738/Music/Beethoven/Symp_5/01-Symphony_#5,_Op._67_Allegro_con_brio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_5/02-Adante_con_moto.mp3
/storage/FA29-7738/Music/Beethoven/Symp_5/03-Allegro.mp3
/storage/FA29-7738/Music/Beethoven/Symp_5/04-Allegro.mp3
/storage/FA29-7738/Music/Beethoven/Symp_6/01-Symphony_#6,_Op._68_'Pastorale'__Erwachen_heiterer_Gefuhle_bei_der_Ankunft_auf_dem_Lande.mp3
/storage/FA29-7738/Music/Beethoven/Symp_6/02-Szene_am_Bach.mp3
/storage/FA29-7738/Music/Beethoven/Symp_6/03-Lustiges_Zusammensein_der_Landleute.mp3
/storage/FA29-7738/Music/Beethoven/Symp_6/04-Gewitter,_Sturm.mp3
/storage/FA29-7738/Music/Beethoven/Symp_6/05-Frohe,_dankbare_Gefuhle_nach_dem_Sturm.mp3
/storage/FA29-7738/Music/Beethoven/Symp_7/01-Symphony_#7,_Op._92__Poco_sostenuto;_Vivace.mp3
/storage/FA29-7738/Music/Beethoven/Symp_7/02-Allegretto.mp3
/storage/FA29-7738/Music/Beethoven/Symp_7/03-Presto;_Assai_menu_presto;_Presto.mp3
/storage/FA29-7738/Music/Beethoven/Symp_7/04-Allegro_con_brio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_8/05-Symphony_#8,_Op._93__Allegro_vivace_e_con_brio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_8/06-Allegretto_scherzando.mp3
/storage/FA29-7738/Music/Beethoven/Symp_8/07-Tempo_di_Menuetto.mp3
/storage/FA29-7738/Music/Beethoven/Symp_8/08-Allegro_vivace.mp3
/storage/FA29-7738/Music/Beethoven/Symp_9/01-1_-_Allegro_Ma_Non_Troppo,_Un_Poco_Maestoso.mp3
/storage/FA29-7738/Music/Beethoven/Symp_9/02-2_-_Molto_Vivace.mp3
/storage/FA29-7738/Music/Beethoven/Symp_9/03-3_-_Adagio_Molto_E_Cantabile;_Andante_Moderato.mp3
/storage/FA29-7738/Music/Beethoven/Symp_9/04-4_-_Presto;_Allegro_Assai.mp3
Why is only the first track being loaded for playback?
Dave
Re: vlc playing only first track in m3u playlist
Posted: 17 Apr 2023 06:59
by Aza
It looks like your first media has a different path. Are you sure the other media's paths are valid?
Re: vlc playing only first track in m3u playlist
Posted: 17 Apr 2023 17:49
by dhdurgee
It looks like your first media has a different path. Are you sure the other media's paths are valid?
Yes. I prepared the m3u using the find command as:
find /storage/FA29-7738/Music/Beethoven/ -name "*.mp3" -o -name "*.ogg" >Beethoven.m3u
I ran this using adb shell on the TVision HUB and the files are all on a USB attached flash drive.
This is one of several similar m3u files I created for different artists and the only one that behaves like this.
I assume something strange is going on, but I have no idea how to debug this given the android google TV environment.
Dave
Re: vlc playing only first track in m3u playlist
Posted: 18 Apr 2023 00:19
by dhdurgee
For example, I opened an adb shell connection to the device and then confirmed the second file in the list is accurate:
Code: Select all
dhdurgee@z560:~/Downloads$ adb shell
SEI700TM:/ $ pwd
/
SEI700TM:/ $ file /storage/FA29-7738/Music/Beethoven/Symp_1/05-Symphony_#1,_Op_21__Adagio_molto-_Allegro_con_brio.mp3
/storage/FA29-7738/Music/Beethoven/Symp_1/05-Symphony_#1,_Op_21__Adagio_molto-_Allegro_con_brio.mp3: data
SEI700TM:/ $
So I have no idea why vlc on the device isn't loading the entire playlist.
Dave
Re: vlc playing only first track in m3u playlist
Posted: 18 Apr 2023 00:43
by Spike1
The underline is in the directory name? Is VLC choking on it? The one that plays has underlines in the filename.
Re: vlc playing only first track in m3u playlist
Posted: 18 Apr 2023 01:13
by dhdurgee
The underline is in the directory name? Is VLC choking on it? The one that plays has underlines in the filename.
I have other m3u files which play with underscores in the path name, so that isn't it.
Is there a way to get vlc on android to log things? I have adb running as you see, so perhaps it can be done.
Dave
Re: vlc playing only first track in m3u playlist
Posted: 18 Apr 2023 05:31
by Spike1
Yes, under More > Settings > Advanced > Debug logs. If you tap on "Start logging" (or if VLC crashes), logs are stored with the timestamp as the filename in Android/data/org.videolan.vlc.debug
Re: vlc playing only first track in m3u playlist
Posted: 18 Apr 2023 07:17
by Aza
Yes, logs would help.
Re: vlc playing only first track in m3u playlist
Posted: 18 Apr 2023 18:42
by dhdurgee
Yes, logs would help.
I found the setting to enable the logs and logged what happened. I stopped the logging, but I find no permission to the indicated log file location. Looking at the options on the debug screen I see "copy to clipboard" and "dump logcat log", so I selected the "dump logcat log" option. I found a file in logs/error with the current timestamp, so I have copied it to my laptop.
I hope it contains what you want to see. If not, how can I get what you need? I could use the "copy to clipboard" option, but how to get that into a file?
I also see no option here to attach a file. How do I get this to you?
Dave
PS: found a way to save the clipboard and now have that available as well.
Re: vlc playing only first track in m3u playlist
Posted: 19 Apr 2023 17:46
by dhdurgee
I was going to post the log I clipboard copied in a code segment, but encountered a problem. It is too long for me to do so. I really need to be able to attach a file here or provide it in some other fashion. How can I make this available?
Dave
Re: vlc playing only first track in m3u playlist
Posted: 19 Apr 2023 18:23
by dhdurgee
Here is the first 30 lines of the log copied to the clipboard:
Code: Select all
04-18 10:17:57.865 W/libEGL (20286): EGLNativeWindowType 0xe5489738 disconnect failed
04-18 10:18:02.326 E/FrameEvents(20286): updateAcquireFence: Did not find frame.
04-18 10:18:02.328 E/BufferQueueProducer(20286): [ImageReader-720x898f1u256m2-20286-2](id:4f3e00000002,api:0,p:-1,c:20286) disconnect: not connected (req=1)
04-18 10:18:02.328 W/libEGL (20286): EGLNativeWindowType 0xe5489738 disconnect failed
04-18 10:18:02.333 E/FrameEvents(20286): updateAcquireFence: Did not find frame.
04-18 10:18:02.333 E/BufferQueueProducer(20286): [ImageReader-560x128f1u256m2-20286-3](id:4f3e00000003,api:0,p:-1,c:20286) disconnect: not connected (req=1)
04-18 10:18:02.333 W/libEGL (20286): EGLNativeWindowType 0xe5489738 disconnect failed
04-18 10:18:04.290 W/libEGL (20286): EGLNativeWindowType 0xe548c998 disconnect failed
04-18 10:18:14.041 D/VLC/CardPresenter(20286): onUnbindViewHolder
04-18 10:18:14.042 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 1 line
04-18 10:18:14.042 D/VLC/CardPresenter(20286): onUnbindViewHolder
04-18 10:18:16.532 W/VLC/LiveEvent(20286): Multiple observers registered but only one will be notified of changes.
04-18 10:18:16.570 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.592 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageButton is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.617 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 7 lines
04-18 10:18:16.619 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageButton is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.747 W/RecyclerView(20286): No adapter attached; skipping layout
04-18 10:18:16.849 W/RecyclerView(20286): No adapter attached; skipping layout
04-18 10:18:16.861 E/ThemeUtils(20286): View class org.videolan.vlc.gui.view.FadableImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.863 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.871 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 3 lines
04-18 10:18:16.875 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.900 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.902 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.909 E/ThemeUtils(20286): View class org.videolan.vlc.gui.view.FadableImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.917 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.920 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 3 lines
04-18 10:18:16.921 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.931 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
More to follow.
Dave
Re: vlc playing only first track in m3u playlist
Posted: 19 Apr 2023 18:24
by dhdurgee
Here is the next 30 lines:
Code: Select all
04-18 10:18:16.949 E/ThemeUtils(20286): View class org.videolan.vlc.gui.view.FadableImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.950 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.954 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 3 lines
04-18 10:18:16.955 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.969 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.971 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:16.987 I/rg.videolan.vl(20286): Background young concurrent copying GC freed 69443(3231KB) AllocSpace objects, 8(160KB) LOS objects, 43% free, 18MB/32MB, paused 258us total 283.095ms
04-18 10:18:17.001 E/ThemeUtils(20286): View class org.videolan.vlc.gui.view.FadableImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.003 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.010 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 3 lines
04-18 10:18:17.011 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.017 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.018 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.028 E/ThemeUtils(20286): View class org.videolan.vlc.gui.view.FadableImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.029 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.039 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 3 lines
04-18 10:18:17.040 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.048 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.049 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.064 E/ThemeUtils(20286): View class org.videolan.vlc.gui.view.FadableImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.065 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.069 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 3 lines
04-18 10:18:17.072 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.085 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.088 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.101 E/ThemeUtils(20286): View class org.videolan.vlc.gui.view.FadableImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.102 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.105 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 3 lines
04-18 10:18:17.106 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
More to follow.
Dave
Re: vlc playing only first track in m3u playlist
Posted: 19 Apr 2023 18:26
by dhdurgee
Here is the remainder of the log copied to the clipboard:
Code: Select all
04-18 10:18:17.115 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:17.270 W/libEGL (20286): EGLNativeWindowType 0xe5489738 disconnect failed
04-18 10:18:21.628 W/VLC/LiveEvent(20286): Multiple observers registered but only one will be notified of changes.
04-18 10:18:21.637 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageButton is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:21.641 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 3 lines
04-18 10:18:21.643 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageButton is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:21.718 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:21.722 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageButton is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:21.736 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageButton is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:21.740 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 3 lines
04-18 10:18:21.741 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageButton is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:21.764 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:21.768 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageButton is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:21.773 I/chatty (20286): uid=10079(org.videolan.vlc) main identical 4 lines
04-18 10:18:21.773 E/ThemeUtils(20286): View class androidx.appcompat.widget.AppCompatImageButton is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
04-18 10:18:22.164 W/libEGL (20286): EGLNativeWindowType 0xe548fbf8 disconnect failed
04-18 10:19:34.332 W/libEGL (20286): EGLNativeWindowType 0xe5491528 disconnect failed
04-18 10:19:35.648 W/libEGL (20286): EGLNativeWindowType 0xe548fbf8 disconnect failed
04-18 10:19:44.178 W/VLC/LiveEvent(20286): Multiple observers registered but only one will be notified of changes.
04-18 10:19:44.770 W/libEGL (20286): EGLNativeWindowType 0xe5481948 disconnect failed
04-18 10:19:49.613 E/FrameEvents(20286): updateAcquireFence: Did not find frame.
04-18 10:19:49.614 E/BufferQueueProducer(20286): [ImageReader-560x128f1u256m2-20286-4](id:4f3e00000004,api:0,p:-1,c:20286) disconnect: not connected (req=1)
04-18 10:19:49.614 W/libEGL (20286): EGLNativeWindowType 0xe5481948 disconnect failed
04-18 10:19:49.631 E/FrameEvents(20286): updateAcquireFence: Did not find frame.
04-18 10:19:49.634 E/BufferQueueProducer(20286): [ImageReader-720x898f1u256m2-20286-5](id:4f3e00000005,api:0,p:-1,c:20286) disconnect: not connected (req=1)
04-18 10:19:49.634 W/libEGL (20286): EGLNativeWindowType 0xe5481948 disconnect failed
04-18 10:19:57.727 W/libEGL (20286): EGLNativeWindowType 0xe548fbf8 disconnect failed
I hope this provides some insight into the problem. I don't have the background to make any sense out of it.
Dave
Re: vlc playing only first track in m3u playlist
Posted: 23 Apr 2023 20:23
by dhdurgee
For those who think there might be a problem with the m3u file I just thought of a way to validate it:
Code: Select all
SEI700TM:/storage/FA29-7738/Music $ cat Beethoven.m3u | while read -r fname; do ls -l $fname; done
-rwxrwx--- 1 root media_rw 10753220 2022-06-13 18:42 /storage/FA29-7738/Music/Beethoven/Leonore/09-Leonore_Overture_No._3,_Op._72a.mp3
-rwxrwx--- 1 root media_rw 6731701 2022-06-13 18:42 /storage/FA29-7738/Music/Beethoven/Symp_1/05-Symphony_#1,_Op_21__Adagio_molto-_Allegro_con_brio.mp3
-rwxrwx--- 1 root media_rw 5056027 2022-06-13 18:42 /storage/FA29-7738/Music/Beethoven/Symp_1/06-Andante_cantabile_con_moto.mp3
-rwxrwx--- 1 root media_rw 2739560 2022-06-13 18:42 /storage/FA29-7738/Music/Beethoven/Symp_1/07-Menuatto-_Allegro_molto_e_vivace.mp3
-rwxrwx--- 1 root media_rw 4592344 2022-06-13 18:42 /storage/FA29-7738/Music/Beethoven/Symp_1/08-Adagio;_Allegro_molto_e_vivace.mp3
-rwxrwx--- 1 root media_rw 7538219 2022-06-13 18:42 /storage/FA29-7738/Music/Beethoven/Symp_2/05-Symphony_#2,_Op._36__Adagio_molto;_Allegro_con_brio.mp3
-rwxrwx--- 1 root media_rw 7765614 2022-06-13 18:42 /storage/FA29-7738/Music/Beethoven/Symp_2/06-Larghetto.mp3
-rwxrwx--- 1 root media_rw 2657225 2022-06-13 18:43 /storage/FA29-7738/Music/Beethoven/Symp_2/07-Scherzo;_Trio.mp3
-rwxrwx--- 1 root media_rw 4757110 2022-06-13 18:43 /storage/FA29-7738/Music/Beethoven/Symp_2/08-Allegro_molto.mp3
-rwxrwx--- 1 root media_rw 11403191 2022-06-13 18:43 /storage/FA29-7738/Music/Beethoven/Symp_3/01-Symphoy_#3,_Op._55,_'Eroica'__Allegro_con_brio.mp3
-rwxrwx--- 1 root media_rw 12816996 2022-06-13 18:43 /storage/FA29-7738/Music/Beethoven/Symp_3/02-Marcia_funebre-_Adagio_assai.mp3
-rwxrwx--- 1 root media_rw 4229130 2022-06-13 18:43 /storage/FA29-7738/Music/Beethoven/Symp_3/03-Scherzo-_Allegro_vivace;_Trio.mp3
-rwxrwx--- 1 root media_rw 9356609 2022-06-13 18:43 /storage/FA29-7738/Music/Beethoven/Symp_3/04-Finale-_Allegro_molto;_Poco_andante;_Presto.mp3
-rwxrwx--- 1 root media_rw 8285019 2022-06-13 18:43 /storage/FA29-7738/Music/Beethoven/Symp_4/06-Symphony_#4,_Op._60__Adagio;_Allegro_vivace.mp3
-rwxrwx--- 1 root media_rw 7232804 2022-06-13 18:43 /storage/FA29-7738/Music/Beethoven/Symp_4/07-Adagio.mp3
-rwxrwx--- 1 root media_rw 4241043 2022-06-13 18:43 /storage/FA29-7738/Music/Beethoven/Symp_4/08-Menuetto-_Allegro_vivace.mp3
-rwxrwx--- 1 root media_rw 6032919 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_4/09-Allegro_ma_non_troppo.mp3
-rwxrwx--- 1 root media_rw 5813479 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_5/01-Symphony_#5,_Op._67_Allegro_con_brio.mp3
-rwxrwx--- 1 root media_rw 7005768 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_5/02-Adante_con_moto.mp3
-rwxrwx--- 1 root media_rw 3605596 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_5/03-Allegro.mp3
-rwxrwx--- 1 root media_rw 7029066 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_5/04-Allegro.mp3
-rwxrwx--- 1 root media_rw 9909462 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_6/01-Symphony_#6,_Op._68_'Pastorale'__Erwachen_heiterer_Gefuhle_bei_der_Ankunft_auf_dem_Lande.mp3
-rwxrwx--- 1 root media_rw 9349467 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_6/02-Szene_am_Bach.mp3
-rwxrwx--- 1 root media_rw 4380287 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_6/03-Lustiges_Zusammensein_der_Landleute.mp3
-rwxrwx--- 1 root media_rw 3039009 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_6/04-Gewitter,_Sturm.mp3
-rwxrwx--- 1 root media_rw 7708881 2022-06-13 18:44 /storage/FA29-7738/Music/Beethoven/Symp_6/05-Frohe,_dankbare_Gefuhle_nach_dem_Sturm.mp3
-rwxrwx--- 1 root media_rw 9421888 2022-06-13 18:45 /storage/FA29-7738/Music/Beethoven/Symp_7/01-Symphony_#7,_Op._92__Poco_sostenuto;_Vivace.mp3
-rwxrwx--- 1 root media_rw 6424960 2022-06-13 18:45 /storage/FA29-7738/Music/Beethoven/Symp_7/02-Allegretto.mp3
-rwxrwx--- 1 root media_rw 5773297 2022-06-13 18:45 /storage/FA29-7738/Music/Beethoven/Symp_7/03-Presto;_Assai_menu_presto;_Presto.mp3
-rwxrwx--- 1 root media_rw 6030742 2022-06-13 18:45 /storage/FA29-7738/Music/Beethoven/Symp_7/04-Allegro_con_brio.mp3
-rwxrwx--- 1 root media_rw 7815695 2022-06-13 18:45 /storage/FA29-7738/Music/Beethoven/Symp_8/05-Symphony_#8,_Op._93__Allegro_vivace_e_con_brio.mp3
-rwxrwx--- 1 root media_rw 3141398 2022-06-13 18:45 /storage/FA29-7738/Music/Beethoven/Symp_8/06-Allegretto_scherzando.mp3
-rwxrwx--- 1 root media_rw 4062151 2022-06-13 18:45 /storage/FA29-7738/Music/Beethoven/Symp_8/07-Tempo_di_Menuetto.mp3
-rwxrwx--- 1 root media_rw 6397370 2022-06-13 18:45 /storage/FA29-7738/Music/Beethoven/Symp_8/08-Allegro_vivace.mp3
-rwxrwx--- 1 root media_rw 12212288 2022-06-13 18:45 /storage/FA29-7738/Music/Beethoven/Symp_9/01-1_-_Allegro_Ma_Non_Troppo,_Un_Poco_Maestoso.mp3
-rwxrwx--- 1 root media_rw 11807425 2022-06-13 18:46 /storage/FA29-7738/Music/Beethoven/Symp_9/02-2_-_Molto_Vivace.mp3
-rwxrwx--- 1 root media_rw 12485535 2022-06-13 18:46 /storage/FA29-7738/Music/Beethoven/Symp_9/03-3_-_Adagio_Molto_E_Cantabile;_Andante_Moderato.mp3
-rwxrwx--- 1 root media_rw 21995790 2022-06-13 18:46 /storage/FA29-7738/Music/Beethoven/Symp_9/04-4_-_Presto;_Allegro_Assai.mp3
SEI700TM:/storage/FA29-7738/Music $
So you can see each and every file in the list exists. Any further tests I can do to help diagnose the problem?
Dave
Re: vlc playing only first track in m3u playlist
Posted: 24 Apr 2023 07:08
by Aza
There is nothing useful in the logs. Could you please share the whole log file with the sharing service you prefer (Google Drive, Dropbox, pastebin...)?
Re: vlc playing only first track in m3u playlist
Posted: 24 Apr 2023 17:02
by dhdurgee
There is nothing useful in the logs. Could you please share the whole log file with the sharing service you prefer (Google Drive, Dropbox, pastebin...)?
By "the whole log file" do you mean the file I downloaded after hitting the "Dump Logcat Log" button? If not, how do I obtain what you need?
Dave
Re: vlc playing only first track in m3u playlist
Posted: 25 Apr 2023 18:28
by dhdurgee
Here is a link to the logcat dump. Let me know if you need more.
https://www.dropbox.com/s/gt24dfmndrx8z ... ar.gz?dl=0
Dave
Re: vlc playing only first track in m3u playlist
Posted: 03 May 2023 17:45
by dhdurgee
Have you been able to access the logcat dump? Is there anything there helping diagnose the problem? If this gives no further information on the problem how do I capture information for you?
Dave
Re: vlc playing only first track in m3u playlist
Posted: 09 May 2023 07:11
by Aza
Sorry I missed your logs. There is no playback logs in it. You should share the logs generated by the application. Reproduce the issue and then go to: Settings > Advanced > Debug logs.
To retrieve the logs on Android TV, you should follow this:
https://forum.videolan.org/viewtopic.ph ... ck#p509973
Then share the logs with the sharing service you prefer (Google Drive, Dropbox, pastebin...).
Re: vlc playing only first track in m3u playlist
Posted: 09 May 2023 19:57
by dhdurgee
Sorry I missed your logs. There is no playback logs in it. You should share the logs generated by the application. Reproduce the issue and then go to: Settings > Advanced > Debug logs.
To retrieve the logs on Android TV, you should follow this:
https://forum.videolan.org/viewtopic.ph ... ck#p509973
Then share the logs with the sharing service you prefer (Google Drive, Dropbox, pastebin...).
I'm not sure my options match what you are expecting. When I go to settings->Advanced->Debug logs my options are:
START LOGGING STOP LOGGING
COPY TO CLIPBOARD DUMP LOGCAT LOG
CLEAR LOG
On initial entry START LOGGING is highlighted and others are not. Is this what you anticipate?
Dave
Re: vlc playing only first track in m3u playlist
Posted: 10 May 2023 07:23
by Aza
1. Start logging
2. reproduce the issue (wait after the first track)
3. Dump logcat
4. Share the generated file
Re: vlc playing only first track in m3u playlist
Posted: 10 May 2023 19:59
by dhdurgee
1. Start logging
2. reproduce the issue (wait after the first track)
3. Dump logcat
4. Share the generated file
Followed steps 1-3, but don't see the generated file anywhere using the Wireless File Manager. Where specifically should it be. It is definitely NOT in the root as shown in the linked thread nor in the data folder that was shown at the start.
Dave
Re: vlc playing only first track in m3u playlist
Posted: 10 May 2023 22:28
by Spike1
It will be on the device on which VLC is installed, at—
/Android/data/org.videolan.vlc.debug/files
Re: vlc playing only first track in m3u playlist
Posted: 10 May 2023 23:21
by dhdurgee
It will be on the device on which VLC is installed, at—
/Android/data/org.videolan.vlc.debug/files
Unfortunately that does not appear to be the case here. Here is what I get with adb:
Code: Select all
SEI700TM:/storage/emulated/0/Android/data $ ls
ls: .: Permission denied
1|SEI700TM:/storage/emulated/0/Android/data $ cd org.videolan.vlc.debug
/system/bin/sh: cd: /storage/emulated/0/Android/data/org.videolan.vlc.debug: No such file or directory
2|SEI700TM:/storage/emulated/0/Android/data $
First there is no permission to list the data directory, then there appears to be no directory to access the file in. If I can provide more information either via adb or from vlc please let me know.
Dave
Re: vlc playing only first track in m3u playlist
Posted: 11 May 2023 07:22
by Aza
No, it should be at the root of your internal memory. Something like /storage/emulated/0/vlc_logcat_[XXX].log