Displaying 1 result from an estimated 1 matches for "file_tail".
Did you mean:
file_table
2008 Jan 26
1
funny characters in file names
def file_tail (file, offset)
56 f=File.new(file)
f.seek(-offset,IO::SEEK_END)
f.read
end
def get_tags file
file_tail(file, 128)
end
using these def to get ID3 data
works well till it encounters this
Äîðîãàÿïðîïàæà.mp3
56 :in ''initialize'' : Invalid argument - c://///Äîðî...