Giter VIP home page Giter VIP logo

Comments (8)

Isayso avatar Isayso commented on July 29, 2024

can you send me the corresponding m3u file for debug?
You can attach it as zip file. Thanks

The names are from the m3u data structure, I use only a Kodi on Linux, its probably on other systems different

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

From what I see the file gets the headers from the fist channel. If you have only group, name and link this is what you get for the entire uploaded file. As I see you add all the columns from beginning and then enter info per line read, Some of my links have group name before logo which is not a problem for the players, but might be a problem for playlist editor.

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

The columns are filled according to the tag names, the order should be irrelevant.

#EXTM3U
#EXTINF:-1 group-title="USA" tvg-logo="https://i.imgur.com/HQhdVG1.png",ABC News

col[0] = GetPartString(line, "tvg-name=\"", "\"");

 col[1] = GetPartString(line, "tvg-id=\"", "\"");
  
 col[2] = GetPartString(line, "group-title=\"", "\"");

 col[3] = GetPartString(line, "tvg-logo=\"", "\"");

If your file has a different structure I need an example.

All columns with an entry should be activated automatically.

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

Attached is an m3u with the second line having also a logo.
I put logo before group-name and after and in myiptv shows the logo.
I loaded both (logo before and logo after group name) and playlist editor and i get only 3 columns: group, channel name and link. I think that is because the first channel does not have a logo called out.
Trial headers.txt

.

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

PlaylistEditorIPTV_v0.6.2.zip

Can you do a test, incl. the timeout feature in settings? Thanks

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

It works OK now. I even added new fields, ID... and it picked them up.
Other features I see as good.

  1. Add a column for the counter of channels
  2. Insert a column (group, ID...) if not available in the original file
  3. Channel numbering (ID) and renumbering
  4. Renaming of channels eg. Name ->change to |Country| Name; Either Prefix or Suffix or text or #

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024
  1. Do yo have a file with a numbering tag?
  2. right click - show all columns - add missing entries
  3. will think about it
  4. you can do this with copy/paste. Copy the cell you like, select all cells for paste target, paste. All cells will be changed

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

fixed in v1.6.2

from playlisteditortv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.