Discover stopped at first subfolder with different credentials
Context : discovering an SMB share with credentials x
already known by shared libvlc instance.
If all the subfolders of this entry point share the same credentials, the ML is able to discover all the media.
Now, if we discover this folder:
@Recently-Snapshot
has different credentials. The ML seems to stop the discover at this folder and won't try to discover other sub folders (that the credentials are the same as Medias
).
Here are the logs sent by the ML:
2021-03-15 16:12:53.955 18707-18707/org.videolan.vlc.debug W/eolan.vlc.debu: Accessing hidden field Landroid/widget/AbsListView;->mIsChildViewEnabled:Z (unsupported, reflection, allowed)
2021-03-15 16:12:55.635 18707-18995/org.videolan.vlc.debug I/VLC/medialibrary: [T#515872373936] ../src/discoverer/DiscovererWorker.cpp:79 discover Adding smb://AZANAS/Medias to the folder discovery list
2021-03-15 16:12:55.635 18707-18995/org.videolan.vlc.debug I/VLC/medialibrary: [T#515872373936] ../src/discoverer/DiscovererWorker.cpp:331 enqueue Queuing entrypoint smb://AZANAS/Medias/ of type 0
2021-03-15 16:12:55.635 18707-18984/org.videolan.vlc.debug D/VLC/medialibrary: [T#515867090096] ../src/MediaLibrary.cpp:2394 onDiscovererIdleChanged Discover thread was resumed
2021-03-15 16:12:55.635 18707-18984/org.videolan.vlc.debug D/VLC/medialibrary: [T#515867090096] ../src/MediaLibrary.cpp:2407 onDiscovererIdleChanged Setting background idle state to false
2021-03-15 16:12:55.635 18707-18984/org.videolan.vlc.debug V/VLC/MediaParsingService: onDiscoveryStarted: smb://AZANAS/Medias/
2021-03-15 16:12:55.635 18707-18984/org.videolan.vlc.debug I/VLC/medialibrary: [T#515867090096] ../src/discoverer/DiscovererWorker.cpp:543 runDiscover Running discover on: smb://AZANAS/Medias/
2021-03-15 16:12:55.635 18707-18984/org.videolan.vlc.debug E/VLC/medialibrary: [T#515867090096] ../src/utils/VLCInstance.cpp:66 get Libvlc instance: Returning VLC instance: 0x78b81adf00
2021-03-15 16:12:55.637 18707-19228/org.videolan.vlc.debug D/VLC: [0000007968154460/4b1c] libvlc input: Creating an input for preparsing '(null)'
2021-03-15 16:12:55.638 18707-19229/org.videolan.vlc.debug D/VLC: [0000007968154460/4b1d] libvlc input: using timeshift granularity of 50 MiB
2021-03-15 16:12:55.638 18707-19229/org.videolan.vlc.debug D/VLC: [0000007968154460/4b1d] libvlc input: using default timeshift path
2021-03-15 16:12:55.638 18707-19229/org.videolan.vlc.debug D/VLC: [0000007968154460/4b1d] libvlc input: `smb://AZANAS/Medias/' gives access `smb' demux `any' path `AZANAS/Medias/'
2021-03-15 16:12:55.638 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81d6e20/4b1d] libvlc demux: looking for access_demux module matching "smb": 7 candidates
2021-03-15 16:12:55.638 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81d6e20/4b1d] libvlc demux: no access_demux modules matched
2021-03-15 16:12:55.638 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c9da0/4b1d] libvlc stream: creating access: smb://AZANAS/Medias/
2021-03-15 16:12:55.638 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c9da0/4b1d] libvlc stream: looking for access module matching "smb": 25 candidates
2021-03-15 16:12:55.638 18707-19229/org.videolan.vlc.debug W/VLC: [00000079081c9da0/4b1d] libvlc stream: SMB 2/3 disabled by the user, using *unsafe* SMB 1
2021-03-15 16:12:55.656 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c9da0/4b1d] libvlc stream: Session: Host name = AZANAS, ip = 192.168.1.1
2021-03-15 16:12:55.678 18707-19229/org.videolan.vlc.debug E/VLC: [00000079081c9da0/4b1d] libvlc stream: Unable to connect/negotiate SMB session
2021-03-15 16:12:55.740 18707-19229/org.videolan.vlc.debug W/VLC: [00000079081c9da0/4b1d] libvlc stream: smb2_generic_cb failed: -13, 'Tree Connect failed with (0xc0000022) STATUS_ACCESS_DENIED. '
2021-03-15 16:12:55.740 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e81465e0/4b1d] libvlc keystore: looking for keystore module matching "file_crypt,none": 3 candidates
2021-03-15 16:12:55.740 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e81465e0/4b1d] libvlc keystore: using keystore module "file"
2021-03-15 16:12:55.962 18707-19229/org.videolan.vlc.debug W/VLC: [00000079081c9da0/4b1d] libvlc stream: AZANAS: connected from 192.168.1.75
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e81465e0/4b1d] libvlc keystore: removing module "file"
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c9da0/4b1d] libvlc stream: using access module "smb2"
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c5b20/4b1d] libvlc stream: looking for stream_filter module matching "any": 26 candidates
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c5b20/4b1d] libvlc stream: no stream_filter modules matched
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc stream_directory: looking for stream_directory module matching "any": 1 candidates
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc stream_directory: no stream_directory modules matched
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8146160/4b1d] libvlc input source: attachment of directory-extractor failed for smb://AZANAS/Medias/
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c5b20/4b1d] libvlc stream: looking for stream_filter module matching "record": 26 candidates
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c5b20/4b1d] libvlc stream: using stream_filter module "record"
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc demux: looking for demux module matching "any": 49 candidates
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc demux: cannot peek
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc demux: cannot peek
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc demux: cannot peek
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc demux: cannot peek
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc demux: cannot peek
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc demux: MOD validation failed (ext=)
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc demux: using demux module "directory"
2021-03-15 16:12:56.040 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8143a00/4b1d] libvlc demux meta: looking for meta reader module matching "any": 2 candidates
2021-03-15 16:12:56.041 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c8520/4b1d] libvlc stream: creating access: smb://AZANAS/Medias/
2021-03-15 16:12:56.041 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c8520/4b1d] libvlc stream: looking for access module matching "smb": 25 candidates
2021-03-15 16:12:56.041 18707-19229/org.videolan.vlc.debug W/VLC: [00000079081c8520/4b1d] libvlc stream: SMB 2/3 disabled by the user, using *unsafe* SMB 1
2021-03-15 16:12:56.050 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c8520/4b1d] libvlc stream: Session: Host name = AZANAS, ip = 192.168.1.1
2021-03-15 16:12:56.073 18707-19229/org.videolan.vlc.debug E/VLC: [00000079081c8520/4b1d] libvlc stream: Unable to connect/negotiate SMB session
2021-03-15 16:12:56.157 18707-19229/org.videolan.vlc.debug W/VLC: [00000079081c8520/4b1d] libvlc stream: smb2_generic_cb failed: -13, 'Tree Connect failed with (0xc0000022) STATUS_ACCESS_DENIED. '
2021-03-15 16:12:56.157 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8143c40/4b1d] libvlc keystore: looking for keystore module matching "file_crypt,none": 3 candidates
2021-03-15 16:12:56.157 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8143c40/4b1d] libvlc keystore: using keystore module "file"
2021-03-15 16:12:56.405 18707-19229/org.videolan.vlc.debug W/VLC: [00000079081c8520/4b1d] libvlc stream: AZANAS: connected from 192.168.1.75
2021-03-15 16:12:56.449 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8143c40/4b1d] libvlc keystore: removing module "file"
2021-03-15 16:12:56.449 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c8520/4b1d] libvlc stream: using access module "smb2"
2021-03-15 16:12:56.449 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081ce3a0/4b1d] libvlc stream: looking for stream_filter module matching "prefetch,cache": 26 candidates
2021-03-15 16:12:56.450 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081ce3a0/4b1d] libvlc stream: using 16777216 bytes buffer, 16777216 bytes read
2021-03-15 16:12:56.450 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081ce3a0/4b1d] libvlc stream: using stream_filter module "prefetch"
2021-03-15 16:12:56.450 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081ce3a0/4b1d] libvlc stream: removing module "prefetch"
2021-03-15 16:12:56.450 18707-19241/org.videolan.vlc.debug D/VLC: [00000079081ce3a0/4b29] libvlc stream: end of stream
2021-03-15 16:12:56.451 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c8520/4b1d] libvlc stream: removing module "smb2"
2021-03-15 16:12:56.467 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8143a00/4b1d] libvlc demux meta: Trying Lua scripts in /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/reader
2021-03-15 16:12:56.467 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8143a00/4b1d] libvlc demux meta: Trying Lua playlist script /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/reader/filename.lua
2021-03-15 16:12:56.468 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8143a00/4b1d] libvlc demux meta: Trying Lua scripts in /data/app/~~d7769iSu9O1fGgdeWqXdyg==/org.videolan.vlc.debug-yxq4QBRIU8GaNC6zkZmXgg==/lib/arm64/vlc/lua/meta/reader
2021-03-15 16:12:56.468 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8143a00/4b1d] libvlc demux meta: Trying Lua scripts in /system/usr/share/lua/meta/reader
2021-03-15 16:12:56.468 18707-19229/org.videolan.vlc.debug D/VLC: [00000078e8143a00/4b1d] libvlc demux meta: no meta reader modules matched
2021-03-15 16:12:56.468 18707-19229/org.videolan.vlc.debug D/VLC: [0000007968154460/4b1d] libvlc input: `smb://AZANAS/Medias/' successfully opened
2021-03-15 16:12:56.469 18707-19229/org.videolan.vlc.debug D/VLC: [0000007968154460/4b1d] libvlc input: EOF reached
2021-03-15 16:12:56.469 18707-19229/org.videolan.vlc.debug D/VLC: [00000078f81cdb00/4b1d] libvlc demux: removing module "directory"
2021-03-15 16:12:56.469 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c5b20/4b1d] libvlc stream: removing module "record"
2021-03-15 16:12:56.469 18707-19229/org.videolan.vlc.debug D/VLC: [00000079081c9da0/4b1d] libvlc stream: removing module "smb2"
2021-03-15 16:12:56.488 18707-19228/org.videolan.vlc.debug D/VLC: [0000007968154460/4b1c] libvlc input: Destroying the input for '(null)'
2021-03-15 16:12:56.489 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc meta fetcher: looking for meta fetcher module matching "any": 1 candidates
2021-03-15 16:12:56.489 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc meta fetcher: Trying Lua scripts in /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/fetcher
2021-03-15 16:12:56.489 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc meta fetcher: Trying Lua scripts in /data/app/~~d7769iSu9O1fGgdeWqXdyg==/org.videolan.vlc.debug-yxq4QBRIU8GaNC6zkZmXgg==/lib/arm64/vlc/lua/meta/fetcher
2021-03-15 16:12:56.489 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc meta fetcher: Trying Lua scripts in /system/usr/share/lua/meta/fetcher
2021-03-15 16:12:56.489 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc meta fetcher: no meta fetcher modules matched
2021-03-15 16:12:56.490 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: looking for art finder module matching "any": 2 candidates
2021-03-15 16:12:56.490 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: Trying Lua scripts in /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art
2021-03-15 16:12:56.490 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: Trying Lua playlist script /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/00_musicbrainz.lua
2021-03-15 16:12:56.491 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: skipping script (unmatched scope) /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/00_musicbrainz.lua
2021-03-15 16:12:56.491 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: Trying Lua playlist script /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/01_googleimage.lua
2021-03-15 16:12:56.492 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: skipping script (unmatched scope) /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/01_googleimage.lua
2021-03-15 16:12:56.492 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: Trying Lua playlist script /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/02_frenchtv.lua
2021-03-15 16:12:56.493 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: skipping script (unmatched scope) /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/02_frenchtv.lua
2021-03-15 16:12:56.493 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: Trying Lua playlist script /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/03_lastfm.lua
2021-03-15 16:12:56.494 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: skipping script (unmatched scope) /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/03_lastfm.lua
2021-03-15 16:12:56.494 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: Trying Lua scripts in /data/app/~~d7769iSu9O1fGgdeWqXdyg==/org.videolan.vlc.debug-yxq4QBRIU8GaNC6zkZmXgg==/lib/arm64/vlc/lua/meta/art
2021-03-15 16:12:56.495 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: Trying Lua scripts in /system/usr/share/lua/meta/art
2021-03-15 16:12:56.495 18707-19243/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b2b] libvlc art finder: no art finder modules matched
2021-03-15 16:12:56.497 18707-18984/org.videolan.vlc.debug I/VLC/medialibrary: [T#515867090096] ../src/discoverer/FsDiscoverer.cpp:533 addFolder Creating new device in DB AZANAS
2021-03-15 16:12:56.564 18707-18984/org.videolan.vlc.debug D/VLC/medialibrary: [T#515867090096] ../src/discoverer/FsDiscoverer.cpp:293 checkFolder Checking for modifications in smb://AZANAS/Medias/
2021-03-15 16:12:56.564 18707-18984/org.videolan.vlc.debug D/VLC/medialibrary: [T#515867090096] ../src/discoverer/FsDiscoverer.cpp:331 checkFolder New folder detected: smb://AZANAS/Medias/@Recently-Snapshot/
2021-03-15 16:12:56.564 18707-18984/org.videolan.vlc.debug E/VLC/medialibrary: [T#515867090096] ../src/utils/VLCInstance.cpp:66 get Libvlc instance: Returning VLC instance: 0x78b81adf00
2021-03-15 16:12:56.565 18707-19228/org.videolan.vlc.debug D/VLC: [0000007968154460/4b1c] libvlc input: Creating an input for preparsing '(null)'
2021-03-15 16:12:56.566 18707-19244/org.videolan.vlc.debug D/VLC: [0000007968154460/4b2c] libvlc input: using timeshift granularity of 50 MiB
2021-03-15 16:12:56.566 18707-19244/org.videolan.vlc.debug D/VLC: [0000007968154460/4b2c] libvlc input: using default timeshift path
2021-03-15 16:12:56.566 18707-19244/org.videolan.vlc.debug D/VLC: [0000007968154460/4b2c] libvlc input: `smb://AZANAS/Medias/@Recently-Snapshot/' gives access `smb' demux `any' path `AZANAS/Medias/@Recently-Snapshot/'
2021-03-15 16:12:56.566 18707-19244/org.videolan.vlc.debug D/VLC: [00000078f81dd960/4b2c] libvlc demux: looking for access_demux module matching "smb": 7 candidates
2021-03-15 16:12:56.566 18707-19244/org.videolan.vlc.debug D/VLC: [00000078f81dd960/4b2c] libvlc demux: no access_demux modules matched
2021-03-15 16:12:56.566 18707-19244/org.videolan.vlc.debug D/VLC: [00000079081a0820/4b2c] libvlc stream: creating access: smb://AZANAS/Medias/@Recently-Snapshot/
2021-03-15 16:12:56.566 18707-19244/org.videolan.vlc.debug D/VLC: [00000079081a0820/4b2c] libvlc stream: looking for access module matching "smb": 25 candidates
2021-03-15 16:12:56.566 18707-19244/org.videolan.vlc.debug W/VLC: [00000079081a0820/4b2c] libvlc stream: SMB 2/3 disabled by the user, using *unsafe* SMB 1
2021-03-15 16:12:56.582 18707-19244/org.videolan.vlc.debug D/VLC: [00000079081a0820/4b2c] libvlc stream: Session: Host name = AZANAS, ip = 192.168.1.1
2021-03-15 16:12:56.606 18707-19244/org.videolan.vlc.debug E/VLC: [00000079081a0820/4b2c] libvlc stream: Unable to connect/negotiate SMB session
2021-03-15 16:12:56.624 18707-19244/org.videolan.vlc.debug E/VLC: [00000079081a0820/4b2c] libvlc stream: smb2_connect_share_async failed: -5, Invalid address:Recently-Snapshot Can not resolv into IPv4/v6.
2021-03-15 16:12:56.624 18707-19244/org.videolan.vlc.debug D/VLC: [00000079081a0820/4b2c] libvlc stream: no access modules matched
2021-03-15 16:12:56.624 18707-19244/org.videolan.vlc.debug E/VLC: [0000007968154460/4b2c] libvlc input: Your input can't be opened
2021-03-15 16:12:56.624 18707-19244/org.videolan.vlc.debug E/VLC: [0000007968154460/4b2c] libvlc input: VLC is unable to open the MRL 'smb://AZANAS/Medias/@Recently-Snapshot/'. Check the log for details.
2021-03-15 16:12:56.624 18707-19228/org.videolan.vlc.debug D/VLC: [0000007968154460/4b1c] libvlc input: Destroying the input for '(null)'
2021-03-15 16:12:56.625 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc meta fetcher: looking for meta fetcher module matching "any": 1 candidates
2021-03-15 16:12:56.625 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc meta fetcher: Trying Lua scripts in /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/fetcher
2021-03-15 16:12:56.626 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc meta fetcher: Trying Lua scripts in /data/app/~~d7769iSu9O1fGgdeWqXdyg==/org.videolan.vlc.debug-yxq4QBRIU8GaNC6zkZmXgg==/lib/arm64/vlc/lua/meta/fetcher
2021-03-15 16:12:56.626 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc meta fetcher: Trying Lua scripts in /system/usr/share/lua/meta/fetcher
2021-03-15 16:12:56.626 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc meta fetcher: no meta fetcher modules matched
2021-03-15 16:12:56.626 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: looking for art finder module matching "any": 2 candidates
2021-03-15 16:12:56.626 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: Trying Lua scripts in /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art
2021-03-15 16:12:56.626 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: Trying Lua playlist script /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/00_musicbrainz.lua
2021-03-15 16:12:56.627 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: skipping script (unmatched scope) /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/00_musicbrainz.lua
2021-03-15 16:12:56.627 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: Trying Lua playlist script /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/01_googleimage.lua
2021-03-15 16:12:56.628 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: skipping script (unmatched scope) /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/01_googleimage.lua
2021-03-15 16:12:56.628 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: Trying Lua playlist script /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/02_frenchtv.lua
2021-03-15 16:12:56.629 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: skipping script (unmatched scope) /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/02_frenchtv.lua
2021-03-15 16:12:56.629 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: Trying Lua playlist script /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/03_lastfm.lua
2021-03-15 16:12:56.630 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: skipping script (unmatched scope) /data/user/0/org.videolan.vlc.debug/app_vlc/.share/lua/meta/art/03_lastfm.lua
2021-03-15 16:12:56.630 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: Trying Lua scripts in /data/app/~~d7769iSu9O1fGgdeWqXdyg==/org.videolan.vlc.debug-yxq4QBRIU8GaNC6zkZmXgg==/lib/arm64/vlc/lua/meta/art
2021-03-15 16:12:56.630 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: Trying Lua scripts in /system/usr/share/lua/meta/art
2021-03-15 16:12:56.631 18707-19255/org.videolan.vlc.debug D/VLC: [00000078d81a84e0/4b37] libvlc art finder: no art finder modules matched
2021-03-15 16:12:56.635 18707-18984/org.videolan.vlc.debug W/VLC/medialibrary: [T#515867090096] ../src/discoverer/FsDiscoverer.cpp:378 checkFolder Failed to browse smb://AZANAS/Medias/: Failed to browse network directory: Unknown error: I/O error
2021-03-15 16:12:56.635 18707-18984/org.videolan.vlc.debug I/VLC/medialibrary: [T#515867090096] ../src/discoverer/FsDiscoverer.cpp:174 checkRemovedDevices The device containing smb://AZANAS/Medias/ is removable. Refreshing device cache...
2021-03-15 16:12:56.636 18707-18984/org.videolan.vlc.debug I/VLC/medialibrary: [T#515867090096] ../src/MediaLibrary.cpp:2687 refreshDevice Device AZANAS presence is unchanged
2021-03-15 16:12:56.636 18707-18984/org.videolan.vlc.debug D/VLC/medialibrary: [T#515867090096] ../src/MediaLibrary.cpp:2700 refreshDevices Done refreshing devices in database.
2021-03-15 16:12:56.637 18707-18984/org.videolan.vlc.debug I/VLC/medialibrary: [T#515867090096] ../src/discoverer/FsDiscoverer.cpp:185 checkRemovedDevices Device was not removed
2021-03-15 16:12:56.637 18707-18984/org.videolan.vlc.debug D/VLC/medialibrary: [T#515867090096] ../src/discoverer/FsDiscoverer.cpp:196 checkRemovedDevices The device is present but can be read from. Assuming it isn't ready yet
2021-03-15 16:12:56.637 18707-18984/org.videolan.vlc.debug D/VLC/medialibrary: [T#515867090096] ../src/MediaLibrary.cpp:2394 onDiscovererIdleChanged Discoverer thread went idle
2021-03-15 16:12:56.638 18707-18984/org.videolan.vlc.debug D/VLC/medialibrary: [T#515867090096] ../src/MediaLibrary.cpp:2407 onDiscovererIdleChanged Setting background idle state to true