Hi,

background:
I do have a problem with some podcast servers cutting the connection
after 5 minutes as the LMS podcast plugin doesnt cache the whole podcast
(what a pity). To listen to the podcast on LMS, I do the following:
run a cronjob every night, which downloads the latest episode, makes
sure only x files are kept, creates/updates a playlist accessible to
LMS, and triggers a playlist rescan

The intention is to get a playlist with the latest x episodes, best with
showing the podcast logo and title per episode. I then can select the
one I want to listen to -> voila.

General issues:
1. I cannot create a playlist, which refers to files in the LMS folders,
which are not scanned yet (then the playlist is shown as empty, though
the file exists - and I dont want to do a full database rescan)
-> workaround: I placed the files in a webserver directory and created a
URL link pointing to 127.0.0.1/FILE 
2. LMS doesnt get the embedded mp3 information from the URL file
(clear), so playlist shows no title, no duration, no logo
-> workaround: use #EXTM3U to provide information

Issue I filed this ticket for:
EXTM3U information seems to be not read by LMS. I used the following
format, by copying from LMS internal playlists:

Code:
--------------------
    
  #CURTRACK 0
  #EXTM3U
  
#EXTURL:http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_327_ein_angriff_auf_meine_person_und_meine_geschichte.mp3
  #EXTINF:1800,Steingart1
  
http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_327_ein_angriff_auf_meine_person_und_meine_geschichte.mp3
  
#EXTURL:http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_326_demokratie_unter_druck.mp3
  #EXTINF:1700,Steingart2
  
http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_326_demokratie_unter_druck.mp3
  
#EXTURL:http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_325_eine_gesellschaft_ist_es_wert_gerettet_zu_werden.mp3
  #EXTINF:1600,Steingart3
  
http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_325_eine_gesellschaft_ist_es_wert_gerettet_zu_werden.mp3
  
#EXTURL:http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_324_ubertreibungen_mussen_korrigiert_werden.mp3
  #EXTINF:1500,Steingart4
  
http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_324_ubertreibungen_mussen_korrigiert_werden.mp3
  
#EXTURL:http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_323_kompromisse_nicht_veraechtlich_machen.mp3
  #EXTINF:1400,Steingart5
  
http://127.0.0.1/Podcasts/Steingarts%20Morning%20Briefing/podcast_5030_steingarts_morning_briefing_der_podcast_episode_323_kompromisse_nicht_veraechtlich_machen.mp3
  
--------------------

I also tried adding

Code:
--------------------
    
  #EXTINF:1400 tgv-logo="URL",Steingart5
  
--------------------

or 

Code:
--------------------
    
  #EXTINF:1400 logo="URL",Steingart5
  
--------------------


Can somebody help me, why the extended m3u lines are not respected?

@mherger: As another option - is there a chance to allow playlists to
refer to local files, which not have been scanned yet? Basically to
create playlists through the "browse music folder" function? At least
the file title can be provided then, or manually EXTM3U could be used.

Thanks, regards



--
LMS auf einem QNAP TS-653B in einem Debian Docker-Container
Versionsnummer: Logitech Media Server Version: 7.9.0 - 1488878280 @ Wed
Mar 8 14:36:54 UTC 2017
Player: 1x SB Touch, 2x SB Radio, 1x SB Duet.
------------------------------------------------------------------------
bigcookie's Profile: http://forums.slimdevices.com/member.php?userid=63397
View this thread: http://forums.slimdevices.com/showthread.php?t=111146

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to