GithubHelp home page GithubHelp logo

example of m3u8 playlist about gonic HOT 8 CLOSED

uGeek avatar uGeek commented on June 13, 2024
example of m3u8 playlist

from gonic.

Comments (8)

uGeek avatar uGeek commented on June 13, 2024 1

Many thanks !!!!! It works perfect!!!!

I have gotten inside docker to run find and I have taken a subdirectory.
Everything has worked perfectly.

Thank you very much for your time and work. It is a great gonic project.

from gonic.

sentriz avatar sentriz commented on June 13, 2024

hey an example my_playlist.m3u8 would be

/path/to/my/music/an_artist/an_album/track_1.mp3
/path/to/my/music/an_artist/an_album/track_2.mp3
/path/to/my/music/an_artist/an_album/track_3.mp3

provided you've given gonic a music path of /path/to/my/music

from gonic.

uGeek avatar uGeek commented on June 13, 2024

and if there are spaces in the text?

/path/to/my/music/an artist/an album/track 1.mp3

I can't make a list...

from gonic.

sentriz avatar sentriz commented on June 13, 2024

yes it should work even with spaces in the filenames. are you getting an error message?

from gonic.

uGeek avatar uGeek commented on June 13, 2024

Gonic imports the list and also appears on the clients.
It gives me no mistake, it puts me (0 tracks)

from gonic.

uGeek avatar uGeek commented on June 13, 2024

I just made a list of a song at the root. The song is called 1.mp3.

Nor does he add it to me.

I have tried

/music/1.mp3
/1.mp3
1.mp3

It could also make it possible to export the existing lists, in case the server is installed or restarted, import the lists created with the clients

from gonic.

sentriz avatar sentriz commented on June 13, 2024

a couple things:

  1. did you start a scan before trying the root 1.mp3?
  2. unfortunately for now, tracks in the root must have the "." path, but every normal child path is ok

here's what i did to test this

# test music dir, in my downloads folder
$ find ~/downloads/music
/home/senan/downloads/music
/home/senan/downloads/music/track in root.flac
/home/senan/downloads/music/a
/home/senan/downloads/music/a/track in dir a.flac

$ sudo docker pull sentriz/gonic:latest
$ sudo docker run -d -p 80:80 -v $HOME/downloads/music:/music sentriz/gonic:latest
# note the "using opts {... MusicPath:/music ....}" that music be the prefix for playlist lines
# now start scan from admin ui

# example playlist
$ cat ~/playlist.m3u8
/music/./track in root.flac
/music/a/track in dir a.flac

result

from gonic.

sentriz avatar sentriz commented on June 13, 2024

grreat to hear :) thanks!

from gonic.

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.