2019-04-15, 07:01
I have rclone serving a a single directory of movie file over HTTP (rclone serve http G:/ ... )
Kodi is running on a different system and has a media source configured as http://192.168.0.1:8000/Movies/
When the file name contains a colon character ':', rclone writes the HTML with a ./ in as the first characters of the filename.
<a href="./Jumanji%20:%20Welcome%20to%20the%20Jungle%20%282017%29%20-%20Remux.mkv">Jumanji : Welcome to the Jungle (2017) - Remux.mkv</a><br />
Filenames without a colon characters look like this, in the rclone web directory list
<a href="Jumanji%20%281995%29%20-%20Remux.mkv">Jumanji (1995) - Remux.mkv</a><br />
Kodi retrieves the list of files from the remote web server, but ignores every movie with a dot in front of the filename. Movies without a dot are processed and imported into the library.
I have 428 out of 5688 movies in the library that contain colon character that are not being imported into the library.
What can I do to make Kodi accept these files?
I do not want to rename files with a colon characters as these file names are automatically generated from IMDB data.
Kodi is running on a different system and has a media source configured as http://192.168.0.1:8000/Movies/
When the file name contains a colon character ':', rclone writes the HTML with a ./ in as the first characters of the filename.
<a href="./Jumanji%20:%20Welcome%20to%20the%20Jungle%20%282017%29%20-%20Remux.mkv">Jumanji : Welcome to the Jungle (2017) - Remux.mkv</a><br />
Filenames without a colon characters look like this, in the rclone web directory list
<a href="Jumanji%20%281995%29%20-%20Remux.mkv">Jumanji (1995) - Remux.mkv</a><br />
Kodi retrieves the list of files from the remote web server, but ignores every movie with a dot in front of the filename. Movies without a dot are processed and imported into the library.
I have 428 out of 5688 movies in the library that contain colon character that are not being imported into the library.
What can I do to make Kodi accept these files?
I do not want to rename files with a colon characters as these file names are automatically generated from IMDB data.