Thread: [User feedback required] Tags zu MP4-Dateien hinzufügen
View Single Post
  #3  
Old 06.08.2021, 11:07
Crissov Crissov is offline
Super Loader
 
Join Date: Mar 2016
Posts: 25
Default

Bei mir betrifft es vor allem ZDF (Tivi) und Kika, selten ARD/Das Erste Mediathek.

Idealerweise würde ich die URL der Übersichtsseite kopieren und JDownloader würde alle verfügbaren Folgen herunterladen, aber den Link zu jeder einzelne Folge manuell zu kopieren ist gut genug für mich:

Kika
  • Serienübersicht: **External links are only visible to Support Staff****External links are only visible to Support Staff**
  • Folge: **External links are only visible to Support Staff****External links are only visible to Support Staff**
  • HLS M3U Varianten: **External links are only visible to Support Staff****External links are only visible to Support Staff**
    Code:
    #EXTM3U
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=316000,RESOLUTION=480x270,CODECS="avc1.66.30, mp4a.40.2",CLOSED-CAPTIONS=NONE
    **External links are only visible to Support Staff**
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=181000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2",CLOSED-CAPTIONS=NONE
    **External links are only visible to Support Staff**
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=603000,RESOLUTION=512x288,CODECS="avc1.77.30, mp4a.40.2",CLOSED-CAPTIONS=NONE
    **External links are only visible to Support Staff**
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1212000,RESOLUTION=640x360,CODECS="avc1.77.30, mp4a.40.2",CLOSED-CAPTIONS=NONE
    **External links are only visible to Support Staff**
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1984000,RESOLUTION=960x540,CODECS="avc1.77.30, mp4a.40.2",CLOSED-CAPTIONS=NONE
    **External links are only visible to Support Staff**
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3760000,RESOLUTION=1280x720,CODECS="avc1.64001f, mp4a.40.2",CLOSED-CAPTIONS=NONE
    **External links are only visible to Support Staff**
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=54000,CODECS="mp4a.40.2",CLOSED-CAPTIONS=NONE
    **External links are only visible to Support Staff**
    
  • HLS M3U Segmente: **External links are only visible to Support Staff****External links are only visible to Support Staff**
    Code:
    #EXTM3U
    #EXT-X-TARGETDURATION:10
    #EXT-X-ALLOW-CACHE:YES
    #EXT-X-PLAYLIST-TYPE:VOD
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:1
    #EXTINF:10.000,
    **External links are only visible to Support Staff**
    …
    #EXTINF:3.040,
    **External links are only visible to Support Staff**
    #EXT-X-ENDLIST
  • Vorschaubild: **External links are only visible to Support Staff****External links are only visible to Support Staff** bzw. **External links are only visible to Support Staff****External links are only visible to Support Staff** für die beste Qualität
  • Infolayer-HTML: **External links are only visible to Support Staff****External links are only visible to Support Staff**
  • Metadaten-XML: **External links are only visible to Support Staff****External links are only visible to Support Staff** bzw. **External links are only visible to Support Staff****External links are only visible to Support Staff**
    Code:
    …
    <language>de</language>
    <headline>2. Kommentare kommentieren</headline>
    <topline>Bernd Channel</topline>
    <title>2. Kommentare kommentieren</title>
    <teaserText>Bernd bezieht Stellung. In seiner Community hinterlassen Fans Kommentare und stellen eigenartige Fragen. Doch wo verlaufen die Grenzen der Netiquette?</teaserText>
    …
    <teaserimage>
      <url>**External links are only visible to Support Staff**
      <variants>
        <large>tlarge169</large>
        <small>tsmall169</small>
      </variants>
    </teaserimage>
    …
    <asset>
      …
      <adaptiveHttpStreamingRedirectorUrl>**External links are only visible to Support Staff**
      <rtspStreamingUrl>**External links are only visible to Support Staff**
      <progressiveDownloadUrl>**External links are only visible to Support Staff**
    </asset>
    …
    <duration>06:39</duration>
    <rights>KIKA</rights>
    <transmissionType>online</transmissionType>
    <chapterEntries/>
    <broadcast>
      <channelName>Bernd Channel</channelName>
      <broadcastName>2. Kommentare kommentieren</broadcastName>
      <broadcastDescription>Bernd bezieht Stellung. In seiner Community hinterlassen Fans Kommentare und stellen eigenartige Fragen. Bernd hat für jeden eine passende Bemerkung parat. Ob das Brot eine Glatze hat und wo die Grenzen der Netiquette verlaufen, ist in einer neuen Folge des "Bernd Channel" zu sehen. OberdoppelriesenROFL.</broadcastDescription>
      <broadcastDate>2021-03-12T08:45:00.000+0100</broadcastDate>
      <broadcastURL>**External links are only visible to Support Staff**
      <broadcastSeriesName>Bernd Channel</broadcastSeriesName>
      <broadcastSeriesURL>**External links are only visible to Support Staff**
    </broadcast>

Aus diesen Daten hätte ich gerne mindestens ein Vorschaubild, den Sender, den Seriennamen, den Folgentitel (inkl. Nummer) und die Kurzbeschreibung des Inhalts in entsprechenden MP4-Tags gespeichert.
Reply With Quote