Zortam Mp3 Media Studio 歷史舊版本 Page7

最新版本 SoftEther VPN Gate Client Plugin 2021.06.22 build 9745

Zortam Mp3 Media Studio 歷史版本列表

Zortam Mp3 Media Studio 是所有功能於一身的 Mp3 應用套件。它有幾個模塊,如我們 Zortam Mp3 自動標記,Mp3 組織者,ID3 標籤編輯器,MP3 播放器,MP3 規範,BPM(每分鐘節拍)分析儀,CD 和 DVD 開膛手,MP3 到 WAV 轉換器。 用 Zortam Mp3 Media Studio 你可以使用 Zortam 數據庫批量自動標記你的 Mp3... Zortam Mp3 Media Studio 軟體介紹


BYOND 513.1538 查看版本資訊

更新時間:2020-12-15
更新細節:

What's new in this version:

BYOND 513.1538
Dream Maker:
- A fix for the ?. operator caused problems when it was used in certain expressions


BYOND 513.1537
Fixed:
Dream Daemon:
- flist() failed in Windows on directories with trans-ASCII characters in their names
- When reading the length of client.verbs directly, a value of 0 was returned

Dream Maker:
- Including a raw string (any format starting with @) in a block of code skipped by a preprocessor directive would cause compilation to proceed incorrectly
- The compiler allowed vis_locs and vis_flags to be defined under /image; these vars are only relevant to turfs and movable atoms
- The ?. operator on the left-hand side of an assignment operator worked incorrectly in certain cases when adding/assigning some constant values such as negative numbers

Dream Seeker:
- Applying a color to an atom with maptext did not necessarily apply the color to the maptext also, if the color was opaque
- A second animate() call with the parallel animation flag could sometimes temporarily show out-of-sync results, such as the new animation appearing to be at its endpoint for a single frame before running the rest of the animation normally.
- Turfs in visual contents of objects did not properly mark when they were no longer in use (on the client) as a result of the obj or mob being deleted


BYOND 513.1536
Fixed:
Dream Seeker:
- VIS_UNDERLAY could sometimes propagate further than intended
- Another aspect of the link() fix was apparently incompatible with multiple websites


BYOND 513.1535
Fixes:
Dream Maker:
- Raw strings did not get parsed correctly when included in macro arguments

Dream Seeker:
- The fix for launching links in the default browser had a bug for certain links


BYOND 513.1534
Dream Daemon:
- json_decode() could crash for some inputs

Dream Seeker:
- Microsoft made a stupid, stupid change to command line parsing that impacted link() and caused incorrect results on many systems where the default browser was Chromium-based. The behavior of link() has been adjusted to account for this stupid, stupid change.
- The & character could cause problems in alert() boxes and some input() boxes due to the way Windows uses it as an escape in displayed text. For worlds compiled in 513 or newer, this will now be escaped properly


BYOND 513.1533
Dream Daemon:
- Images in the visual contents of their container could cause a recursion that crashed the server. (FKI)

Dream Seeker:
- Looping animations could sometimes get confused if the server re-sent them as a result of an update on the object they belonged to. (PopLava)


BYOND 513.1532
Dream Maker:
- A bug in an experimental compiler change managed to elude testing


BYOND 513.1530
Fixed:
Dream Seeker:
- Changes to maptext handling caused a regression where certain maptext could crash the client


BYOND 513.1529
Fixed:
Dream Daemon:
- view() and similar procs could include turfs and possibly their contents multiple times when the perspective object (e.g. a player mob) straddled multiple turfs


BYOND 513.1528
Fixed:
Dream Daemon:
- Failing to open a file sent by browse_rsc(), etc. printed a "File not found" error message that could be incorrect or misleading. Additionally, file errors occurring during savefile usage did not print correctly either

Dream Maker:
- Commands in the skin editor, such as for buttons, got doubly escaped and un-escaped which caused some of them to get mangled
- Multiline editing fields in the skin editor, such as output.style, did not have scrollbars, which made editing more difficult

Dream Seeker:
- The map.view-size parameter was poorly documented and the values it produced were too complex to be usable. The parameter has been updated to behave more consistently and is now documented better
- Input controls couldn't be created with text already in the control
- Maptext wrapping sometimes was incorrect with Unicode characters, and could mangle them in some cases
- Maptext considered a change of styles to be a potential break point for wrapping text, which was incorrect

Features:
Dream Seeker:
- New keyboard macros are now recognized for media-capable keyboards: VolumeMute, VolumeUp, VolumeDown, MediaPlayPause, MediaStop, MediaNext, MediaPrev


BYOND 513.1527
Dream Daemon:
- Several internal lists couldn't be located based on their ref() values
- Error messages from external DLL calls were cut off after the first character in Windows

Dream Maker:
- The error message regarding exceeding the maximum number of internal arrays, thought fixed in the previous version, had a different cause that still remained undetected. This has been fixed
- In a very old bug, the compiler handled the continue statement wrong when used with a labeled outer loop
- Addition of two constant strings at compile-time was broken

Dream Seeker:
- Improperly formatted DM-CSS could cause a hang in some cases. (Devourer Of Souls)


BYOND 513.1526
Fixes:
- BYONDexe
- Login form CSS was broken

Dream Daemon:
- There were multiple situations where Uncross() wasn't called during Move()
- Visual contents seen by clients could cause a memory leak on the server
- Regular expressions struggled with some UTF-8 cases
- Initial() for any of the bound vars on an object returned the same value as initial(bounds) instead of the correct var
- The client.bound vars were limited to a -32K to 32K range, which was inappropriate for large maps and icons

Dream Maker:
- In some complex projects, a weird error message could appear about exceeding the old 64K limit maximum number of internal arrays, even though that limit has been long gone and the projects in question were already over the limit.
- Adding constant numbers and strings at compile-time did not compile correctly, resulting in weird outcomes at runtime
- Using a small transparency checker size along with an extremely high zoom level, which for instance could happen in a 1x1 icon, could cause a crash due to way too many of the checkers being mistakenly drawn.
- Icons with huge numbers of states didn't display correctly in the icon editor, which failed to display later states entirely and also had problems with the scrollbar

Dream Seeker:
- The first stage of topological sorting in isometric mode didn't handle topdown icons such as HUDs properly
- Using too many ripple filters could cause a crash in some cases
- Right-click verb menus accidentally went back to being slow in some situations

Features:
Dream Daemon:
- Setting certain built-in lists like overlays, underlays, filters, verbs, etc. by assigning a list to them would clear them out and add an item at a time, which was often inefficient and resulted in appearance churn. This has been optimized internally to avoid churn, improving performance.

Dream Maker:
- Several true/false condition checks used in situations like for, while, etc. have been updated in the compiler to improve performance


BYOND 512.1488
Fixes:
Dream Maker:
- The ?. operator didn't handle some complex situations properly where it was the left-hand side of an expression and that expression was in turn the right-hand side of another. This is a compiler fix
- The find/replace dialog lost focus when searching across multiple files

Dream Seeker:
- Animated cursors did not work for the inactive pointer or various other default pointers
- Maptext was not being counted in the client-side calculation of visual bounds, resulting in some icons not being drawn when maptext dimensions were large even though the maptext extended into the visible area
- In some games, the output control still didn't have its scrollbar appear, nor stay scrolled to the bottom. This seems to be related to the style of the text, so it only occurs in specific games


BYOND 512.1485
Dream Seeker:
- The options string in browse() was not parsed like a URL-encoded parameter string (as in list2params), which prevented special characters from being escaped. Now it's parsed the same way, except that for legacy reasons a comma is still allowed as a delimiter between items in the list. (MrStonedOne)
- When a turf in visual contents also had another turf in visual contents, moving away from and then back to its Z level in a different place could cause the inner visual contents to shift over. (HindyMinte)

Dream Daemon:
- The way certain special internal objects (regex, database, icon math) are handled internally has been refactored to improve server stability


BYOND 512.1484
Dream Daemon:
- A further possible source of server instability was fixed


BYOND 512.1479
Dream Daemon:
- Turfs and movable objects did not properly calculate visual bounds on the server side for visual contents, if the turf/movable had no attached images or animation

Dream Seeker:
- Some kinds of filter animations were broken in a previous build, resulting in wrong values


BYOND 512.1478
Fixes:
Dream Daemon:
- Setting world.fps or client.fps at runtime could sometimes cause messages to be sent to newly connecting clients before the client was ready to handle them, causing it to disconnect. This especially happened if such changes were done often
- Procs that ended because their src was deleted generated errors in world/Error() and were caught in try/catch, which they shouldn't have been
- client.view wasn't respected when set at compile time. This has been changed for all projects compiled in 512 or later
- Old code altering client.lazy_eye automatically when the world size was small resulted in some unexpected/annoying behavior, so it has been disabled for projects compiled in 512 or higher. Also, lazy_eye and EDGE_PERSPECTIVE interacted catastrophically in certain situations, causing a constant jump back and forth on each frame

Dream Maker:
- The icon editor was still limited to loading only 512 states, even though the reason for that restriction (the old icon editor) no longer exists

Dream Seeker:
- Parallel animations on the same filter didn't work as expected, causing the later animations to basically cancel out the earlier ones even if they applied to different parameters
- The output control didn't always show a scrollbar, once the scrollbar was needed, until the place it was supposed to be was clicked or the user scrolled up. This has been fixed after exhaustive, painstaking testing

Features:
Dream Maker:
- The hotspot indicator in the icon editor now correctly contrasts with a transparent background in dark mode


BYOND 512.1477
Dream Seeker:
- Regression: Statpanels got messed up by the grid formatting fix (Laser50)


BYOND 512.1475
Dream Daemon:
- Reading initial() failed for some vars, resulting in major runtime errors

Dream Maker:
S- tep offsets, pixel offsets, and bounds were not always set properly in the map editor


BYOND 512.1474
- Regression: Non-zero map zooms were broken


BYOND 512.1472
Fixes:
Dream Daemon:
- Filter list access for animations, setting vars, etc. sometimes resulted in spurious "index out of bounds" errors. (Lummox JR)
- The server did not send sound information properly, which prevented sound.environment from accepting 0 to reset the environment. (VolAs)
- MouseEntered() is now called right after MouseDrop() in response to the fact that the object under the cursor has changed. This call is generated on the server instead of the client. (Ter13)
- Case insensitivity was not properly handled in some complex regular expressions. (Altoids0)

Dream Maker:
- Several issues regarding global color changes in an icon have been fixed. (NSBR)
- The backspace key didn't work correctly in the loop count edit box of the icon pixmap editor. (Nadrew)
- The map editor suffered reduced performance. (Ter13)

Dream Seeker:
- Visual contents of objs and mobs did not reset in some cases when they were removed from the map and later re-added, but not deleted in the interim. (Mport2004)

Features:
Dream Maker:
- In the pixmap editor's movie area, you can now insert or delete entire columns. Using a regular delete when a column is selected will ask if you'd rather shift the other columns over. The new insert-columns and delete-columns commands have keyboard shortcuts Shift+Ins and Shift+Del, respectively


BYOND 512.1471
Dream Daemon:
- In some cases, the server did not properly send map chunk information that was necessary to handle big icons
- Some proc calls using the call() proc were misinterpreted, causing named arguments not to work correctly when calling those procs with an arglist()

Dream Maker:
- The map editor has had some updates to improve its ability to handle certain conditions like the use of BACKGROUND_LAYER
- The compiler did not include some vars in turf underlays that impacted their appearance, when those underlays used modified types (vars set in the map editor). This very old bug, which can be traced back to BYOND 324 because it impacted pixel offsets too, has been corrected
- Setting parent_type in a way that created a circular reference caused the compiler to hang or crash

Dream Seeker:
- Color matrices and certain situations applying alpha values did not mix properly, resulting in incorrect color matrix calculations
- alert() couldn't use buttons starting with a period, which resulted in some broken behavior
- blend_mode was not applied properly in icons using flick()

XRECODE 1.107 (64-bit) 查看版本資訊

更新時間:2020-12-12
更新細節:

What's new in this version:

- Fix: fixed encoding detection in some .CUE files
- Fix: fixed error "Could not load library avcodec-58.dll : 126" on Windows 10 N
- Fix: fixed decoding of some DVDA iso files
- New: added option to create Audiobook from the shell extension

MongoDB Compass 1.24.1 查看版本資訊

更新時間:2020-12-09
更新細節:

Apache Tomcat 9.0.41 查看版本資訊

更新時間:2020-12-09
更新細節:

Apache Tomcat 8.5.61 查看版本資訊

更新時間:2020-12-09
更新細節:

DreamMail 6.2.10.58 查看版本資訊

更新時間:2020-12-05
更新細節:

Hearthstone Deck Tracker 1.13.17 查看版本資訊

更新時間:2020-12-05
更新細節:

Zortam Mp3 Media Studio 27.70 查看版本資訊

更新時間:2020-12-03
更新細節:

What's new in this version:

Zortam Mp3 Media Studio 27.70
- Added Tag type description column to the list


Zortam Mp3 Media Studio 27.60
- Change log not available for this version


Zortam Mp3 Media Studio 27.55
- Fixed several bugs when tagging FLAC files


Zortam Mp3 Media Studio 27.50
- Change log not available for this version


Zortam Mp3 Media Studio 27.45
- Change log not available for this version


Zortam Mp3 Media Studio 27.40
- Change log not available for this version


Zortam Mp3 Media Studio 27.30
- Change log not available for this version


Zortam Mp3 Media Studio 27.25
- some minor bug fixes


Zortam Mp3 Media Studio 27.20
- Added support for freedb protocol(gnudb-org) to look up for metadata from the audio CD


Zortam Mp3 Media Studio 27.15
- Replaced freedb.org server after its shutdown with musicbrainz.org servers to look up for metadata from the audio CD
- Changed default sorting to [Artist]-[Album]-[Track number]
- Added support for FLAC, M4A, WAV and WMA audio format
- Added support for ID3v2.4 tags.
- Improved speed when reading/writing ID3 tags by 50%
- Improved YouTube Mp3 Converter
- Improved speed for auto-tag song processing
- Mp3 Output Folder is the same for CD Ripper and YouTube Mp3 Downloader
- Simplified playlist creation
- Drag and drop support across the program and from the program
- Automatically import songs from iTunes
- Auto tag files with missing tags
- Skin support


Zortam Mp3 Media Studio 27.10
- Change log not available for this version


Zortam Mp3 Media Studio 27.00
- Added support for FLAC, M4A, WAV and WMA audio format
- Added support for ID3v2.4 tags
- Fixed several bugs when saving tags that are in ID3v2.4 format
- Improved speed when reading/writing ID3 tags by 50%.
- Improved YouTube Mp3 Converter
- Improved speed for auto-tag song processing
- Mp3 Output Folder is the same for CD Ripper and YouTube Mp3 Downloader
- Simplified playlist creation
- Drag and drop support across the program and from the program
- Improved auto tagging algorithm
- Improved BPM (Beats Per Minute) calculation of Mp3 files
- Added possibility to add single or multiple files
- Automatically import songs from iTunes
- Added YouTube video tutorial
- Auto tag files with missing tags
- Skin support


Zortam Mp3 Media Studio 26.50
- Added support for ID3v2.4 tags
- Fixed several bugs when saving tags that are in ID3v2.4 format


Zortam Mp3 Media Studio 26.45
- Change log not available for this version


Zortam Mp3 Media Studio 26.40
- Improved YuoTube Mp3 Converter
- Improved speed for auto-tag song processing
- Mp3 Output Folder is the same for CD Ripper and YouTube Mp3 Downloader
- Simplified playlist creation
- Drag and drop support across the program and from the program
- Improved auto tagging algorithm
- Improved BPM (Beats Per Minute) calculation of Mp3 files
- Added possibility to add single or multiple files
- Automatically import songs from iTunes
- Added YouTube video tutorial
- Auto tag files with missing tags
- Skin support


Zortam Mp3 Media Studio 26.35
- Change log not available for this version


Zortam Mp3 Media Studio 26.30
- Change log not available for this version


Zortam Mp3 Media Studio 26.25
- Improved speed for auto-tag song processing
- Mp3 Output Folder is the same for CD Ripper and YouTube Mp3 Downloader
- Simplified playlist creation
- Drag and drop support across the program and from the program
- Improved auto tagging algorithm
- Improved BPM (Beats Per Minute) calculation of Mp3 files
- Added possibility to add single or multiple files
- Automatically import songs from iTunes
- Added YouTube video tutorial
- Auto tag files with missing tags
- Added in auto tag options support for Last.Fm
- Copy and paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Skin support


Zortam Mp3 Media Studio 26.15
- Change log not available for this version


Zortam Mp3 Media Studio 26.10
- Improved speed for auto-tag song processing


Zortam Mp3 Media Studio 26.05
- Change log not available for this version


Zortam Mp3 Media Studio 26.00
- Mp3 Output Folder is the same for CD Ripper and Youtube Mp3 Downloader
- Simplified playlist creation
- Drag and drop support across the program and from the program
- Improved auto-tagging algorithm
- Added possibility to add single or multiple files
- Improved BPM (Beats Per Minute) calculation of Mp3 files


Zortam Mp3 Media Studio 25.95
- Change log not available for this version


Zortam Mp3 Media Studio 25.90
- Added options to the main menu - "New playlist"
- Automatically import songs from iTunes
- Added YouTube video tutorial
- YouTube download manager fixed some minor bugs
- Improved playlist manager
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Improved skin support


Zortam Mp3 Media Studio 25.85
- Change log not available for this version


Zortam Mp3 Media Studio 25.75
- Change log not available for this version


Zortam Mp3 Media Studio 25.65
- Fixed some auto tagger bugs
- YouTube download manager fixed some minor bugs
- Improved playlist manager
- Added YouTube video tutorial
- Automatically import Mp3 files from iTunes
- Redesigned YouTube Downloader
- auto tag files with missing tags
- improved BPM (Beats Per Minute) calculation for Mp3 files
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste an image from clipboard and set it is as album art
- replace entirely or part of the string in the tag
- import iTunes Library to the program
- improved skin support


Zortam Mp3 Media Studio 25.60
- Change log not available for this version


Zortam Mp3 Media Studio 25.50
- Fixed some auto tagger bugs
- YouTube download manager fixed some minor bugs
- Improved playlist manager
- Added YouTube video tutorial
- Automatically import Mp3 files from iTunes
- Redesigned YouTube Downloader
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support


Zortam Mp3 Media Studio 25.45
- Change log not available for this version


Zortam Mp3 Media Studio 25.40
- Change log not available for this version


Zortam Mp3 Media Studio 25.35
- Change log not available for this version


Zortam Mp3 Media Studio 25.30
- YouTube download manager fixed some minor bugs
- Improved playlist manager
- Added YouTube video tutorial
- Automatically import Mp3 files from iTunes
- Redesigned YouTube Downloader
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support


Zortam Mp3 Media Studio 25.20
- Added mini-player mode
- Switch application from maxi to mini mode and vice versa
- Automatically recognition of any Mp3 file using fingerprint technology, so you can tag your Mp3 files even if they do not have any information at all
- Batch mode for adding album arts and lyrics to Mp3 files
- Batch mode for Mp3 normalization (default level is 94.5 dB)
- Calculate BPM (Beats Per Minute) of Mp3 files
- YouTube To Mp3 Downloader (Converter) with auto tag options
- Added visualization plugins and visualization plugin DirectX SDK for creating new visualizations dll plugins


Zortam Mp3 Media Studio 25.15
- YouTube download manager fixed some minor bugs
- Improved playlist manager
- Added YouTube video tutorial
- Automatically import Mp3 files from iTunes
- Redesigned YouTube Downloader
- auto tag files with missing tags
- improved BPM (Beats Per Minute) calculation for Mp3 files
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste an image from clipboard and set it is as album art
- replace entirely or part of the string in the tag
- import iTunes Library to the program
- improved skin support


Zortam Mp3 Media Studio 25.10
- Change log not available for this version


Zortam Mp3 Media Studio 25.05
- Improved playlist manager
- Added YouTube video tutorial
- Automatically import Mp3 files from iTunes
- Redesigned YouTube Downloader
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added BPM (Beats Per Minute analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist
- Title comparison
- Batch auto tag(ID3v2 Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 25.00
- Added YouTube video tutorial
- Automatically import Mp3 files from iTunes
- Redesigned YouTube Downloader
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist Title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 24.90
- Change log not available for this version


Zortam Mp3 Media Studio 24.85
- Change log not available for this version


Zortam Mp3 Media Studio 24.80
- Change log not available for this version


Zortam Mp3 Media Studio 24.75
- Redesigned YouTube Downloader


Zortam Mp3 Media Studio 24.70
- added mini player mode
- switch application from maxi to mini mode and vice versa
- automatically recognition of any Mp3 file using fingerprint technology, so you can tag your Mp3 files even if they do not have any information at all
- batch mode for adding album arts and lyrics to Mp3 files
- batch mode for Mp3 normalization (default level is 94.5 dB)
- calculate BPM (Beats Per Minute) of Mp3 files
- YouTube To Mp3 Downloader (Converter) with auto tag options
- added visualization plugins and visualization plugin DirectX SDK for creating new visualizations dll plugins


Zortam Mp3 Media Studio 24.65
- Change log not available for this version


Zortam Mp3 Media Studio 24.60

- Fixed bug with YouTube converter
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 24.55

- Fixed bug with YouTube converter
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 24.50

- Fixed bug with YouTube converter
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 24.45
- Change log not available for this version


Zortam Mp3 Media Studio 24.40
- Fixed bug with YouTube converter
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 24.35
- Change log not available for this version


Zortam Mp3 Media Studio 24.30
- Fixed bug with YouTube converter
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 24.25
- Change log not available for this version


Zortam Mp3 Media Studio 24.20
- Change log not available for this version


Zortam Mp3 Media Studio 24.15
- Change log not available for this version


Zortam Mp3 Media Studio 24.10
- Fixed bug with YouTube converter
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter
- Added BPM (Beats Per Minute analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title comparison
- Batch auto tag(ID3v2 Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 24.05
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.95
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 24.00
- Change log not available for this version


Zortam Mp3 Media Studio 23.90
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.85
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.80
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.75
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.70
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.65
- Change log not available for this version


Zortam Mp3 Media Studio 23.60
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.55
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.51
- Change log not available for this version


Zortam Mp3 Media Studio 23.50
- added new options to the mp3 player
- auto tag files with missing tags
- improved BPM (Beats Per Minute) calculation for Mp3 files
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste an image from clipboard and set it is as album art
- replace entirely or part of the string in the tag
- import iTunes Library to the program
- improved skin support
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.45
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.40
- Change log not available for this version


Zortam Mp3 Media Studio 23.35
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.30
- Added mini player mode
- Switch application from maxi to mini mode and vice versa
- Automatically recognition of any Mp3 file using fingerprint technology, so you can tag your Mp3 files even if they do not have any information at all
- Batch mode for adding album arts and lyrics to Mp3 files
- Batch mode for Mp3 normalization (default level is 94.5 dB)
- Calculate BPM (Beats Per Minute) of Mp3 files
- YouTube To Mp3 Downloader (Converter) with auto tag options
- Added visualization plugins and visualization plugin DirectX SDK for creating new visualizations dll plugins


Zortam Mp3 Media Studio 23.23
- Added new options to the mp3 player
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.20
- added new options to the mp3 player
- auto tag files with missing tags
- improved BPM (Beats Per Minute) calculation for Mp3 files
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste an image from clipboard and set it is as album art
- replace entirely or part of the string in the tag
- import iTunes Library to the program
- improved skin support
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.15
- auto tag files with missing tags
- improved BPM (Beats Per Minute) calculation for Mp3 files
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste an image from clipboard and set it is as album art
- replace entirely or part of the string in the tag
- import iTunes Library to the program
- improved skin support
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 23.10
- Change log not available for this version


Zortam Mp3 Media Studio 23.00
- Auto tag files with missing tags
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste an image from clipboard and set it is as album art
- Replace entirely or part of the string in the tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 22.95
- Change log not available for this version


Zortam Mp3 Media Studio 22.90
- Redesigned Mp3 player
- Added Mini Player
- Auto tag files with missing tags


Zortam Mp3 Media Studio 22.85
- Change log not available for this version


Zortam Mp3 Media Studio 22.80
- Auto tag files with missing tags


Zortam Mp3 Media Studio 22.75
- Change log not available for this version


Zortam Mp3 Media Studio 22.70
- improved BPM (Beats Per Minute) calculation for Mp3 files
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste image from clipboard and set it is as album art
- replace entirely or part of the string in tag
- import iTunes Library to the program
- improved skin support
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info including missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 22.65
- Change log not available for this version


Zortam Mp3 Media Studio 22.60
- Change log not available for this version


Zortam Mp3 Media Studio 22.55
- Change log not available for this version


Zortam Mp3 Media Studio 22.50
- Change log not available for this version


Zortam Mp3 Media Studio 22.45
- Improved BPM (Beats Per Minute) calculation for Mp3 files
- Added in auto tag options support for Last.Fm
- Improved auto tagging performance
- Paste image from clipboard and set it is as album art
- Replace entirely or part of the string in tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 22.40
- improved BPM (Beats Per Minute) calculation for Mp3 files
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste image from clipboard and set it is as album art
- replace entirely or part of the string in tag
- import iTunes Library to the program
- improved skin support
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology
- Automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 22.35
- improved BPM (Beats Per Minute) calculation for Mp3 files
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste image from clipboard and set it is as album art
- replace entirely or part of the string in tag
- import iTunes Library to the program
- improved skin support
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 22.30
- Improved BPM (Beats Per Minute) calculation for Mp3 files


Zortam Mp3 Media Studio 22.25
- Change log not available for this version


Zortam Mp3 Media Studio 22.20
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste image from clipboard and set it is as album art
- replace entirely or part of the string in tag
- import iTunes Library to the program
- improved skin support
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 22.15
- added in auto tag options support for Last.Fm
- improved auto tagging performance
- paste image from clipboard and set it is as album art
- replace entirely or part of the string in tag
- import iTunes Library to the program
- improved skin support
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 22.10
- Improved auto tagging performance
- Paste image from clipboard and set it is as album art
- Replace entirely or part of the string in tag
- Import iTunes Library to the program
- Improved skin support
- Redesigned internal Mp3 player
- Added mp3 player toolbar
- Added rename single filename in ID3V2 window
- Added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- Added auto tag dialog to the Options dialog
- Added file modified column to the list
- Added YouTube To Mp3 Downloader (Converter)
- Added BPM (Beats Per Minute) analyzer of Mp3 files
- Added more options when renaming mp3 files using ID3 tags
- Search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 22.00
- improved auto tagging performance
- paste image from clipboard and set it is as album art
- replace entirely or part of the string in tag
- import iTunes Library to the program
- improved skin support
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 21.90
- Change log not available for this version


Zortam Mp3 Media Studio 21.85
- Includes unspecified updates, enhancements, and bug fixes


Zortam Mp3 Media Studio 21.80
- import iTunes Library to the program
- improved skin support
- added options to copy mp3 files to clipboard
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- added cover art dialog (choose album image from multiple artist image)
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- added additional sources when searching for cover art
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 21.75
- improved skin support
- added options to copy mp3 files to clipboard
- redesigned internal Mp3 player
- added mp3 player toolbar
- added rename single filename in ID3V2 window
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added more options when renaming mp3 files using ID3 tags
- added cover art dialog (choose album image from multiple artist image)
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- added additional sources when searching for cover art
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology
- Automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 21.70
- added options to copy mp3 files to clipboard
- redesigned internal Mp3 player
- added mp3 player tollbar
- added rename single filename in ID3V2 window
- redesigned ID3v2 window for better screen visibility
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added rename file edit box in ID3v2 dialog
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
- added repeat and shuffle mode to the player
- added more options when renaming mp3 files using ID3 tags
- added cover art dialog (choose album image from multiple artist image)
- search for duplicate or similar Mp3 files using Mp3 filename or combination of MP3 tags (artist - title) comparison
- added additional sources when searching for cover art
- Batch auto tag(ID3v2) Mp3 files using advanced digital fingerprinting technology.
- Automatically download missing cover art and other track info inluding missing lyrics directly to your mp3 files


Zortam Mp3 Media Studio 21.65
- Change log not available for this version


Zortam Mp3 Media Studio 21.60
- redesigned internal Mp3 player


Zortam Mp3 Media Studio 21.50
- added mp3 player tollbar
- added rename single filename in ID3V2 window
- redesigned ID3v2 window for better screen visibility
- added option to use Zortam Mp3 Player or any other Mp3 player that support m3u playlists
- added rename file edit box in ID3v2 dialog
- added auto tag dialog to the Options dialog
- added file modified column to the list
- added YouTube To Mp3 Downloader (Converter)
- added BPM (Beats Per Minute) analyzer of Mp3 files
-

XRECODE 1.106 (64-bit) 查看版本資訊

更新時間:2020-12-01
更新細節:

What's new in this version:

Fixed:
- fixed issue when illegal characters where not removed from the track title coming from the CUE file
- program will now preserve the order of added folders (they were sorter before)
- fixed issue when profile name could not contain a comma
- fixed issue when incorrect CUE files was created when merging WAV files resulted in creating of a .W64 file
- fixed ALAC encoder initialization error when Max Sample Format was set in Output Audio Settings

New:
- (console): added /ec command line parameter (additional to /exportmeta) to export covers from the added files
- added the support of aften.exe for AC3
- increased profile name field width
- added support of lossyWAV in flac and wavpack manual command line parameters
- added 352.4 Khz sample rate support for WAV encoder
- added option to limit the max output path length
- added manual encoder settings for WMA

DreamMail 6.2.10.57 查看版本資訊

更新時間:2020-11-24
更新細節: