Home
last modified time | relevance | path

Searched refs:m3u (Results 1 – 25 of 1405) sorted by relevance

12345678910>>...57

/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/tests/
H A Dmissing-items.pls41 file10=http://wknc.sma.ncsu.edu:8000/wkncmq.ogg.m3u
45 file11=http://wknc.sma.ncsu.edu:8000/wknchq.ogg.m3u
50 file14=http://media.hiof.no/streams/m3u/nrk-p1-172.ogg.m3u
54 file15=http://media.hiof.no/streams/m3u/nrk-p2-172.ogg.m3u
58 file16=http://media.hiof.no/streams/m3u/nrk-petre-172.ogg.m3u
62 file17=http://media.hiof.no/streams/m3u/nrk-alltid-nyheter-172.ogg.m3u
66 file18=http://media.hiof.no/streams/m3u/nrk-mpetre-172.ogg.m3u
70 file19=http://media.hiof.no/streams/m3u/nrk-alltid-klassisk-172.ogg.m3u
74 file20=http://media.hiof.no/streams/m3u/nrk-stortinget-172.ogg.m3u
78 file21=http://www.kwur.com/icecast/kwurogg.m3u
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/_tools/
H A Dmoggsplit.py50 if options.m3u:
51 m3u = open(format["base"] + ".m3u", "w")
52 fileobjs["m3u"] = m3u
54 m3u = None
66 if m3u:
67 m3u.write(new_filename + "\r\n")
/dports/multimedia/mps-youtube/mps-youtube-afab9fb/mps_youtube/
H A Dplaylists.py28 for m3u in [m3u for m3u in os.listdir(g.PLFOLDER) if m3u[-4:] == '.m3u']:
29 g.userpl[m3u[:-4]] = read_m3u(os.path.join(g.PLFOLDER, m3u))
60 def read_m3u(m3u): argument
62 name = os.path.basename(m3u)[:-4]
66 with open(m3u, 'r') as plf:
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/
H A DConstants.h107 std::string m3u = fn.substr(0, lastDot) + ".m3u"; in getM3uFor() local
109 auto m3u16 = musik::core::sdk::str::u8to16(m3u.c_str()); in getM3uFor()
111 return m3u; in getM3uFor()
114 if (access(m3u.c_str(), R_OK) != -1) { in getM3uFor()
115 return m3u; in getM3uFor()
H A DGmeDecoder.cpp88 std::string m3u = getM3uFor(this->stream->GetFilename()); in Open() local
89 if (m3u.size()) { in Open()
90 gme_load_m3u(this->gme, m3u.c_str()); in Open()
/dports/audio/beets/beets-1.4.9/docs/plugins/
H A Dimportfeeds.rst22 - **m3u**: Catalog the imports in a centralized playlist.
32 - **m3u_name**: Playlist name used by the ``m3u`` format.
33 Default: ``imported.m3u``.
34 - **relative_to**: Make the m3u paths relative to another
43 formats: m3u link
46 m3u_name: newfiles.m3u
H A Dsmartplaylist.rst4 ``smartplaylist`` is a plugin to generate smart playlists in m3u format based on
18 - name: all.m3u
21 - name: beatles.m3u
35 - name: 'ReleasedIn$year.m3u'
39 files ``ReleasedIn2010.m3u`` and ``ReleasedIn2011.m3u`` using those songs.
44 - name: 'BeatlesUniverse.m3u'
64 - name: 'MyTravelPlaylist.m3u'
77 $ beet splupdate BeatlesUniverse.m3u MyTravelPlaylist
H A Dplay.rst5 player in the form of an m3u playlist or paths on the command line.
12 a query. The command will create a temporary m3u file and open it using an
55 - **use_folders**: When using the ``-a`` option, the m3u will contain the
59 - **raw**: Instead of creating a temporary m3u playlist and then opening it,
66 the m3u file. If you're using foobar2000 or Winamp, this is needed.
87 mplayer -quiet -shuffle /path/to/playlist.m3u
108 Because the command that will open the generated ``.m3u`` files can be
H A Dplaylist.rst4 ``playlist`` is a plugin to use playlists in m3u format.
18 $ beet ls playlist:/path/to/someplaylist.m3u
21 seached in the playlist_dir and the ".m3u" extension is appended to the
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/m3u/
H A DMakefile.in37 subdir = plugins/m3u
96 am__m3u_la_SOURCES_DIST = m3u.c
97 @HAVE_M3U_TRUE@am_m3u_la_OBJECTS = m3u_la-m3u.lo
392 @HAVE_M3U_TRUE@pkglib_LTLIBRARIES = m3u.la
393 @HAVE_M3U_TRUE@m3u_la_SOURCES = m3u.c
412 $(AUTOMAKE) --gnu plugins/m3u/Makefile
462 m3u.la: $(m3u_la_OBJECTS) $(m3u_la_DEPENDENCIES) $(EXTRA_m3u_la_DEPENDENCIES)
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m3u_la-m3u.Plo@am__quote@
494 m3u_la-m3u.lo: m3u.c
495 …S) $(CFLAGS) -MT m3u_la-m3u.lo -MD -MP -MF $(DEPDIR)/m3u_la-m3u.Tpo -c -o m3u_la-m3u.lo `test -f '…
[all …]
H A DMakefile.am2 pkglib_LTLIBRARIES = m3u.la
4 m3u_la_SOURCES = m3u.c
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dplay.py190 m3u = NamedTemporaryFile('wb', suffix='.m3u', delete=False)
193 m3u.write(b'\xEF\xBB\xBF')
196 m3u.write(item + b'\n')
197 m3u.close()
198 return m3u.name
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/arch/sdl/
H A Djukebox.cpp192 auto &&m3u = read_m3u_bytes_from_disk(CGameCfg.CMLevelMusicPath.data()); in read_m3u()
193 auto &list_buf = m3u.alloc; in read_m3u()
202 const auto &range = m3u.range; in read_m3u()
203 auto pp = m3u.ptr_range.begin(); in read_m3u()
213 if (pp == m3u.ptr_range.end()) in read_m3u()
225 JukeboxSongs.num_songs = std::distance(m3u.ptr_range.begin(), pp); in read_m3u()
/dports/audio/gogglesmm/gogglesmm-1.2.2/extra/
H A Dimport_gogglesmm12.py56 m3u = codecs.open(filename, "w", "utf-8") variable
61 m3u.write("%s\n" % os.path.join(path,file))
63 m3u.close()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/m3u/
H A Dmeson.build1 shared_module('m3u', build
2 'm3u.cc',
H A DMakefile1 PLUGIN = m3u${PLUGIN_SUFFIX}
3 SRCS = m3u.cc
/dports/audio/fapg/fapg-0.43/
H A DREADME11 …ckslash] [-d|--debug] [-f|--format=m3u|pls|xspf|html|rss|pla|txx] [-g|--genre=#:#:...] [-o|--outpu…
14 - format : choose which format of playlist you want to generate (default is m3u).
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/playlistmanager/file/
H A DTestPlaylistFileProvider.cpp144 const QString m3u = Amarok::saveLocation( "playlists" ) + "Amarok Test Playlist.m3u"; in removeTestPlaylist() local
145 if( QFile::exists( m3u ) ) in removeTestPlaylist()
146 QFile::remove( m3u ); in removeTestPlaylist()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/supplementary_scripts/amarok_live/
H A Damarok_live.py303 m3u = ""
319 m3u += livecdpath + "\n"
332 m3u = m3u.strip()
333 m3uOut.write(m3u)
/dports/games/libretro-cap32/libretro-cap32-ad7397f/
H A Dreadme.md101 When you have a multi game image, you can use a m3u file to specify each disk or tape of the game a…
107 Alive (F).m3u
128 All you have to do is to add a comment like this in the m3u file :
134 Even for one disk game, you can create a m3u file like this one :
136 Jack the Nipper II... In Coconut Capers.m3u
/dports/audio/bliss/bliss-1.2.0-6-ga443635/python/examples/
H A Dmake_m3u_playlist.py74 m3u = open('playlist.m3u', 'w') variable
76 m3u.write('%s\n' % item)
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/test/Playlist/
H A DPlaylistFileTest.cpp18 void m3u();
22 void PlaylistFileTest::m3u() in m3u() function in PlaylistFileTest
/dports/audio/py-mutagen/mutagen-1.42.0/docs/man/
H A Dmoggsplit.rst41 --m3u
42 Generate an m3u playlist along with the newly generated files. Useful
/dports/games/libretro-core-info/libretro-core-info-1.9.7/
H A Dcap32_libretro.info4 supported_extensions = "dsk|sna|zip|tap|cdt|voc|cpr|m3u"
34 …launch a game, users may specify a command to be executed on launch via an m3u playlist. See the c…
H A Dhatari_libretro.info4 supported_extensions = "st|msa|zip|stx|dim|ipf|m3u"
38 …ri games and demos. The core requires a TOS image to function and supports m3u playlists for use w…

12345678910>>...57