TINT playlist: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[category:data]]
[[Category:Tango.info]]
This page describes how people can share playlists which other people could play directly on their computer, provided they have the audio. There is currently no way to do this without [[TINT-based filing]].
This page describes how people can share playlists that other people could play directly on their computer, provided they have the audio.  


== Method 1 ==
== With TINT-based filing==
* you can use [[TINT-based filing]] for sharing playlists. E.g. a [[.m3u]] can be placed in the TINT root. (e.g. C:/path_to_my_music_with_tints/)
Currently the only way to achieve the above is via [[TINT-based filing]]
=== Method 1 ===
* you can use [[TINT-based filing]] for sharing playlists. E.g. a [[.m3u]] can be placed in the TINT root. (e.g. C:/path_to_my_tinted_music/)


== Method 2 ==
=== Method 2 ===
*TINT-based filing with "../tint/.." (e.g. C:/path_to_my_music/tint/)
*TINT-based filing with an additonal folder "../tint/.." (e.g. C:/path_to_my_music/tint/)
* allows sharing without the need to put the playlist directly in the audio root
* allows sharing without the need to put the playlist directly in the audio root
* path is <pre><nowiki><root>/tint/<TIN>/<Side#>/<Track#>.<ext></nowiki></pre>  
* path is <pre><nowiki><root>/tint/<TINP>/<Side#>/<Track#>.<ext></nowiki></pre>  
* the m3u file includes relative path <pre><nowiki><root>../tint/<TIN>/<Side#>/<Track#>.<ext></nowiki></pre>  
* the m3u file includes relative path <pre><nowiki><root>../tint/<TINP>/<Side#>/<Track#>.<ext></nowiki></pre>  
E.g.
E.g.
*<tt>C:/My Music/'''tint'''/'''00724383741328'''/'''1'''/'''1'''.flac</tt>
*<tt>C:/My Music/'''tint'''/'''00724383741328'''/'''1'''/'''1'''.flac</tt>
Line 16: Line 18:
*a path in the .m3u would be <tt>../'''tint'''/'''00724383741328'''/'''1'''/'''1'''.flac</tt>
*a path in the .m3u would be <tt>../'''tint'''/'''00724383741328'''/'''1'''/'''1'''.flac</tt>


foobar with [[foo_texttools]] lets you export a plain list of TINTs as text file. There is currently no method known how to play. One way is that the receiver of a TINT list uploads his library to t.i (tint + path) and also uploads the TINT list he gets back an m3u.
== Without TINT-based filing==
There is currently no way known to tango.info, to share directly playable playlists without [[TINT-based filing]].
 
foobar with [[foo_texttools]] lets you export a plain list of TINTs as text file. There is currently no method known how to play. One way is that the receiver of a TINT list uploads his library to t.i (tint + path) and also uploads the TINT list. He could then get back a m3u file containg the pathnames for the TINT list.
 
==From talk==
Tobikuel 2011-06-17
Concerning 2.:
What's about xspf playlists? Very easy to share them,
no TINT-based file naming needed!

Latest revision as of 2013-06-11T15:56:36

This page describes how people can share playlists that other people could play directly on their computer, provided they have the audio.

With TINT-based filing

Currently the only way to achieve the above is via TINT-based filing

Method 1

  • you can use TINT-based filing for sharing playlists. E.g. a .m3u can be placed in the TINT root. (e.g. C:/path_to_my_tinted_music/)

Method 2

  • TINT-based filing with an additonal folder "../tint/.." (e.g. C:/path_to_my_music/tint/)
  • allows sharing without the need to put the playlist directly in the audio root
  • path is
    <root>/tint/<TINP>/<Side#>/<Track#>.<ext>
  • the m3u file includes relative path
    <root>../tint/<TINP>/<Side#>/<Track#>.<ext>

E.g.

  • C:/My Music/tint/00724383741328/1/1.flac
  • C:/My Music/mym3ufiles/my-playlist-for-sunday.m3u (same level as the tint folder)
  • C:/My Music/tint/my-playlist-for-sunday.m3u (if you want to have it in the same directory)
  • a path in the .m3u would be ../tint/00724383741328/1/1.flac

Without TINT-based filing

There is currently no way known to tango.info, to share directly playable playlists without TINT-based filing.

foobar with foo_texttools lets you export a plain list of TINTs as text file. There is currently no method known how to play. One way is that the receiver of a TINT list uploads his library to t.i (tint + path) and also uploads the TINT list. He could then get back a m3u file containg the pathnames for the TINT list.

From talk

Tobikuel 2011-06-17

Concerning 2.:
What's about xspf playlists? Very easy to share them, 
no TINT-based file naming needed!