Giter VIP home page Giter VIP logo

Comments (3)

yomguy avatar yomguy commented on July 18, 2024 1

Hi @ChoiZ
Hope you are well !
I am afraid I have missed your questions 3 years ago! :(

  1. DeeFuzzer is not capable of launching a playlist in a playlist yet..
  2. Currently the playlist is reloaded only if a new track is added to the media directory. But it should be definitely interesting to be able to do it in other contexts! I will add this feature to 0.8.

from deefuzzer.

yomguy avatar yomguy commented on July 18, 2024

I guess you could trigger your external app in the get_playlist() method using os.system(...) and adding an option in the config to give the app start command ? https://github.com/yomguy/DeeFuzzer/blob/master/deefuzzer/station.py#L403

If this app returns a m3u file, then it may be read by the same method as in this part:
https://github.com/yomguy/DeeFuzzer/blob/master/deefuzzer/station.py#L421

If not, your app should return the playlist to the stdout which can be read by os.system.

from deefuzzer.

ChoiZ avatar ChoiZ commented on July 18, 2024

Is it possible to load a playlist (m3u) and the last element of this playlist is another playlist to load?

playlist1.m3u content:

artist - title.mp3
other songs

playlist2.m3u

playlist2.m3u content:

artist2 - title2.mp3
other songs

playlist1.m3u

2nd question: Is it possible to reload playlist without restarting deefuzzer?

from deefuzzer.

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.