Hi Martin! 2011/4/19 Martin Konečný <[email protected]>: > I've looked through the Liquidsoap documentation and couldn't find any > references to setting a cue point for when a song should start. > It would be awesome if this was an included feature in Liquidsoap. It would > allow much more professional presentations when used in conjunction with > fade in/out. > Hopefully this is a reasonable request, is this something you have > considered in the past?
This has indeed been discussed in the past. The technical difficulty is that liquidsoap cannot fast forward on a file. Therefore, the solution we discussed was a protocol to cut the file at the given cue point before preparing it. The real difficulty is to make this work with distant uris such as ftp://foo/bar.mp3 As far as I remember, we had decided that adding start/stop cue points on local files was ok for the next stable release but that adding it to distant files would need more in-depth work that we would like to do after a stable release. Would cue points on local files be enough for you? Finally, we have an open issue for that, LS-469. I have just attached there the script that I have for mp3 and ogg/vorbis files. It should be extensible to any format with little work. I will split the issue in two, one for local files and a more general one. I will also mark the first one blocker. Romain > Martin > -- > Martin Konecny > Software Developer, Sourcefabric > [email protected] > > 720 Bathurst St. Suite 203 > M5S 2R4, Toronto, ON, Canada > +1 (416) 892-8420 (Cell) > Skype: martin.konecny15 > > http://www.sourcefabric.org > http://www.twitter.com/Sourcefabric > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > > ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
