diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..89e3aa1 --- /dev/null +++ b/.Xresources @@ -0,0 +1,237 @@ +Xft.dpi: 192 +Xft.antialias: true +Xft.hinting: true +Xft.rgba: rgb +Xft.autohint: false +Xft.hintstyle: hintslight +Xft.lcdfilter: lcddefault + +XTerm*background: #222D31 +XTerm*foreground: #d8d8d8 +XTerm*pointerColor: #1ABB9B +XTerm*faceName: Fixed +XTerm*faceSize: 11 +XTerm*reverseVideo: on +XTerm*selectToClipboard: true + +*background: #222D31 +*foreground: #d8d8d8 +*fading: 8 +*fadeColor: black +*cursorColor: #1ABB9B +*pointerColorBackground: #2B2C2B +*pointerColorForeground: #16A085 + +!! black dark/light +*color0: #222D31 +*color8: #585858 + +!! red dark/light +*color1: #ab4642 +*color9: #ab4642 + +!! green dark/light +*color2: #7E807E +*color10: #8D8F8D + +!! yellow dark/light +*color3: #f7ca88 +*color11: #f7ca88 + +!! blue dark/light +*color4: #7cafc2 +*color12: #7cafc2 + +!! magenta dark/light +*color5: #ba8baf +*color13: #ba8baf + +!! cyan dark/light +*color6: #1ABB9B +*color14: #1ABB9B + +!! white dark/light +*color7: #d8d8d8 +*color15: #f8f8f8 + +Xcursor.theme: xcursor-breeze +Xcursor.size: 0 + +URxvt.font: xft:TerminessTTFNerdFontMono:pixelsize=36 +!URxvt.font: xft:mononoki:size=8 + +! alternative font settings with 'terminus': +! URxvt.font: -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1 +! URxvt.bold.font: -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1 +!! terminus names see end of file! + +URxvt.depth: 32 +URxvt.background: [100]#222D31 +URxvt*scrollBar: false +URxvt*mouseWheelScrollPage: false +URxvt*cursorBlink: true +URxvt*background: black +URxvt*foreground: grey +URxvt*saveLines: 5000 + +! for 'fake' transparency (without Compton) uncomment the following three lines +! URxvt*inheritPixmap: true +! URxvt*transparent: true +! URxvt*shading: 138 + +! Normal copy-paste keybindings without perls +URxvt.iso14755: false +URxvt.keysym.Shift-Control-V: eval:paste_clipboard +URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard +!Xterm escape codes, word by word movement +URxvt.keysym.Control-Left: \033[1;5D +URxvt.keysym.Shift-Control-Left: \033[1;6D +URxvt.keysym.Control-Right: \033[1;5C +URxvt.keysym.Shift-Control-Right: \033[1;6C +URxvt.keysym.Control-Up: \033[1;5A +URxvt.keysym.Shift-Control-Up: \033[1;6A +URxvt.keysym.Control-Down: \033[1;5B +URxvt.keysym.Shift-Control-Down: \033[1;6B +! Rxvt.perl-ext-common: ...,clipboard +! URxvt.keysym.M-C-c: perl:clipboard:copy +! URxvt.keysym.M-v: perl:clipboard:paste +! URxvt.keysym.M-C-v: perl:clipboard:paste_escaped +! URxvt*termName: string +! URxvt*geometry: geometry +! URxvt*chdir: string +! URxvt*loginShell: boolean +! URxvt*multiClickTime: number +! URxvt*jumpScroll: boolean +! URxvt*skipScroll: boolean +! URxvt*pastableTabs: boolean +! URxvt*scrollstyle: plain +! URxvt*scrollBar_right: boolean +! URxvt*scrollBar_floating: true +! URxvt*scrollBar_align: mode +! URxvt*thickness: number +! URxvt*scrollTtyOutput: boolean +! URxvt*scrollTtyKeypress: boolean +! URxvt*scrollWithBuffer: boolean +! URxvt*tintColor: !7DA55 +! URxvt*blurRadius: HxV +! URxvt*fading: number +! URxvt*fadeColor: color +! URxvt*utmpInhibit: boolean +! URxvt*urgentOnBell: boolean +! URxvt*visualBell: boolean +! URxvt*mapAlert: boolean +! URxvt*meta8: boolean +! URxvt*tripleclickwords: boolean +! URxvt*insecure: boolean +! URxvt*cursorUnderline: boolean +! URxvt*pointerBlank: boolean +! URxvt*color0: color +! URxvt*color1: color +! URxvt*color2: color +! URxvt*color3: color +! URxvt*color4: color +! URxvt*color5: color +! URxvt*color6: color +! URxvt*color7: color +! URxvt*color8: color +! URxvt*color9: color +! URxvt*color10: color +! URxvt*color11: color +! URxvt*color12: color +! URxvt*color13: color +! URxvt*color14: color +! URxvt*color15: color +! URxvt*colorBD: color +! URxvt*colorIT: color +! URxvt*colorUL: color +! URxvt*colorRV: color +! URxvt*underlineColor: color +! URxvt*scrollColor: color +! URxvt*troughColor: color +! URxvt*highlightColor: color +! URxvt*highlightTextColor: color +! URxvt*cursorColor: color +! URxvt*cursorColor2: color +! URxvt*pointerColor: color +! URxvt*pointerColor2: color +! URxvt*borderColor: color +! URxvt*iconFile: file +! URxvt*font: fontname +! URxvt*boldFont: fontname +! URxvt*italicFont: fontname +! URxvt*boldItalicFont: fontname +! URxvt*intensityStyles: boolean +! URxvt*inputMethod: name +! URxvt*preeditType: style +! URxvt*imLocale: string +! URxvt*imFont: fontname +! URxvt*title: string +! URxvt*iconName: string +! URxvt*buffered: boolean +! URxvt*depth: number +! URxvt*visual: number +! URxvt*transient-for: windowid +! URxvt*override-redirect: boolean +! URxvt*hold: boolean +! URxvt*externalBorder: number +! URxvt*internalBorder: number +! URxvt*borderLess: true +! URxvt*lineSpace: number +! URxvt*letterSpace: number +! URxvt*skipBuiltinGlyphs: boolean +! URxvt*pointerBlankDelay: number +! URxvt*backspacekey: string +! URxvt*deletekey: string +! URxvt*print-pipe: string +! URxvt*modifier: modifier +! URxvt*cutchars: string +! URxvt*answerbackString: string +! URxvt*secondaryScreen: boolean +! URxvt*secondaryScroll: boolean +! URxvt*perl-lib: string +! URxvt*perl-eval: perl-eval +! URxvt*perl-ext-common: string +! URxvt*perl-ext: string +! URxvt*iso14755: boolean +! URxvt*iso14755_52: boolean +! URxvt*xrm: string +! URxvt*keysym.sym: keysym +! URxvt*background.border: boolean +! URxvt*background.expr: string +! URxvt*background.interval: seconds +! URxvt*bell-command: string +! URxvt*kuake.hotkey: string +! URxvt*matcher.button: string +! URxvt*matcher.launcher: string +! URxvt*matcher.launcher.*: string +! URxvt*matcher.pattern.*: string +! URxvt*matcher.rend.*: string +! URxvt*remote-clipboard.fetch: string +! URxvt*remote-clipboard.store: string +! URxvt*searchable-scrollback: string +! URxvt*selection-autotransform.*: string +! URxvt*selection-pastebin.cmd: string +! URxvt*selection-pastebin.url: string +! URxvt*selection.pattern-0: string +! URxvt*tab-bg: colour +! URxvt*tab-fg: colour +! URxvt*tabbar-bg: colour +! URxvt*tabbar-fg: colour +! URxvt*url-launcher: string + +! The Terminus font uses the following X-names: +! -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1 +! -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 +! -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1 +! -xos4-terminus-medium-r-normal--20-200-72-72-c-100-iso10646-1 +! -xos4-terminus-medium-r-normal--22-220-72-72-c-110-iso10646-1 +! -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso10646-1 +! -xos4-terminus-medium-r-normal--28-280-72-72-c-140-iso10646-1 +! -xos4-terminus-medium-r-normal--32-320-72-72-c-160-iso10646-1 +! -xos4-terminus-bold-r-normal--12-120-72-72-c-60-iso10646-1 +! -xos4-terminus-bold-r-normal--14-140-72-72-c-80-iso10646-1 +! -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1 +! -xos4-terminus-bold-r-normal--20-200-72-72-c-100-iso10646-1 +! -xos4-terminus-bold-r-normal--24-240-72-72-c-120-iso10646-1 +! -xos4-terminus-bold-r-normal--28-280-72-72-c-140-iso10646-1 +! -xos4-terminus-bold-r-normal--32-320-72-72-c-160-iso10646-1 diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..f06afed --- /dev/null +++ b/.bashrc @@ -0,0 +1,139 @@ +# +# ~/.bashrc +# + +[[ $- != *i* ]] && return + +colors() { + local fgc bgc vals seq0 + + printf "Color escapes are %s\n" '\e[${value};...;${value}m' + printf "Values 30..37 are \e[33mforeground colors\e[m\n" + printf "Values 40..47 are \e[43mbackground colors\e[m\n" + printf "Value 1 gives a \e[1mbold-faced look\e[m\n\n" + + # foreground colors + for fgc in {30..37}; do + # background colors + for bgc in {40..47}; do + fgc=${fgc#37} # white + bgc=${bgc#40} # black + + vals="${fgc:+$fgc;}${bgc}" + vals=${vals%%;} + + seq0="${vals:+\e[${vals}m}" + printf " %-9s" "${seq0:-(default)}" + printf " ${seq0}TEXT\e[m" + printf " \e[${vals:+${vals+$vals;}}1mBOLD\e[m" + done + echo; echo + done +} + +[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion + +# Change the window title of X terminals +case ${TERM} in + xterm*|rxvt*|Eterm*|aterm|kterm|gnome*|interix|konsole*) + PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/\~}\007"' + ;; + screen*) + PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/\~}\033\\"' + ;; +esac + +use_color=true + +# Set colorful PS1 only on colorful terminals. +# dircolors --print-database uses its own built-in database +# instead of using /etc/DIR_COLORS. Try to use the external file +# first to take advantage of user additions. Use internal bash +# globbing instead of external grep binary. +safe_term=${TERM//[^[:alnum:]]/?} # sanitize TERM +match_lhs="" +[[ -f ~/.dir_colors ]] && match_lhs="${match_lhs}$(<~/.dir_colors)" +[[ -f /etc/DIR_COLORS ]] && match_lhs="${match_lhs}$(/dev/null \ + && match_lhs=$(dircolors --print-database) +[[ $'\n'${match_lhs} == *$'\n'"TERM "${safe_term}* ]] && use_color=true + +if ${use_color} ; then + # Enable colors for ls, etc. Prefer ~/.dir_colors #64489 + if type -P dircolors >/dev/null ; then + if [[ -f ~/.dir_colors ]] ; then + eval $(dircolors -b ~/.dir_colors) + elif [[ -f /etc/DIR_COLORS ]] ; then + eval $(dircolors -b /etc/DIR_COLORS) + fi + fi + + if [[ ${EUID} == 0 ]] ; then + PS1='\[\033[01;31m\][\h\[\033[01;36m\] \W\[\033[01;31m\]]\$\[\033[00m\] ' + else + PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\[\033[00m\] ' + fi + + alias ls='ls --color=auto' + alias grep='grep --colour=auto' + alias egrep='egrep --colour=auto' + alias fgrep='fgrep --colour=auto' +else + if [[ ${EUID} == 0 ]] ; then + # show root@ when we don't have colors + PS1='\u@\h \W \$ ' + else + PS1='\u@\h \w \$ ' + fi +fi + +unset use_color safe_term match_lhs sh + +alias cp="cp -i" # confirm before overwriting something +alias df='df -h' # human-readable sizes +alias free='free -m' # show sizes in MB +alias np='nano -w PKGBUILD' +alias more=less + +xhost +local:root > /dev/null 2>&1 + +complete -cf sudo + +# Bash won't get SIGWINCH if another process is in the foreground. +# Enable checkwinsize so that bash will check the terminal size when +# it regains control. #65623 +# http://cnswww.cns.cwru.edu/~chet/bash/FAQ (E11) +shopt -s checkwinsize + +shopt -s expand_aliases + +# export QT_SELECT=4 + +# Enable history appending instead of overwriting. #139609 +shopt -s histappend + +# +# # ex - archive extractor +# # usage: ex +ex () +{ + if [ -f $1 ] ; then + case $1 in + *.tar.bz2) tar xjf $1 ;; + *.tar.gz) tar xzf $1 ;; + *.bz2) bunzip2 $1 ;; + *.rar) unrar x $1 ;; + *.gz) gunzip $1 ;; + *.tar) tar xf $1 ;; + *.tbz2) tar xjf $1 ;; + *.tgz) tar xzf $1 ;; + *.zip) unzip $1 ;; + *.Z) uncompress $1;; + *.7z) 7z x $1 ;; + *) echo "'$1' cannot be extracted via ex()" ;; + esac + else + echo "'$1' is not a valid file" + fi +} diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..95d9bd5 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,414 @@ +[global] + ### Display ### + + # Which monitor should the notifications be displayed on. + monitor = 0 + + # Display notification on focused monitor. Possible modes are: + # mouse: follow mouse pointer + # keyboard: follow window with keyboard focus + # none: don't follow anything + # + # "keyboard" needs a window manager that exports the + # _NET_ACTIVE_WINDOW property. + # This should be the case for almost all modern window managers. + # + # If this option is set to mouse or keyboard, the monitor option + # will be ignored. + follow = mouse + + # The geometry of the window: + # [{width}]x{height}[+/-{x}+/-{y}] + # The geometry of the message window. + # The height is measured in number of notifications everything else + # in pixels. If the width is omitted but the height is given + # ("-geometry x2"), the message window expands over the whole screen + # (dmenu-like). If width is 0, the window expands to the longest + # message displayed. A positive x is measured from the left, a + # negative from the right side of the screen. Y is measured from + # the top and down respectively. + # The width can be negative. In this case the actual width is the + # screen width minus the width defined in within the geometry option. + geometry = "450x5-30+20" + + # Show how many messages are currently hidden (because of geometry). + indicate_hidden = yes + + # Shrink window if it's smaller than the width. Will be ignored if + # width is 0. + shrink = no + + # The transparency of the window. Range: [0; 100]. + # This option will only work if a compositing window manager is + # present (e.g. xcompmgr, compiz, etc.). + transparency = 0 + + # The height of the entire notification. If the height is smaller + # than the font height and padding combined, it will be raised + # to the font height and padding. + notification_height = 0 + + # Draw a line of "separator_height" pixel height between two + # notifications. + # Set to 0 to disable. + separator_height = 2 + + # Padding between text and separator. + padding = 50 + + # Horizontal padding. + horizontal_padding = 50 + + # Defines width in pixels of frame around the notification window. + # Set to 0 to disable. + frame_width = 3 + + # Defines color of the frame around the notification window. + frame_color = "#1369DE" + + # Define a color for the separator. + # possible values are: + # * auto: dunst tries to find a color fitting to the background; + # * foreground: use the same color as the foreground; + # * frame: use the same color as the frame; + # * anything else will be interpreted as a X color. + separator_color = frame + + # Sort messages by urgency. + sort = yes + + # Don't remove messages, if the user is idle (no mouse or keyboard input) + # for longer than idle_threshold seconds. + # Set to 0 to disable. + # A client can set the 'transient' hint to bypass this. See the rules + # section for how to disable this if necessary + idle_threshold = 120 + + ### Text ### + + font = Mononoki 10 + + # The spacing between lines. If the height is smaller than the + # font height, it will get raised to the font height. + line_height = 0 + + # Possible values are: + # full: Allow a small subset of html markup in notifications: + # bold + # italic + # strikethrough + # underline + # + # For a complete reference see + # . + # + # strip: This setting is provided for compatibility with some broken + # clients that send markup even though it's not enabled on the + # server. Dunst will try to strip the markup but the parsing is + # simplistic so using this option outside of matching rules for + # specific applications *IS GREATLY DISCOURAGED*. + # + # no: Disable markup parsing, incoming notifications will be treated as + # plain text. Dunst will not advertise that it has the body-markup + # capability if this is set as a global setting. + # + # It's important to note that markup inside the format option will be parsed + # regardless of what this is set to. + markup = full + + # The format of the message. Possible variables are: + # %a appname + # %s summary + # %b body + # %i iconname (including its path) + # %I iconname (without its path) + # %p progress value if set ([ 0%] to [100%]) or nothing + # %n progress value if set without any extra characters + # %% Literal % + # Markup is allowed + format = "%s\n%b" + + # Alignment of message text. + # Possible values are "left", "center" and "right". + alignment = center + + # Show age of message if message is older than show_age_threshold + # seconds. + # Set to -1 to disable. + show_age_threshold = 60 + + # Split notifications into multiple lines if they don't fit into + # geometry. + word_wrap = yes + + # When word_wrap is set to no, specify where to make an ellipsis in long lines. + # Possible values are "start", "middle" and "end". + ellipsize = middle + + # Ignore newlines '\n' in notifications. + ignore_newline = no + + # Stack together notifications with the same content + stack_duplicates = true + + # Hide the count of stacked notifications with the same content + hide_duplicate_count = false + + # Display indicators for URLs (U) and actions (A). + show_indicators = no + + ### Icons ### + + # Align icons left/right/off + icon_position = off + + # Scale larger icons down to this size, set to 0 to disable + max_icon_size = 32 + + # Paths to default icons. + icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + + ### History ### + + # Should a notification popped up from history be sticky or timeout + # as if it would normally do. + sticky_history = yes + + # Maximum amount of notifications kept in history + history_length = 20 + + ### Misc/Advanced ### + + # dmenu path. + dmenu = /usr/bin/dmenu -p dunst: + + # Browser for opening urls in context menu. + browser = /usr/bin/vivaldi-stable + + # Always run rule-defined scripts, even if the notification is suppressed + always_run_script = true + + # Define the title of the windows spawned by dunst + title = Dunst + + # Define the class of the windows spawned by dunst + class = Dunst + + # Print a notification on startup. + # This is mainly for error detection, since dbus (re-)starts dunst + # automatically after a crash. + startup_notification = false + + # Manage dunst's desire for talking + # Can be one of the following values: + # crit: Critical features. Dunst aborts + # warn: Only non-fatal warnings + # mesg: Important Messages + # info: all unimportant stuff + # debug: all less than unimportant stuff + verbosity = mesg + + # Define the corner radius of the notification window + # in pixel size. If the radius is 0, you have no rounded + # corners. + # The radius will be automatically lowered if it exceeds half of the + # notification height to avoid clipping text and/or icons. + corner_radius = 0 + + ### Legacy + + # Use the Xinerama extension instead of RandR for multi-monitor support. + # This setting is provided for compatibility with older nVidia drivers that + # do not support RandR and using it on systems that support RandR is highly + # discouraged. + # + # By enabling this setting dunst will not be able to detect when a monitor + # is connected or disconnected which might break follow mode if the screen + # layout changes. + force_xinerama = false + + ### mouse + + # Defines action of mouse event + # Possible values are: + # * none: Don't do anything. + # * do_action: If the notification has exactly one action, or one is marked as default, + # invoke it. If there are multiple and no default, open the context menu. + # * close_current: Close current notification. + # * close_all: Close all notifications. + mouse_left_click = close_current + mouse_middle_click = do_action + mouse_right_click = close_all + +# Experimental features that may or may not work correctly. Do not expect them +# to have a consistent behaviour across releases. +[experimental] + # Calculate the dpi to use on a per-monitor basis. + # If this setting is enabled the Xft.dpi value will be ignored and instead + # dunst will attempt to calculate an appropriate dpi value for each monitor + # using the resolution and physical size. This might be useful in setups + # where there are multiple screens with very different dpi values. + per_monitor_dpi = false + +[shortcuts] + + # Shortcuts are specified as [modifier+][modifier+]...key + # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", + # "mod3" and "mod4" (windows-key). + # Xev might be helpful to find names for keys. + + # Close notification. + close = ctrl+space + + # Close all notifications. + close_all = ctrl+shift+space + + # Redisplay last message(s). + # On the US keyboard layout "grave" is normally above TAB and left + # of "1". Make sure this key actually exists on your keyboard layout, + # e.g. check output of 'xmodmap -pke' + history = ctrl+grave + + # Context menu. + context = ctrl+shift+period + +[urgency_low] + # IMPORTANT: colors have to be defined in quotation marks. + # Otherwise the "#" and following would be interpreted as a comment. + background = "#000000" + foreground = "#1369DE" + timeout = 10 + # Icon for notifications with low urgency, uncomment to enable + #icon = /path/to/icon + +[urgency_normal] + background = "#000000" + foreground = "#1369DE" + timeout = 10 + # Icon for notifications with normal urgency, uncomment to enable + #icon = /path/to/icon + +[urgency_critical] + background = "#000000" + foreground = "#1369DE" + frame_color = "#1369DE" + timeout = 0 + # Icon for notifications with critical urgency, uncomment to enable + #icon = /path/to/icon + +# Every section that isn't one of the above is interpreted as a rules to +# override settings for certain messages. +# +# Messages can be matched by +# appname (discouraged, see desktop_entry) +# body +# category +# desktop_entry +# icon +# match_transient +# msg_urgency +# stack_tag +# summary +# +# and you can override the +# background +# foreground +# format +# frame_color +# fullscreen +# new_icon +# set_stack_tag +# set_transient +# timeout +# urgency +# +# Shell-like globbing will get expanded. +# +# Instead of the appname filter, it's recommended to use the desktop_entry filter. +# GLib based applications export their desktop-entry name. In comparison to the appname, +# the desktop-entry won't get localized. +# +# SCRIPTING +# You can specify a script that gets run when the rule matches by +# setting the "script" option. +# The script will be called as follows: +# script appname summary body icon urgency +# where urgency can be "LOW", "NORMAL" or "CRITICAL". +# +# NOTE: if you don't want a notification to be displayed, set the format +# to "". +# NOTE: It might be helpful to run dunst -print in a terminal in order +# to find fitting options for rules. + +# Disable the transient hint so that idle_threshold cannot be bypassed from the +# client +#[transient_disable] +# match_transient = yes +# set_transient = no +# +# Make the handling of transient notifications more strict by making them not +# be placed in history. +#[transient_history_ignore] +# match_transient = yes +# history_ignore = yes + +# fullscreen values +# show: show the notifications, regardless if there is a fullscreen window opened +# delay: displays the new notification, if there is no fullscreen window active +# If the notification is already drawn, it won't get undrawn. +# pushback: same as delay, but when switching into fullscreen, the notification will get +# withdrawn from screen again and will get delayed like a new notification +#[fullscreen_delay_everything] +# fullscreen = delay +#[fullscreen_show_critical] +# msg_urgency = critical +# fullscreen = show + +#[espeak] +# summary = "*" +# script = dunst_espeak.sh + +#[script-test] +# summary = "*script*" +# script = dunst_test.sh + +#[ignore] +# # This notification will not be displayed +# summary = "foobar" +# format = "" + +#[history-ignore] +# # This notification will not be saved in history +# summary = "foobar" +# history_ignore = yes + +#[skip-display] +# # This notification will not be displayed, but will be included in the history +# summary = "foobar" +# skip_display = yes + +#[signed_on] +# appname = Pidgin +# summary = "*signed on*" +# urgency = low +# +#[signed_off] +# appname = Pidgin +# summary = *signed off* +# urgency = low +# +#[says] +# appname = Pidgin +# summary = *says* +# urgency = critical +# +#[twitter] +# appname = Pidgin +# summary = *twitter.com* +# urgency = normal +# +#[stack-volumes] +# appname = "some_volume_notifiers" +# set_stack_tag = "volume" +# +# vim: ft=cfg diff --git a/.config/i3-scrot.conf b/.config/i3-scrot.conf new file mode 100644 index 0000000..6c686fb --- /dev/null +++ b/.config/i3-scrot.conf @@ -0,0 +1 @@ +scrot_dir=/home/cdnutter/Pictures diff --git a/.config/i3/config b/.config/i3/config new file mode 100644 index 0000000..58c17a6 --- /dev/null +++ b/.config/i3/config @@ -0,0 +1,434 @@ +# i3 config file (v4) +# Please see http://i3wm.org/docs/userguide.html for a complete reference! + +# Set mod key (Mod1=, Mod4=) +set $mod Mod4 + +# set default desktop layout (default is tiling) +# workspace_layout tabbed + +# Configure border style +default_border pixel 1 +default_floating_border normal + +# Hide borders +hide_edge_borders none + +# change borders +bindsym $mod+u border none +bindsym $mod+y border pixel 1 +bindsym $mod+n border normal + +# Font for window titles. Will also be used by the bar unless a different font +# is used in the bar {} block below. +font xft:URWGothic-Book 11 + +# Use Mouse+$mod to drag floating windows +floating_modifier $mod + +# start a terminal +bindsym $mod+Return exec kitty + +# kill focused window +bindsym $mod+Shift+q kill + +# start program launcher +bindsym $mod+d exec --no-startup-id rofi -show run + +# launch categorized menu +#bindsym $mod+z exec --no-startup-id morc_menu + +################################################################################################ +## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ## +################################################################################################ + +exec --no-startup-id volumeicon +bindsym $mod+Ctrl+m exec terminal -e 'alsamixer' +#exec --no-startup-id pulseaudio +#exec --no-startup-id pa-applet +#bindsym $mod+Ctrl+m exec pavucontrol + +################################################################################################ + +# Screen brightness controls +# bindsym XF86MonBrightnessUp exec "xbacklight -inc 10; notify-send 'brightness up'" +# bindsym XF86MonBrightnessDown exec "xbacklight -dec 10; notify-send 'brightness down'" + +# Start Applications +bindsym $mod+Ctrl+b exec kitty -e 'bmenu' +bindsym $mod+F2 exec vivaldi-stable +bindsym $mod+F3 exec pcmanfm +#bindsym $mod+F3 exec ranger +bindsym $mod+Shift+F3 exec pcmanfm_pkexec +bindsym $mod+F5 exec kitty -e ncmpcpp +bindsym $mod+t exec --no-startup-id pkill picom +bindsym $mod+Ctrl+t exec --no-startup-id picom -b +bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'" +bindsym Print exec --no-startup-id i3-scrot +bindsym $mod+Print --release exec --no-startup-id i3-scrot -w +bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s +#bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf +bindsym $mod+Ctrl+x --release exec --no-startup-id xkill + +# focus_follows_mouse no + +# change focus +bindsym $mod+j focus left +bindsym $mod+k focus down +bindsym $mod+l focus up +bindsym $mod+semicolon focus right + +# alternatively, you can use the cursor keys: +bindsym $mod+Left focus left +bindsym $mod+Down focus down +bindsym $mod+Up focus up +bindsym $mod+Right focus right + +# move focused window +bindsym $mod+Shift+j move left +bindsym $mod+Shift+k move down +bindsym $mod+Shift+l move up +bindsym $mod+Shift+semicolon move right + +# alternatively, you can use the cursor keys: +bindsym $mod+Shift+Left move left +bindsym $mod+Shift+Down move down +bindsym $mod+Shift+Up move up +bindsym $mod+Shift+Right move right + +# workspace back and forth (with/without active container) +workspace_auto_back_and_forth yes +bindsym $mod+b workspace back_and_forth +bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth + +# split orientation +bindsym $mod+h split h;exec notify-send 'tile horizontally' +bindsym $mod+v split v;exec notify-send 'tile vertically' +bindsym $mod+q split toggle + +# toggle fullscreen mode for the focused container +bindsym $mod+f fullscreen toggle + +# change container layout (stacked, tabbed, toggle split) +bindsym $mod+s layout stacking +bindsym $mod+w layout tabbed +bindsym $mod+e layout toggle split + +# toggle tiling / floating +bindsym $mod+Shift+space floating toggle + +# change focus between tiling / floating windows +bindsym $mod+space focus mode_toggle + +# toggle sticky +bindsym $mod+Shift+s sticky toggle + +# focus the parent container +bindsym $mod+a focus parent + +# move the currently focused window to the scratchpad +bindsym $mod+Shift+minus move scratchpad + +# Show the next scratchpad window or hide the focused scratchpad window. +# If there are multiple scratchpad windows, this command cycles through them. +bindsym $mod+minus scratchpad show + +#navigate workspaces next / previous +bindsym $mod+Ctrl+Right workspace next +bindsym $mod+Ctrl+Left workspace prev + +# Workspace names +# to display names or symbols instead of plain workspace numbers you can use +# something like: set $ws1 1:mail +# set $ws2 2: +set $ws1 1 +set $ws2 2 +set $ws3 3 +set $ws4 4 +set $ws5 5 +set $ws6 6 +set $ws7 7 +set $ws8 8 + +# switch to workspace +bindsym $mod+1 workspace $ws1 +bindsym $mod+2 workspace $ws2 +bindsym $mod+3 workspace $ws3 +bindsym $mod+4 workspace $ws4 +bindsym $mod+5 workspace $ws5 +bindsym $mod+6 workspace $ws6 +bindsym $mod+7 workspace $ws7 +bindsym $mod+8 workspace $ws8 + +# Move focused container to workspace +bindsym $mod+Ctrl+1 move container to workspace $ws1 +bindsym $mod+Ctrl+2 move container to workspace $ws2 +bindsym $mod+Ctrl+3 move container to workspace $ws3 +bindsym $mod+Ctrl+4 move container to workspace $ws4 +bindsym $mod+Ctrl+5 move container to workspace $ws5 +bindsym $mod+Ctrl+6 move container to workspace $ws6 +bindsym $mod+Ctrl+7 move container to workspace $ws7 +bindsym $mod+Ctrl+8 move container to workspace $ws8 + +# Move to workspace with focused container +bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1 +bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2 +bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3 +bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4 +bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5 +bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6 +bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7 +bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8 + +# Open applications on specific workspaces +# assign [class="Thunderbird"] $ws1 +# assign [class="Pale moon"] $ws2 +# assign [class="Pcmanfm"] $ws3 +# assign [class="Skype"] $ws5 + +# Open specific applications in floating mode +for_window [title="alsamixer"] floating enable border pixel 1 +for_window [class="calamares"] floating enable border normal +for_window [class="Clipgrab"] floating enable +for_window [title="File Transfer*"] floating enable +for_window [class="fpakman"] floating enable +for_window [class="Galculator"] floating enable border pixel 1 +for_window [class="GParted"] floating enable border normal +for_window [title="i3_help"] floating enable sticky enable border normal +for_window [class="Lightdm-settings"] floating enable +for_window [class="Lxappearance"] floating enable sticky enable border normal +for_window [class="Manjaro-hello"] floating enable +for_window [class="Manjaro Settings Manager"] floating enable border normal +for_window [title="MuseScore: Play Panel"] floating enable +for_window [class="Nitrogen"] floating enable sticky enable border normal +for_window [class="Oblogout"] fullscreen enable +for_window [class="octopi"] floating enable +for_window [title="About Pale Moon"] floating enable +for_window [class="Pamac-manager"] floating enable +for_window [class="Pavucontrol"] floating enable +for_window [class="qt5ct"] floating enable sticky enable border normal +for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal +for_window [class="Simple-scan"] floating enable border normal +for_window [class="(?i)System-config-printer.py"] floating enable border normal +for_window [class="Skype"] floating enable border normal +for_window [class="Timeset-gui"] floating enable border normal +for_window [class="(?i)virtualbox"] floating enable border normal +for_window [class="Xfburn"] floating enable + +# switch to workspace with urgent window automatically +for_window [urgent=latest] focus + +# reload the configuration file +bindsym $mod+Shift+c reload + +# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) +bindsym $mod+Shift+r restart + +# exit i3 (logs you out of your X session) +bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" + +# Set shut down, restart and locking features +bindsym $mod+0 mode "$mode_system" +set $mode_system (l)ock, (e)xit, switch_(u)ser, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown +mode "$mode_system" { + bindsym l exec --no-startup-id i3exit lock, mode "default" + bindsym s exec --no-startup-id i3exit suspend, mode "default" + bindsym u exec --no-startup-id i3exit switch_user, mode "default" + bindsym e exec --no-startup-id i3exit logout, mode "default" + bindsym h exec --no-startup-id i3exit hibernate, mode "default" + bindsym r exec --no-startup-id i3exit reboot, mode "default" + bindsym Shift+s exec --no-startup-id i3exit shutdown, mode "default" + + # exit system mode: "Enter" or "Escape" + bindsym Return mode "default" + bindsym Escape mode "default" +} + +# Resize window (you can also use the mouse for that) +bindsym $mod+r mode "resize" +mode "resize" { + # These bindings trigger as soon as you enter the resize mode + # Pressing left will shrink the window’s width. + # Pressing right will grow the window’s width. + # Pressing up will shrink the window’s height. + # Pressing down will grow the window’s height. + bindsym j resize shrink width 5 px or 5 ppt + bindsym k resize grow height 5 px or 5 ppt + bindsym l resize shrink height 5 px or 5 ppt + bindsym semicolon resize grow width 5 px or 5 ppt + + # same bindings, but for the arrow keys + bindsym Left resize shrink width 10 px or 10 ppt + bindsym Down resize grow height 10 px or 10 ppt + bindsym Up resize shrink height 10 px or 10 ppt + bindsym Right resize grow width 10 px or 10 ppt + + # exit resize mode: Enter or Escape + bindsym Return mode "default" + bindsym Escape mode "default" +} + +# Lock screen +bindsym $mod+9 exec --no-startup-id blurlock + +# Autostart applications +exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +exec --no-startup-id nitrogen --restore; sleep 1; compton -b +#exec --no-startup-id manjaro-hello +exec --no-startup-id nm-applet +exec --no-startup-id xfce4-power-manager +exec --no-startup-id pamac-tray +exec --no-startup-id clipit +# exec --no-startup-id blueman-applet +# exec_always --no-startup-id sbxkb +# exec --no-startup-id start_conky_maia +# exec --no-startup-id start_conky_green +exec --no-startup-id xautolock -time 10 -locker blurlock +exec_always --no-startup-id ff-theme-util +exec_always --no-startup-id fix_xcursor + +# Color palette used for the terminal ( ~/.Xresources file ) +# Colors are gathered based on the documentation: +# https://i3wm.org/docs/userguide.html#xresources +# Change the variable name at the place you want to match the color +# of your terminal like this: +# [example] +# If you want your bar to have the same background color as your +# terminal background change the line 362 from: +# background #14191D +# to: +# background $term_background +# Same logic applied to everything else. +#set_from_resource $term_background background +#set_from_resource $term_foreground foreground +#set_from_resource $term_color0 color0 +#set_from_resource $term_color1 color1 +#set_from_resource $term_color2 color2 +#set_from_resource $term_color3 color3 +#set_from_resource $term_color4 color4 +#set_from_resource $term_color5 color5 +#set_from_resource $term_color6 color6 +#set_from_resource $term_color7 color7 +#set_from_resource $term_color8 color8 +#set_from_resource $term_color9 color9 +#set_from_resource $term_color10 color10 +#set_from_resource $term_color11 color11 +#set_from_resource $term_color12 color12 +#set_from_resource $term_color13 color13 +#set_from_resource $term_color14 color14 +#set_from_resource $term_color15 color15 + +set_from_resource $fg i3wm.color7 +set_From_resource $bg i3wm.color2 + +# Start i3bar to display a workspace bar (plus the system information i3status if available) +#bar { +# i3bar_command i3bar +# status_command i3status +# position bottom + +## please set your primary output first. Example: 'xrandr --output eDP1 --primary' +# tray_output primary +# tray_output eDP1 + +# bindsym button4 nop +# bindsym button5 nop +# font xft:URWGothic-Book 11 +# strip_workspace_numbers yes + +# colors { +# background #222D31 +# statusline #F9FAF9 +# separator #454947 + +# border backgr. text +# focused_workspace #F9FAF9 #16a085 #292F34 +# active_workspace #595B5B #353836 #FDF6E3 +# inactive_workspace #595B5B #222D31 #EEE8D5 +# binding_mode #16a085 #2C2C2C #F9FAF9 +# urgent_workspace #16a085 #FDF6E3 #E5201D +# } +#} + +# hide/unhide i3status bar +bindsym $mod+m bar mode toggle + +# Theme colors +# class border backgr. text indic. child_border + client.focused $bg $bg $bg $fg $bg #556064 #556064 #80FFF9 #FDF6E3 + client.focused_inactive $bg $bg $bg $fg $bg #2F3D44 #2F3D44 #1ABC9C #454948 + client.unfocused $bg $bg $bg $fg $bg #2F3D44 #2F3D44 #1ABC9C #454948 + client.urgent $bg $bg $bg $fg $bg #CB4B16 #FDF6E3 #1ABC9C #268BD2 + client.placeholder $bg $bg $bg $fg $bg #000000 #0c0c0c #ffffff #000000 + + client.background $bg #2B2C2B + +############################# +### settings for i3-gaps: ### +############################# + +# Set inner/outer gaps +gaps inner 14 +gaps outer -2 + +# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size. +# gaps inner|outer current|all set|plus|minus +# gaps inner all set 10 +# gaps outer all plus 5 + +# Smart gaps (gaps used if only more than one container on the workspace) +smart_gaps on + +# Smart borders (draw borders around container only if it is not the only container on this workspace) +# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0) +smart_borders no_gaps + +# Press $mod+Shift+g to enter the gap mode. Choose o or i for modifying outer/inner gaps. Press one of + / - (in-/decrement for current workspace) or 0 (remove gaps for current workspace). If you also press Shift with these keys, the change will be global for all workspaces. +set $mode_gaps Gaps: (o) outer, (i) inner +set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global) +set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global) +bindsym $mod+Shift+g mode "$mode_gaps" + +mode "$mode_gaps" { + bindsym o mode "$mode_gaps_outer" + bindsym i mode "$mode_gaps_inner" + bindsym Return mode "default" + bindsym Escape mode "default" +} +mode "$mode_gaps_inner" { + bindsym plus gaps inner current plus 5 + bindsym minus gaps inner current minus 5 + bindsym 0 gaps inner current set 0 + + bindsym Shift+plus gaps inner all plus 5 + bindsym Shift+minus gaps inner all minus 5 + bindsym Shift+0 gaps inner all set 0 + + bindsym Return mode "default" + bindsym Escape mode "default" +} +mode "$mode_gaps_outer" { + bindsym plus gaps outer current plus 5 + + + bindsym minus gaps outer current minus 5 + bindsym 0 gaps outer current set 0 + + bindsym Shift+plus gaps outer all plus 5 + bindsym Shift+minus gaps outer all minus 5 + bindsym Shift+0 gaps outer all set 0 + + bindsym Return mode "default" + bindsym Escape mode "default" +} + +# Custom Scripts + +exec_always --no-startup-id wal -i ~/Pictures/Wallpapers/ +exec sh ~/.config/polybar/launch.sh +exec_always sh ~/.scripts/pywal-dunst.sh + +exec pkill picom +exec picom -b -f + +#exec_always sh ~/.scripts/wal-discord.sh diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..f06506f --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,1259 @@ +# vim:fileencoding=utf-8:ft=conf:foldmethod=marker + +include ~/.cache/wal/colors-kitty.conf + +######################################### + +#: Fonts {{{ + +#: kitty has very powerful font management. You can configure +#: individual font faces and even specify special fonts for particular +#: characters. + +font_family mononoki +bold_font auto +italic_font auto +bold_italic_font auto + +#: You can specify different fonts for the bold/italic/bold-italic +#: variants. To get a full list of supported fonts use the `kitty +#: list-fonts` command. By default they are derived automatically, by +#: the OSes font system. Setting them manually is useful for font +#: families that have many weight variants like Book, Medium, Thick, +#: etc. For example:: + +#: font_family Operator Mono Book +#: bold_font Operator Mono Medium +#: italic_font Operator Mono Book Italic +#: bold_italic_font Operator Mono Medium Italic + +font_size 9.0 + +#: Font size (in pts) + +force_ltr no + +#: kitty does not support BIDI (bidirectional text), however, for RTL +#: scripts, words are automatically displayed in RTL. That is to say, +#: in an RTL script, the words "HELLO WORLD" display in kitty as +#: "WORLD HELLO", and if you try to select a substring of an RTL- +#: shaped string, you will get the character that would be there had +#: the the string been LTR. For example, assuming the Hebrew word +#: ירושלים, selecting the character that on the screen appears to be ם +#: actually writes into the selection buffer the character י. + +#: kitty's default behavior is useful in conjunction with a filter to +#: reverse the word order, however, if you wish to manipulate RTL +#: glyphs, it can be very challenging to work with, so this option is +#: provided to turn it off. Furthermore, this option can be used with +#: the command line program GNU FriBidi +#: to get BIDI +#: support, because it will force kitty to always treat the text as +#: LTR, which FriBidi expects for terminals. + +adjust_line_height 0 +adjust_column_width 0 + +#: Change the size of each character cell kitty renders. You can use +#: either numbers, which are interpreted as pixels or percentages +#: (number followed by %), which are interpreted as percentages of the +#: unmodified values. You can use negative pixels or percentages less +#: than 100% to reduce sizes (but this might cause rendering +#: artifacts). + +# symbol_map U+E0A0-U+E0A3,U+E0C0-U+E0C7 PowerlineSymbols + +#: Map the specified unicode codepoints to a particular font. Useful +#: if you need special rendering for some symbols, such as for +#: Powerline. Avoids the need for patched fonts. Each unicode code +#: point is specified in the form U+. You +#: can specify multiple code points, separated by commas and ranges +#: separated by hyphens. symbol_map itself can be specified multiple +#: times. Syntax is:: + +#: symbol_map codepoints Font Family Name + +disable_ligatures never + +#: Choose how you want to handle multi-character ligatures. The +#: default is to always render them. You can tell kitty to not render +#: them when the cursor is over them by using cursor to make editing +#: easier, or have kitty never render them at all by using always, if +#: you don't like them. The ligature strategy can be set per-window +#: either using the kitty remote control facility or by defining +#: shortcuts for it in kitty.conf, for example:: + +#: map alt+1 disable_ligatures_in active always +#: map alt+2 disable_ligatures_in all never +#: map alt+3 disable_ligatures_in tab cursor + +font_features none + +#: Choose exactly which OpenType features to enable or disable. This +#: is useful as some fonts might have features worthwhile in a +#: terminal. For example, Fira Code Retina includes a discretionary +#: feature, zero, which in that font changes the appearance of the +#: zero (0), to make it more easily distinguishable from Ø. Fira Code +#: Retina also includes other discretionary features known as +#: Stylistic Sets which have the tags ss01 through ss20. + +#: Note that this code is indexed by PostScript name, and not the font +#: family. This allows you to define very precise feature settings; +#: e.g. you can disable a feature in the italic font but not in the +#: regular font. + +#: To get the PostScript name for a font, use kitty + list-fonts +#: --psnames:: + +#: $ kitty + list-fonts --psnames | grep Fira +#: Fira Code +#: Fira Code Bold (FiraCode-Bold) +#: Fira Code Light (FiraCode-Light) +#: Fira Code Medium (FiraCode-Medium) +#: Fira Code Regular (FiraCode-Regular) +#: Fira Code Retina (FiraCode-Retina) + +#: The part in brackets is the PostScript name. + +#: Enable alternate zero and oldstyle numerals:: + +#: font_features FiraCode-Retina +zero +onum + +#: Enable only alternate zero:: + +#: font_features FiraCode-Retina +zero + +#: Disable the normal ligatures, but keep the calt feature which (in +#: this font) breaks up monotony:: + +#: font_features TT2020StyleB-Regular -liga +calt + +#: In conjunction with force_ltr, you may want to disable Arabic +#: shaping entirely, and only look at their isolated forms if they +#: show up in a document. You can do this with e.g.:: + +#: font_features UnifontMedium +isol -medi -fina -init + +box_drawing_scale 0.001, 1, 1.5, 2 + +#: Change the sizes of the lines used for the box drawing unicode +#: characters These values are in pts. They will be scaled by the +#: monitor DPI to arrive at a pixel value. There must be four values +#: corresponding to thin, normal, thick, and very thick lines. + +#: }}} + +#: Cursor customization {{{ + +cursor #cccccc + +#: Default cursor color + +cursor_text_color #111111 + +#: Choose the color of text under the cursor. If you want it rendered +#: with the background color of the cell underneath instead, use the +#: special keyword: background + +cursor_shape block + +#: The cursor shape can be one of (block, beam, underline) + +cursor_beam_thickness 1.5 + +#: Defines the thickness of the beam cursor (in pts) + +cursor_underline_thickness 2.0 + +#: Defines the thickness of the underline cursor (in pts) + +cursor_blink_interval -1 + +#: The interval (in seconds) at which to blink the cursor. Set to zero +#: to disable blinking. Negative values mean use system default. Note +#: that numbers smaller than repaint_delay will be limited to +#: repaint_delay. + +cursor_stop_blinking_after 15.0 + +#: Stop blinking cursor after the specified number of seconds of +#: keyboard inactivity. Set to zero to never stop blinking. + +#: }}} + +#: Scrollback {{{ + +scrollback_lines 2000 + +#: Number of lines of history to keep in memory for scrolling back. +#: Memory is allocated on demand. Negative numbers are (effectively) +#: infinite scrollback. Note that using very large scrollback is not +#: recommended as it can slow down resizing of the terminal and also +#: use large amounts of RAM. + +scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER + +#: Program with which to view scrollback in a new window. The +#: scrollback buffer is passed as STDIN to this program. If you change +#: it, make sure the program you use can handle ANSI escape sequences +#: for colors and text formatting. INPUT_LINE_NUMBER in the command +#: line above will be replaced by an integer representing which line +#: should be at the top of the screen. + +scrollback_pager_history_size 0 + +#: Separate scrollback history size, used only for browsing the +#: scrollback buffer (in MB). This separate buffer is not available +#: for interactive scrolling but will be piped to the pager program +#: when viewing scrollback buffer in a separate window. The current +#: implementation stores one character in 4 bytes, so approximatively +#: 2500 lines per megabyte at 100 chars per line. A value of zero or +#: less disables this feature. The maximum allowed size is 4GB. + +wheel_scroll_multiplier 5.0 + +#: Modify the amount scrolled by the mouse wheel. Note this is only +#: used for low precision scrolling devices, not for high precision +#: scrolling on platforms such as macOS and Wayland. Use negative +#: numbers to change scroll direction. + +touch_scroll_multiplier 1.0 + +#: Modify the amount scrolled by a touchpad. Note this is only used +#: for high precision scrolling devices on platforms such as macOS and +#: Wayland. Use negative numbers to change scroll direction. + +#: }}} + +#: Mouse {{{ + +mouse_hide_wait 3.0 + +#: Hide mouse cursor after the specified number of seconds of the +#: mouse not being used. Set to zero to disable mouse cursor hiding. +#: Set to a negative value to hide the mouse cursor immediately when +#: typing text. Disabled by default on macOS as getting it to work +#: robustly with the ever-changing sea of bugs that is Cocoa is too +#: much effort. + +url_color #0087bd +url_style curly + +#: The color and style for highlighting URLs on mouse-over. url_style +#: can be one of: none, single, double, curly + +open_url_modifiers kitty_mod + +#: The modifier keys to press when clicking with the mouse on URLs to +#: open the URL + +open_url_with default + +#: The program with which to open URLs that are clicked on. The +#: special value default means to use the operating system's default +#: URL handler. + +url_prefixes http https file ftp + +#: The set of URL prefixes to look for when detecting a URL under the +#: mouse cursor. + +copy_on_select no + +#: Copy to clipboard or a private buffer on select. With this set to +#: clipboard, simply selecting text with the mouse will cause the text +#: to be copied to clipboard. Useful on platforms such as macOS that +#: do not have the concept of primary selections. You can instead +#: specify a name such as a1 to copy to a private kitty buffer +#: instead. Map a shortcut with the paste_from_buffer action to paste +#: from this private buffer. For example:: + +#: map cmd+shift+v paste_from_buffer a1 + +#: Note that copying to the clipboard is a security risk, as all +#: programs, including websites open in your browser can read the +#: contents of the system clipboard. + +strip_trailing_spaces never + +#: Remove spaces at the end of lines when copying to clipboard. A +#: value of smart will do it when using normal selections, but not +#: rectangle selections. always will always do it. + +rectangle_select_modifiers ctrl+alt + +#: The modifiers to use rectangular selection (i.e. to select text in +#: a rectangular block with the mouse) + +terminal_select_modifiers shift + +#: The modifiers to override mouse selection even when a terminal +#: application has grabbed the mouse + +select_by_word_characters @-./_~?&=%+# + +#: Characters considered part of a word when double clicking. In +#: addition to these characters any character that is marked as an +#: alphanumeric character in the unicode database will be matched. + +click_interval -1.0 + +#: The interval between successive clicks to detect double/triple +#: clicks (in seconds). Negative numbers will use the system default +#: instead, if available, or fallback to 0.5. + +focus_follows_mouse no + +#: Set the active window to the window under the mouse when moving the +#: mouse around + +pointer_shape_when_grabbed arrow + +#: The shape of the mouse pointer when the program running in the +#: terminal grabs the mouse. Valid values are: arrow, beam and hand + +#: }}} + +#: Performance tuning {{{ + +repaint_delay 10 + +#: Delay (in milliseconds) between screen updates. Decreasing it, +#: increases frames-per-second (FPS) at the cost of more CPU usage. +#: The default value yields ~100 FPS which is more than sufficient for +#: most uses. Note that to actually achieve 100 FPS you have to either +#: set sync_to_monitor to no or use a monitor with a high refresh +#: rate. Also, to minimize latency when there is pending input to be +#: processed, repaint_delay is ignored. + +input_delay 3 + +#: Delay (in milliseconds) before input from the program running in +#: the terminal is processed. Note that decreasing it will increase +#: responsiveness, but also increase CPU usage and might cause flicker +#: in full screen programs that redraw the entire screen on each loop, +#: because kitty is so fast that partial screen updates will be drawn. + +sync_to_monitor yes + +#: Sync screen updates to the refresh rate of the monitor. This +#: prevents tearing (https://en.wikipedia.org/wiki/Screen_tearing) +#: when scrolling. However, it limits the rendering speed to the +#: refresh rate of your monitor. With a very high speed mouse/high +#: keyboard repeat rate, you may notice some slight input latency. If +#: so, set this to no. + +#: }}} + +#: Terminal bell {{{ + +enable_audio_bell yes + +#: Enable/disable the audio bell. Useful in environments that require +#: silence. + +visual_bell_duration 0.0 + +#: Visual bell duration. Flash the screen when a bell occurs for the +#: specified number of seconds. Set to zero to disable. + +window_alert_on_bell yes + +#: Request window attention on bell. Makes the dock icon bounce on +#: macOS or the taskbar flash on linux. + +bell_on_tab yes + +#: Show a bell symbol on the tab if a bell occurs in one of the +#: windows in the tab and the window is not the currently focused +#: window + +command_on_bell none + +#: Program to run when a bell occurs. + +#: }}} + +#: Window layout {{{ + +remember_window_size no +initial_window_width 1450 +initial_window_height 850 + +#: If enabled, the window size will be remembered so that new +#: instances of kitty will have the same size as the previous +#: instance. If disabled, the window will initially have size +#: configured by initial_window_width/height, in pixels. You can use a +#: suffix of "c" on the width/height values to have them interpreted +#: as number of cells instead of pixels. + +enabled_layouts * + +#: The enabled window layouts. A comma separated list of layout names. +#: The special value all means all layouts. The first listed layout +#: will be used as the startup layout. Default configuration is all +#: layouts in alphabetical order. For a list of available layouts, see +#: the https://sw.kovidgoyal.net/kitty/index.html#layouts. + +window_resize_step_cells 2 +window_resize_step_lines 2 + +#: The step size (in units of cell width/cell height) to use when +#: resizing windows. The cells value is used for horizontal resizing +#: and the lines value for vertical resizing. + +window_border_width 1.0 + +#: The width (in pts) of window borders. Will be rounded to the +#: nearest number of pixels based on screen resolution. Note that +#: borders are displayed only when more than one window is visible. +#: They are meant to separate multiple windows. + +draw_minimal_borders yes + +#: Draw only the minimum borders needed. This means that only the +#: minimum needed borders for inactive windows are drawn. That is only +#: the borders that separate the inactive window from a neighbor. Note +#: that setting a non-zero window margin overrides this and causes all +#: borders to be drawn. + +window_margin_width 15 + +#: The window margin (in pts) (blank area outside the border). A +#: single value sets all four sides. Two values set the vertical and +#: horizontal sides. Three values set top, horizontal and bottom. Four +#: values set top, right, bottom and left. + +single_window_margin_width -1 + +#: The window margin (in pts) to use when only a single window is +#: visible. Negative values will cause the value of +#: window_margin_width to be used instead. A single value sets all +#: four sides. Two values set the vertical and horizontal sides. Three +#: values set top, horizontal and bottom. Four values set top, right, +#: bottom and left. + +window_padding_width 0 + +#: The window padding (in pts) (blank area between the text and the +#: window border). A single value sets all four sides. Two values set +#: the vertical and horizontal sides. Three values set top, horizontal +#: and bottom. Four values set top, right, bottom and left. + +placement_strategy center + +#: When the window size is not an exact multiple of the cell size, the +#: cell area of the terminal window will have some extra padding on +#: the sides. You can control how that padding is distributed with +#: this option. Using a value of center means the cell area will be +#: placed centrally. A value of top-left means the padding will be on +#: only the bottom and right edges. + +active_border_color #00ff00 + +#: The color for the border of the active window. Set this to none to +#: not draw borders around the active window. + +inactive_border_color #cccccc + +#: The color for the border of inactive windows + +bell_border_color #ff5a00 + +#: The color for the border of inactive windows in which a bell has +#: occurred + +inactive_text_alpha 1.0 + +#: Fade the text in inactive windows by the specified amount (a number +#: between zero and one, with zero being fully faded). + +hide_window_decorations no + +#: Hide the window decorations (title-bar and window borders) with +#: yes. On macOS, titlebar-only can be used to only hide the titlebar. +#: Whether this works and exactly what effect it has depends on the +#: window manager/operating system. + +resize_debounce_time 0.1 + +#: The time (in seconds) to wait before redrawing the screen when a +#: resize event is received. On platforms such as macOS, where the +#: operating system sends events corresponding to the start and end of +#: a resize, this number is ignored. + +resize_draw_strategy static + +#: Choose how kitty draws a window while a resize is in progress. A +#: value of static means draw the current window contents, mostly +#: unchanged. A value of scale means draw the current window contents +#: scaled. A value of blank means draw a blank window. A value of size +#: means show the window size in cells. + +resize_in_steps no + +#: Resize the OS window in steps as large as the cells, instead of +#: with the usual pixel accuracy. Combined with an +#: initial_window_width and initial_window_height in number of cells, +#: this option can be used to keep the margins as small as possible +#: when resizing the OS window. Note that this does not currently work +#: on Wayland. + +#: }}} + +#: Tab bar {{{ + +tab_bar_edge bottom + +#: Which edge to show the tab bar on, top or bottom + +tab_bar_margin_width 0.0 + +#: The margin to the left and right of the tab bar (in pts) + +tab_bar_style fade + +#: The tab bar style, can be one of: fade, separator, powerline, or +#: hidden. In the fade style, each tab's edges fade into the +#: background color, in the separator style, tabs are separated by a +#: configurable separator, and the powerline shows the tabs as a +#: continuous line. + +tab_bar_min_tabs 2 + +#: The minimum number of tabs that must exist before the tab bar is +#: shown + +tab_switch_strategy previous + +#: The algorithm to use when switching to a tab when the current tab +#: is closed. The default of previous will switch to the last used +#: tab. A value of left will switch to the tab to the left of the +#: closed tab. A value of last will switch to the right-most tab. + +tab_fade 0.25 0.5 0.75 1 + +#: Control how each tab fades into the background when using fade for +#: the tab_bar_style. Each number is an alpha (between zero and one) +#: that controls how much the corresponding cell fades into the +#: background, with zero being no fade and one being full fade. You +#: can change the number of cells used by adding/removing entries to +#: this list. + +tab_separator " ┇" + +#: The separator between tabs in the tab bar when using separator as +#: the tab_bar_style. + +tab_title_template "{title}" + +#: A template to render the tab title. The default just renders the +#: title. If you wish to include the tab-index as well, use something +#: like: {index}: {title}. Useful if you have shortcuts mapped for +#: goto_tab N. In addition you can use {layout_name} for the current +#: layout name and {num_windows} for the number of windows in the tab. +#: Note that formatting is done by Python's string formatting +#: machinery, so you can use, for instance, {layout_name[:2].upper()} +#: to show only the first two letters of the layout name, upper-cased. + +active_tab_title_template none + +#: Template to use for active tabs, if not specified falls back to +#: tab_title_template. + +active_tab_foreground #000 +active_tab_background #eee +active_tab_font_style bold-italic +inactive_tab_foreground #444 +inactive_tab_background #999 +inactive_tab_font_style normal + +#: Tab bar colors and styles + +tab_bar_background none + +#: Background color for the tab bar. Defaults to using the terminal +#: background color. + +#: }}} + +#: Color scheme {{{ + +foreground #dddddd +background #000000 + +#: The foreground and background colors + +background_opacity 0.92 + +#: The opacity of the background. A number between 0 and 1, where 1 is +#: opaque and 0 is fully transparent. This will only work if +#: supported by the OS (for instance, when using a compositor under +#: X11). Note that it only sets the background color's opacity in +#: cells that have the same background color as the default terminal +#: background. This is so that things like the status bar in vim, +#: powerline prompts, etc. still look good. But it means that if you +#: use a color theme with a background color in your editor, it will +#: not be rendered as transparent. Instead you should change the +#: default background color in your kitty config and not use a +#: background color in the editor color scheme. Or use the escape +#: codes to set the terminals default colors in a shell script to +#: launch your editor. Be aware that using a value less than 1.0 is a +#: (possibly significant) performance hit. If you want to dynamically +#: change transparency of windows set dynamic_background_opacity to +#: yes (this is off by default as it has a performance cost) + +background_image none + +#: Path to a background image. Must be in PNG format. + +background_image_layout tiled + +#: Whether to tile or scale the background image. + +background_image_linear no + +#: When background image is scaled, whether linear interpolation +#: should be used. + +dynamic_background_opacity no + +#: Allow changing of the background_opacity dynamically, using either +#: keyboard shortcuts (increase_background_opacity and +#: decrease_background_opacity) or the remote control facility. + +background_tint 0.0 + +#: How much to tint the background image by the background color. The +#: tint is applied only under the text area, not margin/borders. Makes +#: it easier to read the text. Tinting is done using the current +#: background color for each window. This setting applies only if +#: background_opacity is set and transparent windows are supported or +#: background_image is set. + +dim_opacity 0.75 + +#: How much to dim text that has the DIM/FAINT attribute set. One +#: means no dimming and zero means fully dimmed (i.e. invisible). + +selection_foreground #000000 + +#: The foreground for text selected with the mouse. A value of none +#: means to leave the color unchanged. + +selection_background #fffacd + +#: The background for text selected with the mouse. + + +#: The 16 terminal colors. There are 8 basic colors, each color has a +#: dull and bright version. You can also set the remaining colors from +#: the 256 color table as color16 to color255. + +color0 #000000 +color8 #767676 + +#: black + +color1 #cc0403 +color9 #f2201f + +#: red + +color2 #19cb00 +color10 #23fd00 + +#: green + +color3 #cecb00 +color11 #fffd00 + +#: yellow + +color4 #0d73cc +color12 #1a8fff + +#: blue + +color5 #cb1ed1 +color13 #fd28ff + +#: magenta + +color6 #0dcdcd +color14 #14ffff + +#: cyan + +color7 #dddddd +color15 #ffffff + +#: white + +mark1_foreground black + +#: Color for marks of type 1 + +mark1_background #98d3cb + +#: Color for marks of type 1 (light steel blue) + +mark2_foreground black + +#: Color for marks of type 2 + +mark2_background #f2dcd3 + +#: Color for marks of type 1 (beige) + +mark3_foreground black + +#: Color for marks of type 3 + +mark3_background #f274bc + +#: Color for marks of type 1 (violet) + +#: }}} + +#: Advanced {{{ + +shell . + +#: The shell program to execute. The default value of . means to use +#: whatever shell is set as the default shell for the current user. +#: Note that on macOS if you change this, you might need to add +#: --login to ensure that the shell starts in interactive mode and +#: reads its startup rc files. + +editor vim + +#: The console editor to use when editing the kitty config file or +#: similar tasks. A value of . means to use the environment variables +#: VISUAL and EDITOR in that order. Note that this environment +#: variable has to be set not just in your shell startup scripts but +#: system-wide, otherwise kitty will not see it. + +close_on_child_death no + +#: Close the window when the child process (shell) exits. If no (the +#: default), the terminal will remain open when the child exits as +#: long as there are still processes outputting to the terminal (for +#: example disowned or backgrounded processes). If yes, the window +#: will close as soon as the child process exits. Note that setting it +#: to yes means that any background processes still using the terminal +#: can fail silently because their stdout/stderr/stdin no longer work. + +allow_remote_control no + +#: Allow other programs to control kitty. If you turn this on other +#: programs can control all aspects of kitty, including sending text +#: to kitty windows, opening new windows, closing windows, reading the +#: content of windows, etc. Note that this even works over ssh +#: connections. You can chose to either allow any program running +#: within kitty to control it, with yes or only programs that connect +#: to the socket specified with the kitty --listen-on command line +#: option, if you use the value socket-only. The latter is useful if +#: you want to prevent programs running on a remote computer over ssh +#: from controlling kitty. + +listen_on none + +#: Tell kitty to listen to the specified unix/tcp socket for remote +#: control connections. Note that this will apply to all kitty +#: instances. It can be overridden by the kitty --listen-on command +#: line flag. This option accepts only UNIX sockets, such as +#: unix:${TEMP}/mykitty or (on Linux) unix:@mykitty. Environment +#: variables are expanded. If {kitty_pid} is present then it is +#: replaced by the PID of the kitty process, otherwise the PID of the +#: kitty process is appended to the value, with a hyphen. This option +#: is ignored unless you also set allow_remote_control to enable +#: remote control. See the help for kitty --listen-on for more +#: details. + +# env + +#: Specify environment variables to set in all child processes. Note +#: that environment variables are expanded recursively, so if you +#: use:: + +#: env MYVAR1=a +#: env MYVAR2=${MYVAR1}/${HOME}/b + +#: The value of MYVAR2 will be a//b. + +update_check_interval 0 + +#: Periodically check if an update to kitty is available. If an update +#: is found a system notification is displayed informing you of the +#: available update. The default is to check every 24 hrs, set to zero +#: to disable. + +startup_session none + +#: Path to a session file to use for all kitty instances. Can be +#: overridden by using the kitty --session command line option for +#: individual instances. See +#: https://sw.kovidgoyal.net/kitty/index.html#sessions in the kitty +#: documentation for details. Note that relative paths are interpreted +#: with respect to the kitty config directory. Environment variables +#: in the path are expanded. + +clipboard_control write-clipboard write-primary + +#: Allow programs running in kitty to read and write from the +#: clipboard. You can control exactly which actions are allowed. The +#: set of possible actions is: write-clipboard read-clipboard write- +#: primary read-primary. You can additionally specify no-append to +#: disable kitty's protocol extension for clipboard concatenation. The +#: default is to allow writing to the clipboard and primary selection +#: with concatenation enabled. Note that enabling the read +#: functionality is a security risk as it means that any program, even +#: one running on a remote server via SSH can read your clipboard. + +term xterm-kitty + +#: The value of the TERM environment variable to set. Changing this +#: can break many terminal programs, only change it if you know what +#: you are doing, not because you read some advice on Stack Overflow +#: to change it. The TERM variable is used by various programs to get +#: information about the capabilities and behavior of the terminal. If +#: you change it, depending on what programs you run, and how +#: different the terminal you are changing it to is, various things +#: from key-presses, to colors, to various advanced features may not +#: work. + +#: }}} + +#: OS specific tweaks {{{ + +macos_titlebar_color system + +#: Change the color of the kitty window's titlebar on macOS. A value +#: of system means to use the default system color, a value of +#: background means to use the background color of the currently +#: active window and finally you can use an arbitrary color, such as +#: #12af59 or red. WARNING: This option works by using a hack, as +#: there is no proper Cocoa API for it. It sets the background color +#: of the entire window and makes the titlebar transparent. As such it +#: is incompatible with background_opacity. If you want to use both, +#: you are probably better off just hiding the titlebar with +#: hide_window_decorations. + +macos_option_as_alt no + +#: Use the option key as an alt key. With this set to no, kitty will +#: use the macOS native Option+Key = unicode character behavior. This +#: will break any Alt+key keyboard shortcuts in your terminal +#: programs, but you can use the macOS unicode input technique. You +#: can use the values: left, right, or both to use only the left, +#: right or both Option keys as Alt, instead. + +macos_hide_from_tasks no + +#: Hide the kitty window from running tasks (Option+Tab) on macOS. + +macos_quit_when_last_window_closed no + +#: Have kitty quit when all the top-level windows are closed. By +#: default, kitty will stay running, even with no open windows, as is +#: the expected behavior on macOS. + +macos_window_resizable yes + +#: Disable this if you want kitty top-level (OS) windows to not be +#: resizable on macOS. + +macos_thicken_font 0 + +#: Draw an extra border around the font with the given width, to +#: increase legibility at small font sizes. For example, a value of +#: 0.75 will result in rendering that looks similar to sub-pixel +#: antialiasing at common font sizes. + +macos_traditional_fullscreen no + +#: Use the traditional full-screen transition, that is faster, but +#: less pretty. + +macos_show_window_title_in all + +#: Show or hide the window title in the macOS window or menu-bar. A +#: value of window will show the title of the currently active window +#: at the top of the macOS window. A value of menubar will show the +#: title of the currently active window in the macOS menu-bar, making +#: use of otherwise wasted space. all will show the title everywhere +#: and none hides the title in the window and the menu-bar. + +macos_custom_beam_cursor no + +#: Enable/disable custom mouse cursor for macOS that is easier to see +#: on both light and dark backgrounds. WARNING: this might make your +#: mouse cursor invisible on dual GPU machines. + +linux_display_server auto + +#: Choose between Wayland and X11 backends. By default, an appropriate +#: backend based on the system state is chosen automatically. Set it +#: to x11 or wayland to force the choice. + +#: }}} + +#: Keyboard shortcuts {{{ + +#: For a list of key names, see: the GLFW key macros +#: . +#: The name to use is the part after the GLFW_KEY_ prefix. For a list +#: of modifier names, see: GLFW mods +#: + +#: On Linux you can also use XKB key names to bind keys that are not +#: supported by GLFW. See XKB keys +#: for a list of key names. The name to use is the part +#: after the XKB_KEY_ prefix. Note that you can only use an XKB key +#: name for keys that are not known as GLFW keys. + +#: Finally, you can use raw system key codes to map keys, again only +#: for keys that are not known as GLFW keys. To see the system key +#: code for a key, start kitty with the kitty --debug-keyboard option. +#: Then kitty will output some debug text for every key event. In that +#: text look for ``native_code`` the value of that becomes the key +#: name in the shortcut. For example: + +#: .. code-block:: none + +#: on_key_input: glfw key: 65 native_code: 0x61 action: PRESS mods: 0x0 text: 'a' + +#: Here, the key name for the A key is 0x61 and you can use it with:: + +#: map ctrl+0x61 something + +#: to map ctrl+a to something. + +#: You can use the special action no_op to unmap a keyboard shortcut +#: that is assigned in the default configuration:: + +#: map kitty_mod+space no_op + +#: You can combine multiple actions to be triggered by a single +#: shortcut, using the syntax below:: + +#: map key combine action1 action2 action3 ... + +#: For example:: + +#: map kitty_mod+e combine : new_window : next_layout + +#: this will create a new window and switch to the next available +#: layout + +#: You can use multi-key shortcuts using the syntax shown below:: + +#: map key1>key2>key3 action + +#: For example:: + +#: map ctrl+f>2 set_font_size 20 + +kitty_mod ctrl+shift + +#: The value of kitty_mod is used as the modifier for all default +#: shortcuts, you can change it in your kitty.conf to change the +#: modifiers for all the default shortcuts. + +clear_all_shortcuts no + +#: You can have kitty remove all shortcut definition seen up to this +#: point. Useful, for instance, to remove the default shortcuts. + +# kitten_alias hints hints --hints-offset=0 + +#: You can create aliases for kitten names, this allows overriding the +#: defaults for kitten options and can also be used to shorten +#: repeated mappings of the same kitten with a specific group of +#: options. For example, the above alias changes the default value of +#: kitty +kitten hints --hints-offset to zero for all mappings, +#: including the builtin ones. + +#: Clipboard {{{ + +map kitty_mod+c copy_to_clipboard + +#: There is also a copy_or_interrupt action that can be optionally +#: mapped to Ctrl+c. It will copy only if there is a selection and +#: send an interrupt otherwise. Similarly, copy_and_clear_or_interrupt +#: will copy and clear the selection or send an interrupt if there is +#: no selection. + +map kitty_mod+v paste_from_clipboard +map kitty_mod+s paste_from_selection +map shift+insert paste_from_selection +map kitty_mod+o pass_selection_to_program + +#: You can also pass the contents of the current selection to any +#: program using pass_selection_to_program. By default, the system's +#: open program is used, but you can specify your own, the selection +#: will be passed as a command line argument to the program, for +#: example:: + +#: map kitty_mod+o pass_selection_to_program firefox + +#: You can pass the current selection to a terminal program running in +#: a new kitty window, by using the @selection placeholder:: + +#: map kitty_mod+y new_window less @selection + +#: }}} + +#: Scrolling {{{ + +map kitty_mod+up scroll_line_up +map kitty_mod+k scroll_line_up +map kitty_mod+down scroll_line_down +map kitty_mod+j scroll_line_down +map kitty_mod+page_up scroll_page_up +map kitty_mod+page_down scroll_page_down +map kitty_mod+home scroll_home +map kitty_mod+end scroll_end +map kitty_mod+h show_scrollback + +#: You can pipe the contents of the current screen + history buffer as +#: STDIN to an arbitrary program using the ``launch`` function. For +#: example, the following opens the scrollback buffer in less in an +#: overlay window:: + +#: map f1 launch --stdin-source=@screen_scrollback --stdin-add-formatting --type=overlay less +G -R + +#: For more details on piping screen and buffer contents to external +#: programs, see launch. + +#: }}} + +#: Window management {{{ + +map kitty_mod+enter new_window + +#: You can open a new window running an arbitrary program, for +#: example:: + +#: map kitty_mod+y launch mutt + +#: You can open a new window with the current working directory set to +#: the working directory of the current window using:: + +#: map ctrl+alt+enter launch --cwd=current + +#: You can open a new window that is allowed to control kitty via the +#: kitty remote control facility by prefixing the command line with @. +#: Any programs running in that window will be allowed to control +#: kitty. For example:: + +#: map ctrl+enter launch --allow-remote-control some_program + +#: You can open a new window next to the currently active window or as +#: the first window, with:: + +#: map ctrl+n launch --location=neighbor some_program +#: map ctrl+f launch --location=first some_program + +#: For more details, see launch. + +map kitty_mod+n new_os_window + +#: Works like new_window above, except that it opens a top level OS +#: kitty window. In particular you can use new_os_window_with_cwd to +#: open a window with the current working directory. + +map kitty_mod+w close_window +map kitty_mod+] next_window +map kitty_mod+[ previous_window +map kitty_mod+f move_window_forward +map kitty_mod+b move_window_backward +map kitty_mod+` move_window_to_top +map kitty_mod+r start_resizing_window +map kitty_mod+1 first_window +map kitty_mod+2 second_window +map kitty_mod+3 third_window +map kitty_mod+4 fourth_window +map kitty_mod+5 fifth_window +map kitty_mod+6 sixth_window +map kitty_mod+7 seventh_window +map kitty_mod+8 eighth_window +map kitty_mod+9 ninth_window +map kitty_mod+0 tenth_window +#: }}} + +#: Tab management {{{ + +map kitty_mod+right next_tab +map kitty_mod+left previous_tab +map kitty_mod+t new_tab +map kitty_mod+q close_tab +map kitty_mod+. move_tab_forward +map kitty_mod+, move_tab_backward +map kitty_mod+alt+t set_tab_title + +#: You can also create shortcuts to go to specific tabs, with 1 being +#: the first tab, 2 the second tab and -1 being the previously active +#: tab, and any number larger than the last tab being the last tab:: + +#: map ctrl+alt+1 goto_tab 1 +#: map ctrl+alt+2 goto_tab 2 + +#: Just as with new_window above, you can also pass the name of +#: arbitrary commands to run when using new_tab and use +#: new_tab_with_cwd. Finally, if you want the new tab to open next to +#: the current tab rather than at the end of the tabs list, use:: + +#: map ctrl+t new_tab !neighbor [optional cmd to run] +#: }}} + +#: Layout management {{{ + +map kitty_mod+l next_layout + +#: You can also create shortcuts to switch to specific layouts:: + +#: map ctrl+alt+t goto_layout tall +#: map ctrl+alt+s goto_layout stack + +#: Similarly, to switch back to the previous layout:: + +#: map ctrl+alt+p last_used_layout +#: }}} + +#: Font sizes {{{ + +#: You can change the font size for all top-level kitty OS windows at +#: a time or only the current one. + +map kitty_mod+equal change_font_size all +2.0 +map kitty_mod+minus change_font_size all -2.0 +map kitty_mod+backspace change_font_size all 0 + +#: To setup shortcuts for specific font sizes:: + +#: map kitty_mod+f6 change_font_size all 10.0 + +#: To setup shortcuts to change only the current OS window's font +#: size:: + +#: map kitty_mod+f6 change_font_size current 10.0 +#: }}} + +#: Select and act on visible text {{{ + +#: Use the hints kitten to select text and either pass it to an +#: external program or insert it into the terminal or copy it to the +#: clipboard. + +map kitty_mod+e kitten hints + +#: Open a currently visible URL using the keyboard. The program used +#: to open the URL is specified in open_url_with. + +map kitty_mod+p>f kitten hints --type path --program - + +#: Select a path/filename and insert it into the terminal. Useful, for +#: instance to run git commands on a filename output from a previous +#: git command. + +map kitty_mod+p>shift+f kitten hints --type path + +#: Select a path/filename and open it with the default open program. + +map kitty_mod+p>l kitten hints --type line --program - + +#: Select a line of text and insert it into the terminal. Use for the +#: output of things like: ls -1 + +map kitty_mod+p>w kitten hints --type word --program - + +#: Select words and insert into terminal. + +map kitty_mod+p>h kitten hints --type hash --program - + +#: Select something that looks like a hash and insert it into the +#: terminal. Useful with git, which uses sha1 hashes to identify +#: commits + +map kitty_mod+p>n kitten hints --type linenum + +#: Select something that looks like filename:linenum and open it in +#: vim at the specified line number. + + +#: The hints kitten has many more modes of operation that you can map +#: to different shortcuts. For a full description see kittens/hints. +#: }}} + +#: Miscellaneous {{{ + +map kitty_mod+f11 toggle_fullscreen +map kitty_mod+f10 toggle_maximized +map kitty_mod+u kitten unicode_input +map kitty_mod+f2 edit_config_file +map kitty_mod+escape kitty_shell window + +#: Open the kitty shell in a new window/tab/overlay/os_window to +#: control kitty using commands. + +map kitty_mod+a>m set_background_opacity +0.1 +map kitty_mod+a>l set_background_opacity -0.1 +map kitty_mod+a>1 set_background_opacity 1 +map kitty_mod+a>d set_background_opacity default +map kitty_mod+delete clear_terminal reset active + +#: You can create shortcuts to clear/reset the terminal. For example:: + +#: # Reset the terminal +#: map kitty_mod+f9 clear_terminal reset active +#: # Clear the terminal screen by erasing all contents +#: map kitty_mod+f10 clear_terminal clear active +#: # Clear the terminal scrollback by erasing it +#: map kitty_mod+f11 clear_terminal scrollback active +#: # Scroll the contents of the screen into the scrollback +#: map kitty_mod+f12 clear_terminal scroll active + +#: If you want to operate on all windows instead of just the current +#: one, use all instead of active. + +#: It is also possible to remap Ctrl+L to both scroll the current +#: screen contents into the scrollback buffer and clear the screen, +#: instead of just clearing the screen:: + +#: map ctrl+l combine : clear_terminal scroll active : send_text normal,application \x0c + + +#: You can tell kitty to send arbitrary (UTF-8) encoded text to the +#: client program when pressing specified shortcut keys. For example:: + +#: map ctrl+alt+a send_text all Special text + +#: This will send "Special text" when you press the ctrl+alt+a key +#: combination. The text to be sent is a python string literal so you +#: can use escapes like \x1b to send control codes or \u21fb to send +#: unicode characters (or you can just input the unicode characters +#: directly as UTF-8 text). The first argument to send_text is the +#: keyboard modes in which to activate the shortcut. The possible +#: values are normal or application or kitty or a comma separated +#: combination of them. The special keyword all means all modes. The +#: modes normal and application refer to the DECCKM cursor key mode +#: for terminals, and kitty refers to the special kitty extended +#: keyboard protocol. + +#: Another example, that outputs a word and then moves the cursor to +#: the start of the line (same as pressing the Home key):: + +#: map ctrl+alt+a send_text normal Word\x1b[H +#: map ctrl+alt+a send_text application Word\x1bOH + +#: }}} + + +# }}} + +include ~/.cache/wal/colors-kitty.conf + + diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf new file mode 100644 index 0000000..da0e4f5 --- /dev/null +++ b/.config/neofetch/config.conf @@ -0,0 +1,856 @@ +# See this wiki page for more info: +# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info +print_info() { + + prin + + info title + #info underline + + prin + + info "OS" distro + info "Host" model + #info "Kernel" kernel + #info "Uptime" uptime + info "Packages" packages + info "Shell" shell + info "Resolution" resolution + info "DE" de + info "WM" wm + info "WM Theme" wm_theme + #info "Theme" theme + #info "Icons" icons + info "Terminal" term + info "Terminal Font" term_font + info "CPU" cpu + #info "GPU" gpu + info "Memory" memory + + # info "GPU Driver" gpu_driver # Linux/macOS only + # info "CPU Usage" cpu_usage + # info "Disk" disk + # info "Battery" battery + # info "Font" font + # info "Song" song + # [[ "$player" ]] && prin "Music Player" "$player" + # info "Local IP" local_ip + # info "Public IP" public_ip + # info "Users" users + # info "Locale" locale # This only works on glibc systems. + + prin + + info cols +} + +# Title + + +# Hide/Show Fully qualified domain name. +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --title_fqdn +title_fqdn="off" + + +# Kernel + + +# Shorten the output of the kernel function. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --kernel_shorthand +# Supports: Everything except *BSDs (except PacBSD and PC-BSD) +# +# Example: +# on: '4.8.9-1-ARCH' +# off: 'Linux 4.8.9-1-ARCH' +kernel_shorthand="on" + + +# Distro + + +# Shorten the output of the distro function +# +# Default: 'off' +# Values: 'on', 'tiny', 'off' +# Flag: --distro_shorthand +# Supports: Everything except Windows and Haiku +distro_shorthand="off" + +# Show/Hide OS Architecture. +# Show 'x86_64', 'x86' and etc in 'Distro:' output. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --os_arch +# +# Example: +# on: 'Arch Linux x86_64' +# off: 'Arch Linux' +os_arch="on" + + +# Uptime + + +# Shorten the output of the uptime function +# +# Default: 'on' +# Values: 'on', 'tiny', 'off' +# Flag: --uptime_shorthand +# +# Example: +# on: '2 days, 10 hours, 3 mins' +# tiny: '2d 10h 3m' +# off: '2 days, 10 hours, 3 minutes' +uptime_shorthand="on" + + +# Memory + + +# Show memory pecentage in output. +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --memory_percent +# +# Example: +# on: '1801MiB / 7881MiB (22%)' +# off: '1801MiB / 7881MiB' +memory_percent="off" + + +# Packages + + +# Show/Hide Package Manager names. +# +# Default: 'tiny' +# Values: 'on', 'tiny' 'off' +# Flag: --package_managers +# +# Example: +# on: '998 (pacman), 8 (flatpak), 4 (snap)' +# tiny: '908 (pacman, flatpak, snap)' +# off: '908' +package_managers="on" + + +# Shell + + +# Show the path to $SHELL +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --shell_path +# +# Example: +# on: '/bin/bash' +# off: 'bash' +shell_path="off" + +# Show $SHELL version +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --shell_version +# +# Example: +# on: 'bash 4.4.5' +# off: 'bash' +shell_version="on" + + +# CPU + + +# CPU speed type +# +# Default: 'bios_limit' +# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'. +# Flag: --speed_type +# Supports: Linux with 'cpufreq' +# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value. +speed_type="bios_limit" + +# CPU speed shorthand +# +# Default: 'off' +# Values: 'on', 'off'. +# Flag: --speed_shorthand +# NOTE: This flag is not supported in systems with CPU speed less than 1 GHz +# +# Example: +# on: 'i7-6500U (4) @ 3.1GHz' +# off: 'i7-6500U (4) @ 3.100GHz' +speed_shorthand="off" + +# Enable/Disable CPU brand in output. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --cpu_brand +# +# Example: +# on: 'Intel i7-6500U' +# off: 'i7-6500U (4)' +cpu_brand="on" + +# CPU Speed +# Hide/Show CPU speed. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --cpu_speed +# +# Example: +# on: 'Intel i7-6500U (4) @ 3.1GHz' +# off: 'Intel i7-6500U (4)' +cpu_speed="on" + +# CPU Cores +# Display CPU cores in output +# +# Default: 'logical' +# Values: 'logical', 'physical', 'off' +# Flag: --cpu_cores +# Support: 'physical' doesn't work on BSD. +# +# Example: +# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores) +# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores) +# off: 'Intel i7-6500U @ 3.1GHz' +cpu_cores="logical" + +# CPU Temperature +# Hide/Show CPU temperature. +# Note the temperature is added to the regular CPU function. +# +# Default: 'off' +# Values: 'C', 'F', 'off' +# Flag: --cpu_temp +# Supports: Linux, BSD +# NOTE: For FreeBSD and NetBSD-based systems, you'll need to enable +# coretemp kernel module. This only supports newer Intel processors. +# +# Example: +# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' +# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' +# off: 'Intel i7-6500U (4) @ 3.1GHz' +cpu_temp="off" + + +# GPU + + +# Enable/Disable GPU Brand +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gpu_brand +# +# Example: +# on: 'AMD HD 7950' +# off: 'HD 7950' +gpu_brand="on" + +# Which GPU to display +# +# Default: 'all' +# Values: 'all', 'dedicated', 'integrated' +# Flag: --gpu_type +# Supports: Linux +# +# Example: +# all: +# GPU1: AMD HD 7950 +# GPU2: Intel Integrated Graphics +# +# dedicated: +# GPU1: AMD HD 7950 +# +# integrated: +# GPU1: Intel Integrated Graphics +gpu_type="all" + + +# Resolution + + +# Display refresh rate next to each monitor +# Default: 'off' +# Values: 'on', 'off' +# Flag: --refresh_rate +# Supports: Doesn't work on Windows. +# +# Example: +# on: '1920x1080 @ 60Hz' +# off: '1920x1080' +refresh_rate="off" + + +# Gtk Theme / Icons / Font + + +# Shorten output of GTK Theme / Icons / Font +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --gtk_shorthand +# +# Example: +# on: 'Numix, Adwaita' +# off: 'Numix [GTK2], Adwaita [GTK3]' +gtk_shorthand="off" + + +# Enable/Disable gtk2 Theme / Icons / Font +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gtk2 +# +# Example: +# on: 'Numix [GTK2], Adwaita [GTK3]' +# off: 'Adwaita [GTK3]' +gtk2="on" + +# Enable/Disable gtk3 Theme / Icons / Font +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gtk3 +# +# Example: +# on: 'Numix [GTK2], Adwaita [GTK3]' +# off: 'Numix [GTK2]' +gtk3="on" + + +# IP Address + + +# Website to ping for the public IP +# +# Default: 'http://ident.me' +# Values: 'url' +# Flag: --ip_host +public_ip_host="http://ident.me" + +# Public IP timeout. +# +# Default: '2' +# Values: 'int' +# Flag: --ip_timeout +public_ip_timeout=2 + + +# Desktop Environment + + +# Show Desktop Environment version +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --de_version +de_version="off" + + +# Disk + + +# Which disks to display. +# The values can be any /dev/sdXX, mount point or directory. +# NOTE: By default we only show the disk info for '/'. +# +# Default: '/' +# Values: '/', '/dev/sdXX', '/path/to/drive'. +# Flag: --disk_show +# +# Example: +# disk_show=('/' '/dev/sdb1'): +# 'Disk (/): 74G / 118G (66%)' +# 'Disk (/mnt/Videos): 823G / 893G (93%)' +# +# disk_show=('/'): +# 'Disk (/): 74G / 118G (66%)' +# +disk_show=('/') + +# Disk subtitle. +# What to append to the Disk subtitle. +# +# Default: 'mount' +# Values: 'mount', 'name', 'dir', 'none' +# Flag: --disk_subtitle +# +# Example: +# name: 'Disk (/dev/sda1): 74G / 118G (66%)' +# 'Disk (/dev/sdb2): 74G / 118G (66%)' +# +# mount: 'Disk (/): 74G / 118G (66%)' +# 'Disk (/mnt/Local Disk): 74G / 118G (66%)' +# 'Disk (/mnt/Videos): 74G / 118G (66%)' +# +# dir: 'Disk (/): 74G / 118G (66%)' +# 'Disk (Local Disk): 74G / 118G (66%)' +# 'Disk (Videos): 74G / 118G (66%)' +# +# none: 'Disk: 74G / 118G (66%)' +# 'Disk: 74G / 118G (66%)' +# 'Disk: 74G / 118G (66%)' +disk_subtitle="mount" + +# Disk percent. +# Show/Hide disk percent. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --disk_percent +# +# Example: +# on: 'Disk (/): 74G / 118G (66%)' +# off: 'Disk (/): 74G / 118G' +disk_percent="on" + + +# Song + + +# Manually specify a music player. +# +# Default: 'auto' +# Values: 'auto', 'player-name' +# Flag: --music_player +# +# Available values for 'player-name': +# +# amarok +# audacious +# banshee +# bluemindo +# clementine +# cmus +# deadbeef +# deepin-music +# dragon +# elisa +# exaile +# gnome-music +# gmusicbrowser +# gogglesmm +# guayadeque +# io.elementary.music +# iTunes +# juk +# lollypop +# mocp +# mopidy +# mpd +# muine +# netease-cloud-music +# pogo +# pragha +# qmmp +# quodlibet +# rhythmbox +# sayonara +# smplayer +# spotify +# strawberry +# tomahawk +# vlc +# xmms2d +# xnoise +# yarock +music_player="auto" + +# Format to display song information. +# +# Default: '%artist% - %album% - %title%' +# Values: '%artist%', '%album%', '%title%' +# Flag: --song_format +# +# Example: +# default: 'Song: Jet - Get Born - Sgt Major' +song_format="%artist% - %album% - %title%" + +# Print the Artist, Album and Title on separate lines +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --song_shorthand +# +# Example: +# on: 'Artist: The Fratellis' +# 'Album: Costello Music' +# 'Song: Chelsea Dagger' +# +# off: 'Song: The Fratellis - Costello Music - Chelsea Dagger' +song_shorthand="off" + +# 'mpc' arguments (specify a host, password etc). +# +# Default: '' +# Example: mpc_args=(-h HOST -P PASSWORD) +mpc_args=() + + +# Text Colors + + +# Text Colors +# +# Default: 'distro' +# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' +# Flag: --colors +# +# Each number represents a different part of the text in +# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info' +# +# Example: +# colors=(distro) - Text is colored based on Distro colors. +# colors=(4 6 1 8 8 6) - Text is colored in the order above. +colors=(distro) + + +# Text Options + + +# Toggle bold text +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --bold +bold="on" + +# Enable/Disable Underline +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --underline +underline_enabled="on" + +# Underline character +# +# Default: '-' +# Values: 'string' +# Flag: --underline_char +underline_char="-" + + +# Info Separator +# Replace the default separator with the specified string. +# +# Default: ':' +# Flag: --separator +# +# Example: +# separator="->": 'Shell-> bash' +# separator=" =": 'WM = dwm' +separator=":" + + +# Color Blocks + + +# Color block range +# The range of colors to print. +# +# Default: '0', '15' +# Values: 'num' +# Flag: --block_range +# +# Example: +# +# Display colors 0-7 in the blocks. (8 colors) +# neofetch --block_range 0 7 +# +# Display colors 0-15 in the blocks. (16 colors) +# neofetch --block_range 0 15 +block_range=(0 15) + +# Toggle color blocks +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --color_blocks +color_blocks="on" + +# Color block width in spaces +# +# Default: '3' +# Values: 'num' +# Flag: --block_width +block_width=3 + +# Color block height in lines +# +# Default: '1' +# Values: 'num' +# Flag: --block_height +block_height=1 + +# Color Alignment +# +# Default: 'auto' +# Values: 'auto', 'num' +# Flag: --col_offset +# +# Number specifies how far from the left side of the terminal (in spaces) to +# begin printing the columns, in case you want to e.g. center them under your +# text. +# Example: +# col_offset="auto" - Default behavior of neofetch +# col_offset=7 - Leave 7 spaces then print the colors +col_offset="auto" + +# Progress Bars + + +# Bar characters +# +# Default: '-', '=' +# Values: 'string', 'string' +# Flag: --bar_char +# +# Example: +# neofetch --bar_char 'elapsed' 'total' +# neofetch --bar_char '-' '=' +bar_char_elapsed="-" +bar_char_total="=" + +# Toggle Bar border +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --bar_border +bar_border="on" + +# Progress bar length in spaces +# Number of chars long to make the progress bars. +# +# Default: '15' +# Values: 'num' +# Flag: --bar_length +bar_length=15 + +# Progress bar colors +# When set to distro, uses your distro's logo colors. +# +# Default: 'distro', 'distro' +# Values: 'distro', 'num' +# Flag: --bar_colors +# +# Example: +# neofetch --bar_colors 3 4 +# neofetch --bar_colors distro 5 +bar_color_elapsed="distro" +bar_color_total="distro" + + +# Info display +# Display a bar with the info. +# +# Default: 'off' +# Values: 'bar', 'infobar', 'barinfo', 'off' +# Flags: --cpu_display +# --memory_display +# --battery_display +# --disk_display +# +# Example: +# bar: '[---=======]' +# infobar: 'info [---=======]' +# barinfo: '[---=======] info' +# off: 'info' +cpu_display="off" +memory_display="off" +battery_display="off" +disk_display="off" + + +# Backend Settings + + +# Image backend. +# +# Default: 'ascii' +# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', +# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' +# Flag: --backend +image_backend="ascii" + +# Image Source +# +# Which image or ascii file to display. +# +# Default: 'auto' +# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' +# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")' +# Flag: --source +# +# NOTE: 'auto' will pick the best image source for whatever image backend is used. +# In ascii mode, distro ascii art will be used and in an image mode, your +# wallpaper will be used. +image_source="auto" + + +# Ascii Options + + +# Ascii distro +# Which distro's ascii art to display. +# +# Default: 'auto' +# Values: 'auto', 'distro_name' +# Flag: --ascii_distro +# NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, AOSC, +# Apricity, ArcoLinux, ArchBox, ARCHlabs, ArchStrike, +# XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig, +# BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD, +# BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, +# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, +# Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin, +# DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary, +# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD, +# FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo, +# gNewSense, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, +# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, +# Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite, +# LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, +# Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib, +# Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner, +# NuTyX, OBRevenge, OpenBSD, OpenIndiana, OpenMandriva, +# OpenWrt, osmc, Oracle, PacBSD, Parabola, Pardus, Parrot, +# Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus, +# PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian, +# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, +# Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor, +# SharkLinux, Siduction, Slackware, SliTaz, SmartOS, Solus, +# Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, +# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel, +# Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio, Ubuntu, +# Void, Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX +# have ascii logos +# NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants. +# Use '{distro name}_old' to use the old logos. +# NOTE: Ubuntu has flavor variants. +# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME, +# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors. +# NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, +# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, +# Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, +# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, +# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, +# postmarketOS, and Void have a smaller logo variant. +# Use '{distro name}_small' to use the small variants. +ascii_distro="auto" + +# Ascii Colors +# +# Default: 'distro' +# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' +# Flag: --ascii_colors +# +# Example: +# ascii_colors=(distro) - Ascii is colored based on Distro colors. +# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. +ascii_colors=(distro) + +# Bold ascii logo +# Whether or not to bold the ascii logo. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --ascii_bold +ascii_bold="on" + + +# Image Options + + +# Image loop +# Setting this to on will make neofetch redraw the image constantly until +# Ctrl+C is pressed. This fixes display issues in some terminal emulators. +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --loop +image_loop="off" + +# Thumbnail directory +# +# Default: '~/.cache/thumbnails/neofetch' +# Values: 'dir' +thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" + +# Crop mode +# +# Default: 'normal' +# Values: 'normal', 'fit', 'fill' +# Flag: --crop_mode +# +# See this wiki page to learn about the fit and fill options. +# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F +crop_mode="normal" + +# Crop offset +# Note: Only affects 'normal' crop mode. +# +# Default: 'center' +# Values: 'northwest', 'north', 'northeast', 'west', 'center' +# 'east', 'southwest', 'south', 'southeast' +# Flag: --crop_offset +crop_offset="center" + +# Image size +# The image is half the terminal width by default. +# +# Default: 'auto' +# Values: 'auto', '00px', '00%', 'none' +# Flags: --image_size +# --size +image_size="auto" + +# Gap between image and text +# +# Default: '3' +# Values: 'num', '-num' +# Flag: --gap +gap=3 + +# Image offsets +# Only works with the w3m backend. +# +# Default: '0' +# Values: 'px' +# Flags: --xoffset +# --yoffset +yoffset=0 +xoffset=0 + +# Image background color +# Only works with the w3m backend. +# +# Default: '' +# Values: 'color', 'blue' +# Flag: --bg_color +background_color= + + +# Misc Options + +# Stdout mode +# Turn off all colors and disables image backend (ASCII/Image). +# Useful for piping into another command. +# Default: 'off' +# Values: 'on', 'off' +stdout="off" diff --git a/.config/picom.conf b/.config/picom.conf new file mode 100644 index 0000000..e9379ba --- /dev/null +++ b/.config/picom.conf @@ -0,0 +1,98 @@ +# Shadow +shadow = true; +shadow-radius = 7; +shadow-offset-x = -7; +shadow-offset-y = -7; +log-level = "warn"; +# log-file = "/path/to/your/log/file"; +# shadow-opacity = 0.7; +# shadow-red = 0.0; +# shadow-green = 0.0; +# shadow-blue = 0.0; +shadow-exclude = [ + "name = 'Notification'", + "class_g = 'Conky'", + "class_g ?= 'Notify-osd'", + "class_g = 'Cairo-clock'", + "_GTK_FRAME_EXTENTS@:c" +]; +# shadow-exclude = "n:e:Notification"; +# shadow-exclude-reg = "x10+0+0"; +# xinerama-shadow-crop = true; + +# Opacity +inactive-opacity = 0.95; +# active-opacity = 0.8; +frame-opacity = 0.95; +inactive-opacity-override = false; +# inactive-dim = 0.2; +# inactive-dim-fixed = true; +blur-background = true; +# blur-background-frame = true; +# blur-kern = "3x3gaussian"; +# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; +# blur-background-fixed = true; +blur-background-exclude = [ + "window_type = 'dock'", + "window_type = 'desktop'", + "_GTK_FRAME_EXTENTS@:c" +]; + +blur: +{ + method = "kernel"; + size = 10; + deviation = 5.0; +}; + +opacity-rule = [ + "100:class_g = 'vlc'", + "100:class_g = 'YACReader'", + "100:class_g = 'Zathura'", + "100:class_g = 'evince'", + "100:class_g = 'Gnome-mpv'" +]; + +# Fading +fading = true; +# fade-delta = 30; +fade-in-step = 0.10; +fade-out-step = 0.10; +# no-fading-openclose = true; +# no-fading-destroyed-argb = true; +fade-exclude = [ ]; + +# Other +backend = "glx"; +mark-wmwin-focused = true; +mark-ovredir-focused = true; +# use-ewmh-active-win = true; +detect-rounded-corners = true; +detect-client-opacity = true; +refresh-rate = 0; +vsync = true; +# sw-opti = true; +# unredir-if-possible = true; +# unredir-if-possible-delay = 5000; +# unredir-if-possible-exclude = [ ]; +focus-exclude = [ "class_g = 'Cairo-clock'" ]; +detect-transient = true; +detect-client-leader = true; +invert-color-include = [ ]; +# resize-damage = 1; + +# GLX backend +#glx-no-stencil = true; +#glx-no-rebind-pixmap = true; +# xrender-sync-fence = true; +use-damage = false; + +# Window type settings +wintypes: +{ + tooltip = { fade = true; shadow = true; opacity = 0.95; focus = true; full-shadow = false; }; + dock = { shadow = false; } + dnd = { shadow = false; } + popup_menu = { opacity = 0.95; } + dropdown_menu = { opacity = 0.95; } +}; diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini new file mode 100644 index 0000000..8f5dd0c --- /dev/null +++ b/.config/polybar/config.ini @@ -0,0 +1,281 @@ +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ +;; +;; ____ __ __ +;; / __ \____ / /_ __/ /_ ____ ______ +;; / /_/ / __ \/ / / / / __ \/ __ `/ ___/ +;; / ____/ /_/ / / /_/ / /_/ / /_/ / / +;; /_/ \____/_/\__, /_.___/\__,_/_/ +;; /____/ +;; +;; Created By Aditya Shakya @adi1090x +;; +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +;[color] + +;bg = #1F1F1F +;fg = #FFFFFF +;fg-alt = #A9ABB0 + +;acolor = #00897b +;curgent = #e53935 +;coccupied = #1e88e5 + +;## Material Colors + +;red = #e53935 +;pink = #d81b60 +;purple = #8e24aa +;deep-purple = #5e35b1 +;indigo = #3949ab +;blue = #1e88e5 +;light-blue = #039be5 +;cyan = #00acc1 +;teal = #00897b +;green = #43a047 +;light-green = #7cb342 +;lime = #c0ca33 +;yellow = #fdd835 +;amber = #ffb300 +;orange = #fb8c00 +;deep-orange = #f4511e +;brown = #6d4c41 +;grey = #757575 +;blue-gray = #546e7a + +[color] + +bg = ${xrdb:color0:#222} +fg = ${xrdb:color7:#222} +fg-alt = ${xrdb:color7:#222} +coccupied = ${xrdb:color1:#222} +curgent = ${xrdb:color2:#222} +acolor = ${xrdb:color3:#222} + +;========================================================== + +[bar/main] +monitor = +width = 100% +height = 60 +offset-x = 0% +offset-y = 0% +bottom = true +fixed-center = false +line-size = 2 + +dpi = 192 + +background = ${color.bg} +foreground = ${color.fg} + +border-size = 3 +border-color = ${color.bg} + +module-margin-left = 1 +module-margin-right = 1 + +;========================================================== + +font-0 = "Fantasque Sans Mono:pixelsize=12;4" +font-1 = "Material Icons:size=13;7" + +;========================================================== + +cursor-click = pointer + +;tray-position = right +;tray-padding = 0 +;tray-maxsize = 16 +enable-ipc = true + +scroll-up = i3wm-wsnext +scroll-down = i3wm-wsprev + +;== Module Location ======================================================== + +modules-left = menu workspaces +;term files browser settings +modules-center = mpd +modules-right = pkg volume battery network date powermenu + +;== Modules ======================================================== + +[module/menu] +type = custom/text +;content =  +content =  +content-padding = 2 +content-background = ${color.acolor} +content-foreground = ${color.fg} + +click-left = rofi +click-middle = $HOME/.config/polybar/scripts/menu_full + +;click-left = $HOME/.config/polybar/scripts/menu +;click-right = $HOME/.config/polybar/scripts/color-switch.sh + +[module/workspaces] +type = internal/xworkspaces +pin-workspaces = false +enable-click = true +enable-scroll = true +format-padding = 0 + +icon-0 = 1; +icon-1 = 2; +icon-2 = 3; +icon-3 = 4; +icon-4 = 5; +icon-default = + +format = +label-active = %icon% +label-occupied = %icon% +label-urgent = %icon% +label-empty = %icon% + +label-occupied-padding = 2 +label-empty-padding = 2 +label-urgent-padding = 2 +label-active-padding = 2 + +label-active-foreground = ${color.acolor} +label-urgent-foreground = ${color.curgent} +label-empty-foreground = ${color.fg} +label-occupied-foreground = ${color.coccupied} + +label-active-underline = ${color.acolor} +label-urgent-underline = ${color.curgent} +label-occupied-underline = ${color.coccupied} + +[module/term] +type = custom/text +content =  +content-foreground = ${color.fg-alt} +click-left = termite & +click-middle = urxvt & +click-right = xfce4-terminal & + +[module/files] +type = custom/text +content =  +content-padding = 1 +content-foreground = ${color.fg-alt} +click-left = thunar & +click-right = ranger & + +[module/browser] +type = custom/text +content =  +content-padding = 1 +content-foreground = ${color.fg-alt} +click-left = chromium & +click-right = firefox & + +[module/settings] +type = custom/text +content =  +content-padding = 1 +content-foreground = ${color.fg-alt} +click-left = xfce4-settings & +click-right = lxappearance & + +;========================================================== + +[module/mpd] +type = internal/mpd +;format-online = +format-online =  + +icon-play =  +icon-pause =  + +label-song-maxlen = 125 +label-song-ellipsis = true + +;========================================================== + +[module/pkg] +type = custom/script +exec = $HOME/.config/polybar/scripts/updates.sh +;exec-if = "ping -q -w 2 -c 1 176.34.135.167 > /dev/null" +;label = %{A1:termite -e "aurman -Syyu" & disown:} %{A3:termite -e "aurman -Syyu" & disown:}%output%%{A} %{A} +tail = true + +[module/battery] +type = internal/battery +full-at = 99 +time-format = %H:%M +battery = BAT0 +adapter = AC +format-charging = +;label-charging = %percentage%% (%time%) +label-charging = %percentage%% +format-discharging = +;label-discharging = %percentage%% (%time%) +label-discharging = %percentage%% +format-full = + +format-full-prefix = " " +ramp-capacity-0 =  +ramp-capacity-1 =  +ramp-capacity-2 =  +ramp-capacity-3 =  +ramp-capacity-4 =  + +ramp-capacity-0-foreground = ${color.red} +ramp-capacity-foreground = ${color.fg} +bar-capacity-width = 10 + +animation-charging-0 = "" +animation-charging-1 = "" +animation-charging-2 = "" +animation-charging-3 = "" +animation-charging-4 = "" + +animation-charging-framerate = 750 + +[module/volume] +type = internal/alsa +;speaker-mixer = Speaker +;headphone-mixer = Headphone +;headphone-id = 16 +;mapped = true +format-volume = +label-volume = %percentage%% +format-muted-prefix = " " +label-muted = MUTE + +ramp-volume-0 =  +ramp-volume-1 =  +ramp-volume-2 =  +ramp-volume-3 =  +ramp-volume-4 =  +ramp-volume-5 =  +ramp-volume-6 =  + +[module/network] +type = custom/script +exec = $HOME/.config/polybar/scripts/check-network +click-left = networkmanager_dmenu & +click-right = networkmanager_dmenu & +tail = true + +[module/date] +type = internal/date +interval = 30 +label = %time% +time =  %H:%M %p +time-alt =  %Y-%m-%d + +[module/powermenu] +type = custom/text +content =  +content-padding = 2 +content-background = ${color.acolor} +content-foreground = ${color.fg} +click-left = $HOME/.config/polybar/scripts/sysmenu +click-right = $HOME/.config/polybar/scripts/sysmenu + +;== EOF ======================================================== diff --git a/.config/polybar/fonts/FantasqueSansMono-Regular.ttf b/.config/polybar/fonts/FantasqueSansMono-Regular.ttf new file mode 100644 index 0000000..2fa4311 Binary files /dev/null and b/.config/polybar/fonts/FantasqueSansMono-Regular.ttf differ diff --git a/.config/polybar/fonts/MaterialIcons-Regular.ttf b/.config/polybar/fonts/MaterialIcons-Regular.ttf new file mode 100644 index 0000000..7015564 Binary files /dev/null and b/.config/polybar/fonts/MaterialIcons-Regular.ttf differ diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh new file mode 100755 index 0000000..0d7a95e --- /dev/null +++ b/.config/polybar/launch.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env sh + +# Terminate already running bar instances +killall -q polybar + +# Wait until the processes have been shut down +while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done + +# Launch polybar +polybar main -c $HOME/.config/polybar/config.ini & diff --git a/.config/polybar/scripts/check-network b/.config/polybar/scripts/check-network new file mode 100755 index 0000000..c58ae66 --- /dev/null +++ b/.config/polybar/scripts/check-network @@ -0,0 +1,20 @@ +#!/usr/bin/env bash + +count=0 +disconnected="" +wireless_connected="" +ethernet_connected="" + +ID="$(ip link | awk '/state UP/ {print $2}')" + +while true; do + if (ping -c 1 archlinux.org || ping -c 1 google.com || ping -c 1 bitbucket.org || ping -c 1 github.com || ping -c 1 sourceforge.net) &>/dev/null; then + if [[ $ID == e* ]]; then + echo "$ethernet_connected" ; sleep 25 + else + echo "$wireless_connected" ; sleep 25 + fi + else + echo "$disconnected" ; sleep 0.5 + fi +done diff --git a/.config/polybar/scripts/checkupdates b/.config/polybar/scripts/checkupdates new file mode 100755 index 0000000..4d8a5e8 --- /dev/null +++ b/.config/polybar/scripts/checkupdates @@ -0,0 +1,117 @@ +#!/usr/bin/bash +# +# checkupdates: Safely print a list of pending updates. +# +# Copyright (c) 2013 Kyle Keen +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + +declare -r myname='checkupdates' +declare -r myver='1.0.0' + +plain() { + (( QUIET )) && return + local mesg=$1; shift + printf "${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&1 +} + +msg() { + (( QUIET )) && return + local mesg=$1; shift + printf "${GREEN}==>${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&1 +} + +msg2() { + (( QUIET )) && return + local mesg=$1; shift + printf "${BLUE} ->${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&1 +} + +ask() { + local mesg=$1; shift + printf "${BLUE}::${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}" "$@" >&1 +} + +warning() { + local mesg=$1; shift + printf "${YELLOW}==> $(gettext "WARNING:")${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2 +} + +error() { + local mesg=$1; shift + printf "${RED}==> $(gettext "ERROR:")${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2 +} + +# check if messages are to be printed using color +unset ALL_OFF BOLD BLUE GREEN RED YELLOW +if [[ -t 2 && ! $USE_COLOR = "n" ]]; then + # prefer terminal safe colored and bold text when tput is supported + if tput setaf 0 &>/dev/null; then + ALL_OFF="$(tput sgr0)" + BOLD="$(tput bold)" + BLUE="${BOLD}$(tput setaf 4)" + GREEN="${BOLD}$(tput setaf 2)" + RED="${BOLD}$(tput setaf 1)" + YELLOW="${BOLD}$(tput setaf 3)" + else + ALL_OFF="\e[1;0m" + BOLD="\e[1;1m" + BLUE="${BOLD}\e[1;34m" + GREEN="${BOLD}\e[1;32m" + RED="${BOLD}\e[1;31m" + YELLOW="${BOLD}\e[1;33m" + fi +fi +readonly ALL_OFF BOLD BLUE GREEN RED YELLOW + + +if (( $# > 0 )); then + echo "${myname} v${myver}" + echo + echo "Safely print a list of pending updates" + echo + echo "Usage: ${myname}" + echo + echo 'Note: Export the "CHECKUPDATES_DB" variable to change the path of the temporary database.' + exit 0 +fi + +if ! type -P fakeroot >/dev/null; then + error 'Cannot find the fakeroot binary.' + exit 1 +fi + +if [[ -z $CHECKUPDATES_DB ]]; then + CHECKUPDATES_DB="${TMPDIR:-/tmp}/checkup-db-${USER}/" +fi + +trap 'rm -f $CHECKUPDATES_DB/db.lck' INT TERM EXIT + +DBPath="$(pacman-conf DBPath)" +if [[ -z "$DBPath" ]] || [[ ! -d "$DBPath" ]]; then + DBPath="/var/lib/pacman/" +fi + +mkdir -p "$CHECKUPDATES_DB" +ln -s "${DBPath}/local" "$CHECKUPDATES_DB" &> /dev/null +if ! fakeroot -- pacman -Sy --dbpath "$CHECKUPDATES_DB" --logfile /dev/null &> /dev/null; then + error 'Cannot fetch updates' + exit 1 +fi +pacman -Qu --dbpath "$CHECKUPDATES_DB" 2> /dev/null | grep -v '\[.*\]' + +exit 0 + +# vim: set noet: diff --git a/.config/polybar/scripts/color-switch.sh b/.config/polybar/scripts/color-switch.sh new file mode 100755 index 0000000..5a5e5f6 --- /dev/null +++ b/.config/polybar/scripts/color-switch.sh @@ -0,0 +1,100 @@ +#!/bin/bash + +## Author : Aditya Shakya +## Github : adi1090x +# Custom Rofi Script + +BORDER="#1F1F1F" +SEPARATOR="#1F1F1F" +FOREGROUND="#FFFFFF" +BACKGROUND="#1F1F1F" +BACKGROUND_ALT="#252525" +HIGHLIGHT_BACKGROUND="#00897b" +HIGHLIGHT_FOREGROUND="#1F1F1F" + +BLACK="#000000" +WHITE="#ffffff" +RED="#e53935" +GREEN="#43a047" +YELLOW="#fdd835" +BLUE="#1e88e5" +MAGENTA="#00897b" +CYAN="#00acc1" +PINK="#d81b60" +PURPLE="#8e24aa" +INDIGO="#3949ab" +TEAL="#00897b" +LIME="#c0ca33" +AMBER="#ffb300" +ORANGE="#fb8c00" +BROWN="#6d4c41" +GREY="#757575" +BLUE_GREY="#546e7a" +DEEP_PURPLE="#5e35b1" +DEEP_ORANGE="#f4511e" +LIGHT_BLUE="#039be5" +LIGHT_GREEN="#7cb342" + +SDIR="$HOME/.config/polybar/scripts" + +# Launch Rofi +MENU="$(rofi -no-lazy-grab -sep "|" -dmenu -i -p 'Style :' \ +-hide-scrollbar true \ +-bw 0 \ +-lines 5 \ +-line-padding 10 \ +-padding 20 \ +-width 30 \ +-xoffset 68 -yoffset -70 \ +-location 7 \ +-columns 2 \ +-show-icons -icon-theme "Papirus" \ +-font "Fantasque Sans Mono 10" \ +-color-enabled true \ +-color-window "$BACKGROUND,$BORDER,$SEPARATOR" \ +-color-normal "$BACKGROUND_ALT,$FOREGROUND,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +-color-active "$BACKGROUND,$MAGENTA,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +-color-urgent "$BACKGROUND,$YELLOW,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +<<< "♥ amber|♥ blue|♥ blue-grey|♥ brown|♥ cyan|♥ deep-orange|♥ deep-purple|♥ green|♥ grey|♥ indigo|♥ blue-light|♥ green-light|♥ lime|♥ orange|♥ pink|♥ purple|♥ red|♥ teal|♥ yellow|♥ amber-dark|♥ blue-dark|♥ blue-grey-dark|♥ brown-dark|♥ cyan-dark|♥ deep-orange-dark|♥ deep-purple-dark|♥ green-dark|♥ grey-dark|♥ indigo-dark|♥ blue-light-dark|♥ green-light-dark|♥ lime-dark|♥ orange-dark|♥ pink-dark|♥ purple-dark|♥ red-dark|♥ teal-dark|♥ yellow-dark")" + case "$MENU" in + ## Light Colors + *amber) $SDIR/colors-light.sh -amber ;; + *blue) $SDIR/colors-light.sh -blue ;; + *blue-grey) $SDIR/colors-light.sh -blue-grey ;; + *brown) $SDIR/colors-light.sh -brown ;; + *cyan) $SDIR/colors-light.sh -cyan ;; + *deep-orange) $SDIR/colors-light.sh -deep-orange ;; + *deep-purple) $SDIR/colors-light.sh -deep-purple ;; + *green) $SDIR/colors-light.sh -green ;; + *grey) $SDIR/colors-light.sh -grey ;; + *indigo) $SDIR/colors-light.sh -indigo ;; + *blue-light) $SDIR/colors-light.sh -light-blue ;; + *green-light) $SDIR/colors-light.sh -light-green ;; + *lime) $SDIR/colors-light.sh -lime ;; + *orange) $SDIR/colors-light.sh -orange ;; + *pink) $SDIR/colors-light.sh -pink ;; + *purple) $SDIR/colors-light.sh -purple ;; + *red) $SDIR/colors-light.sh -red ;; + *teal) $SDIR/colors-light.sh -teal ;; + *yellow) $SDIR/colors-light.sh -yellow ;; + ## Dark Colors + *amber-dark) $SDIR/colors-dark.sh -amber ;; + *blue-dark) $SDIR/colors-dark.sh -blue ;; + *blue-grey-dark) $SDIR/colors-dark.sh -blue-grey ;; + *brown-dark) $SDIR/colors-dark.sh -brown ;; + *cyan-dark) $SDIR/colors-dark.sh -cyan ;; + *deep-orange-dark) $SDIR/colors-dark.sh -deep-orange ;; + *deep-purple-dark) $SDIR/colors-dark.sh -deep-purple ;; + *green-dark) $SDIR/colors-dark.sh -green ;; + *grey-dark) $SDIR/colors-dark.sh -grey ;; + *indigo-dark) $SDIR/colors-dark.sh -indigo ;; + *blue-light-dark) $SDIR/colors-dark.sh -light-blue ;; + *green-light-dark) $SDIR/colors-dark.sh -light-green ;; + *lime-dark) $SDIR/colors-dark.sh -lime ;; + *orange-dark) $SDIR/colors-dark.sh -orange ;; + *pink-dark) $SDIR/colors-dark.sh -pink ;; + *purple-dark) $SDIR/colors-dark.sh -purple ;; + *red-dark) $SDIR/colors-dark.sh -red ;; + *teal-dark) $SDIR/colors-dark.sh -teal ;; + *yellow-dark) $SDIR/colors-dark.sh -yellow + esac diff --git a/.config/polybar/scripts/colors-dark.sh b/.config/polybar/scripts/colors-dark.sh new file mode 100755 index 0000000..41a20ff --- /dev/null +++ b/.config/polybar/scripts/colors-dark.sh @@ -0,0 +1,263 @@ +#!/bin/bash + +## Author : Aditya Shakya +## Github : adi1090x + +PDIR="$HOME/.config/polybar" +LAUNCH="polybar-msg cmd restart" + +if [[ $1 = "-amber" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #ffb300/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#ffb300"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#ffb300"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#ffb300"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#ffb300"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-blue" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #1e88e5/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#1e88e5"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#1e88e5"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#1e88e5"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#1e88e5"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-blue-grey" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #546e7a/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#546e7a"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#546e7a"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#546e7a"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#546e7a"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-brown" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #6d4c41/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#6d4c41"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#6d4c41"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#6d4c41"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#6d4c41"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-cyan" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #00acc1/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#00acc1"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#00acc1"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#00acc1"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#00acc1"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-deep-orange" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #f4511e/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#f4511e"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#f4511e"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#f4511e"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#f4511e"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-deep-purple" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #5e35b1/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#5e35b1"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#5e35b1"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#5e35b1"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#5e35b1"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-green" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #43a047/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#43a047"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#43a047"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#43a047"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#43a047"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-grey" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #757575/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#757575"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#757575"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#757575"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#757575"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-indigo" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #3949ab/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#3949ab"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#3949ab"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#3949ab"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#3949ab"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-light-blue" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #039be5/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#039be5"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#039be5"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#039be5"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#039be5"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-light-green" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #7cb342/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#7cb342"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#7cb342"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#7cb342"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#7cb342"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-lime" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #c0ca33/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#c0ca33"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#c0ca33"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#c0ca33"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#c0ca33"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-orange" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #fb8c00/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#fb8c00"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#fb8c00"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#fb8c00"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#fb8c00"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-pink" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #d81b60/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#d81b60"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#d81b60"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#d81b60"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#d81b60"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-purple" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #8e24aa/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#8e24aa"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#8e24aa"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#8e24aa"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#8e24aa"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-red" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #e53935/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#e53935"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#e53935"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#e53935"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#e53935"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-teal" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #00897b/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#00897b"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#00897b"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#00897b"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#00897b"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-yellow" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #1F1F1F/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #A9ABB0/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #fdd835/g' $PDIR/config.ini +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#fdd835"/g' $PDIR/scripts/menu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#fdd835"/g' $PDIR/scripts/menu_full +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#fdd835"/g' $PDIR/scripts/sysmenu +sed -i -e 's/HIGHLIGHT_BACKGROUND=.*/HIGHLIGHT_BACKGROUND="#fdd835"/g' $PDIR/scripts/color-switch.sh +# Restarting polybar +$LAUNCH & + +else +echo "Available options: +-amber -blue -blue-grey -brown +-cyan -deep-orange -deep-purple -green +-grey -indigo -light-blue -light-green +-lime -orange -pink -purple +-red -teal -yellow" +fi diff --git a/.config/polybar/scripts/colors-light.sh b/.config/polybar/scripts/colors-light.sh new file mode 100755 index 0000000..97978f7 --- /dev/null +++ b/.config/polybar/scripts/colors-light.sh @@ -0,0 +1,187 @@ +#!/bin/bash + +## Author : Aditya Shakya +## Github : adi1090x + +PDIR="$HOME/.config/polybar" +LAUNCH="polybar-msg cmd restart" + +if [[ $1 = "-amber" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #ffb300/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-blue" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #1e88e5/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-blue-grey" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #546e7a/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-brown" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #6d4c41/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-cyan" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #00acc1/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-deep-orange" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #f4511e/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-deep-purple" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #5e35b1/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-green" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #43a047/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-grey" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #757575/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-indigo" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #3949ab/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-light-blue" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #039be5/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-light-green" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #7cb342/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-lime" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #c0ca33/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-orange" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #fb8c00/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-pink" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #d81b60/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-purple" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #8e24aa/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-red" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #e53935/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-teal" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #00897b/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +elif [[ $1 = "-yellow" ]]; then +# Replacing colors +sed -i -e 's/bg = .*/bg = #FFFFFF/g' $PDIR/config.ini +sed -i -e 's/fg = .*/fg = #2E2E2E/g' $PDIR/config.ini +sed -i -e 's/fg-alt = .*/fg-alt = #424242/g' $PDIR/config.ini +sed -i -e 's/acolor = .*/acolor = #fdd835/g' $PDIR/config.ini +# Restarting polybar +$LAUNCH & + +else +echo "Available options: +-amber -blue -blue-grey -brown +-cyan -deep-orange -deep-purple -green +-grey -indigo -light-blue -light-green +-lime -orange -pink -purple +-red -teal -yellow" +fi diff --git a/.config/polybar/scripts/menu b/.config/polybar/scripts/menu new file mode 100755 index 0000000..4b61dfd --- /dev/null +++ b/.config/polybar/scripts/menu @@ -0,0 +1,63 @@ +#!/bin/bash + +# Custom Rofi Script + +BORDER="#1F1F1F" +SEPARATOR="#1F1F1F" +FOREGROUND="#FFFFFF" +BACKGROUND="#1F1F1F" +BACKGROUND_ALT="#252525" +HIGHLIGHT_BACKGROUND="#00897b" +HIGHLIGHT_FOREGROUND="#1F1F1F" + +BLACK="#000000" +WHITE="#ffffff" +RED="#e53935" +GREEN="#43a047" +YELLOW="#fdd835" +BLUE="#1e88e5" +MAGENTA="#00897b" +CYAN="#00acc1" +PINK="#d81b60" +PURPLE="#8e24aa" +INDIGO="#3949ab" +TEAL="#00897b" +LIME="#c0ca33" +AMBER="#ffb300" +ORANGE="#fb8c00" +BROWN="#6d4c41" +GREY="#757575" +BLUE_GREY="#546e7a" +DEEP_PURPLE="#5e35b1" +DEEP_ORANGE="#f4511e" +LIGHT_BLUE="#039be5" +LIGHT_GREEN="#7cb342" + +# Launch Rofi +rofi -no-lazy-grab -show drun \ +-display-drun "Applications :" -drun-display-format "{name}" \ +-hide-scrollbar true \ +-bw 0 \ +-lines 10 \ +-line-padding 10 \ +-padding 20 \ +-width 30 \ +-xoffset 68 -yoffset -70 \ +-location 7 \ +-columns 2 \ +-show-icons -icon-theme "Papirus" \ +-font "Fantasque Sans Mono 10" \ +-color-enabled true \ +-color-window "$BACKGROUND,$BORDER,$SEPARATOR" \ +-color-normal "$BACKGROUND_ALT,$FOREGROUND,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +-color-active "$BACKGROUND,$MAGENTA,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +-color-urgent "$BACKGROUND,$YELLOW,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" + +# More Options +# -fullscreen \ + +# Theming help +# color window = background, border, separator +# color normal = background, foreground, background-alt, highlight-background, highlight-foreground +# color active = background, foreground, background-alt, highlight-background, highlight-foreground +# color urgent = background, foreground, background-alt, highlight-background, highlight-foreground diff --git a/.config/polybar/scripts/menu_full b/.config/polybar/scripts/menu_full new file mode 100755 index 0000000..d5b303c --- /dev/null +++ b/.config/polybar/scripts/menu_full @@ -0,0 +1,64 @@ +#!/bin/bash + +# Custom Rofi Script + +BORDER="#1F1F1F" +SEPARATOR="#1F1F1F" +FOREGROUND="#FFFFFF" +BACKGROUND="#1F1F1F" +BACKGROUND_ALT="#252525" +HIGHLIGHT_BACKGROUND="#00897b" +HIGHLIGHT_FOREGROUND="#1F1F1F" + +BLACK="#000000" +WHITE="#ffffff" +RED="#e53935" +GREEN="#43a047" +YELLOW="#fdd835" +BLUE="#1e88e5" +MAGENTA="#00897b" +CYAN="#00acc1" +PINK="#d81b60" +PURPLE="#8e24aa" +INDIGO="#3949ab" +TEAL="#00897b" +LIME="#c0ca33" +AMBER="#ffb300" +ORANGE="#fb8c00" +BROWN="#6d4c41" +GREY="#757575" +BLUE_GREY="#546e7a" +DEEP_PURPLE="#5e35b1" +DEEP_ORANGE="#f4511e" +LIGHT_BLUE="#039be5" +LIGHT_GREEN="#7cb342" + +# Launch Rofi +rofi -no-lazy-grab -show drun \ +-display-drun "Applications :" -drun-display-format "{name}" \ +-hide-scrollbar true \ +-bw 0 \ +-lines 10 \ +-line-padding 15 \ +-padding 60 \ +-width 30 \ +-xoffset 10 -yoffset 40 \ +-location 1 \ +-fullscreen \ +-columns 4 \ +-show-icons -icon-theme "Papirus" \ +-font "Fantasque Sans Mono 10" \ +-color-enabled true \ +-color-window "$BACKGROUND,$BORDER,$SEPARATOR" \ +-color-normal "$BACKGROUND_ALT,$FOREGROUND,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +-color-active "$BACKGROUND,$MAGENTA,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +-color-urgent "$BACKGROUND,$YELLOW,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" + +# More Options +# -fullscreen \ + +# Theming help +# color window = background, border, separator +# color normal = background, foreground, background-alt, highlight-background, highlight-foreground +# color active = background, foreground, background-alt, highlight-background, highlight-foreground +# color urgent = background, foreground, background-alt, highlight-background, highlight-foreground diff --git a/.config/polybar/scripts/sysmenu b/.config/polybar/scripts/sysmenu new file mode 100755 index 0000000..d3dfad4 --- /dev/null +++ b/.config/polybar/scripts/sysmenu @@ -0,0 +1,69 @@ +#!/bin/bash + +# Custom Rofi Script + +BORDER="#1F1F1F" +SEPARATOR="#1F1F1F" +FOREGROUND="#FFFFFF" +BACKGROUND="#1F1F1F" +BACKGROUND_ALT="#252525" +HIGHLIGHT_BACKGROUND="#00897b" +HIGHLIGHT_FOREGROUND="#1F1F1F" + +BLACK="#000000" +WHITE="#ffffff" +RED="#e53935" +GREEN="#43a047" +YELLOW="#fdd835" +BLUE="#1e88e5" +MAGENTA="#00897b" +CYAN="#00acc1" +PINK="#d81b60" +PURPLE="#8e24aa" +INDIGO="#3949ab" +TEAL="#00897b" +LIME="#c0ca33" +AMBER="#ffb300" +ORANGE="#fb8c00" +BROWN="#6d4c41" +GREY="#757575" +BLUE_GREY="#546e7a" +DEEP_PURPLE="#5e35b1" +DEEP_ORANGE="#f4511e" +LIGHT_BLUE="#039be5" +LIGHT_GREEN="#7cb342" + +# Launch Rofi +MENU="$(rofi -no-lazy-grab -sep "|" -dmenu -i -p 'System :' \ +-hide-scrollbar true \ +-bw 0 \ +-lines 4 \ +-line-padding 10 \ +-padding 20 \ +-width 15 \ +-xoffset -68 -yoffset -70 \ +-location 5 \ +-columns 1 \ +-show-icons -icon-theme "Papirus" \ +-font "Fantasque Sans Mono 10" \ +-color-enabled true \ +-color-window "$BACKGROUND,$BORDER,$SEPARATOR" \ +-color-normal "$BACKGROUND_ALT,$FOREGROUND,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +-color-active "$BACKGROUND,$MAGENTA,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +-color-urgent "$BACKGROUND,$YELLOW,$BACKGROUND_ALT,$HIGHLIGHT_BACKGROUND,$HIGHLIGHT_FOREGROUND" \ +<<< " Lock| Logout| Reboot| Shutdown")" +case "$MENU" in + *Lock) i3lock ;; + *Logout) openbox --exit;; + *Reboot) systemctl reboot ;; + *Shutdown) systemctl -i poweroff +esac + +# More Options +# -fullscreen \ + +# Theming help +# color window = background, border, separator +# color normal = background, foreground, background-alt, highlight-background, highlight-foreground +# color active = background, foreground, background-alt, highlight-background, highlight-foreground +# color urgent = background, foreground, background-alt, highlight-background, highlight-foreground diff --git a/.config/polybar/scripts/updates.sh b/.config/polybar/scripts/updates.sh new file mode 100755 index 0000000..6ea417d --- /dev/null +++ b/.config/polybar/scripts/updates.sh @@ -0,0 +1,46 @@ +#!/usr/bin/env bash + +BAR_ICON="" +NOTIFY_ICON=/usr/share/icons/Papirus/32x32/apps/system-software-update.svg + +get_total_updates() { UPDATES=$(checkupdates 2>/dev/null | wc -l); } + +while true; do + get_total_updates + + # notify user of updates + if hash notify-send &>/dev/null; then + if (( UPDATES > 50 )); then + notify-send -u critical -i $NOTIFY_ICON \ + "You really need to update!!" "$UPDATES New packages" + elif (( UPDATES > 25 )); then + notify-send -u normal -i $NOTIFY_ICON \ + "You should update soon" "$UPDATES New packages" + elif (( UPDATES > 2 )); then + notify-send -u low -i $NOTIFY_ICON \ + "$UPDATES New packages" + fi + fi + + # when there are updates available + # every 10 seconds another check for updates is done + while (( UPDATES > 0 )); do + if (( UPDATES == 1 )); then + echo " $UPDATES" + elif (( UPDATES > 1 )); then + echo " $UPDATES" + else + echo $BAR_ICON + fi + sleep 10 + get_total_updates + done + + # when no updates are available, use a longer loop, this saves on CPU + # and network uptime, only checking once every 30 min for new updates + while (( UPDATES == 0 )); do + echo $BAR_ICON + sleep 1800 + get_total_updates + done +done diff --git a/.config/ranger/__pycache__/devicons.cpython-38.opt-1.pyc b/.config/ranger/__pycache__/devicons.cpython-38.opt-1.pyc new file mode 100644 index 0000000..b94fda4 Binary files /dev/null and b/.config/ranger/__pycache__/devicons.cpython-38.opt-1.pyc differ diff --git a/.config/ranger/commands.py b/.config/ranger/commands.py new file mode 100644 index 0000000..60d8676 --- /dev/null +++ b/.config/ranger/commands.py @@ -0,0 +1,38 @@ +from ranger.api.commands import Command + +class paste_as_root(Command): + def execute(self): + if self.fm.do_cut: + self.fm.execute_console('shell sudo mv %c .') + else: + self.fm.execute_console('shell sudo cp -r %c .') + +class fzf_select(Command): + """ + :fzf_select + + Find a file using fzf. + + With a prefix argument select only directories. + + See: https://github.com/junegunn/fzf + """ + def execute(self): + import subprocess + import os.path + if self.quantifier: + # match only directories + command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \ + -o -type d -print 2> /dev/null | sed 1d | cut -b3- | fzf +m --reverse --header='Jump to file'" + else: + # match files and directories + command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \ + -o -print 2> /dev/null | sed 1d | cut -b3- | fzf +m --reverse --header='Jump to filemap fzf_select'" + fzf = self.fm.execute_command(command, universal_newlines=True, stdout=subprocess.PIPE) + stdout, stderr = fzf.communicate() + if fzf.returncode == 0: + fzf_file = os.path.abspath(stdout.rstrip('\n')) + if os.path.isdir(fzf_file): + self.fm.cd(fzf_file) + else: + self.fm.select_file(fzf_file) \ No newline at end of file diff --git a/.config/ranger/devicons.py b/.config/ranger/devicons.py new file mode 100644 index 0000000..216c673 --- /dev/null +++ b/.config/ranger/devicons.py @@ -0,0 +1,219 @@ +#!/usr/bin/python +# coding=UTF-8 +# These glyphs, and the mapping of file extensions to glyphs +# has been copied from the vimscript code that is present in +# https://github.com/ryanoasis/vim-devicons +import re; +import os; + +# all those glyphs will show as weird squares if you don't have the correct patched font +# My advice is to use NerdFonts which can be found here: +# https://github.com/ryanoasis/nerd-fonts +file_node_extensions = { + '7z' : '', + 'ai' : '', + 'apk' : '', + 'avi' : '', + 'bat' : '', + 'bmp' : '', + 'bz2' : '', + 'c' : '', + 'c++' : '', + 'cab' : '', + 'cc' : '', + 'clj' : '', + 'cljc' : '', + 'cljs' : '', + 'coffee' : '', + 'conf' : '', + 'cp' : '', + 'cpio' : '', + 'cpp' : '', + 'css' : '', + 'cxx' : '', + 'd' : '', + 'dart' : '', + 'db' : '', + 'deb' : '', + 'diff' : '', + 'dump' : '', + 'edn' : '', + 'ejs' : '', + 'epub' : '', + 'erl' : '', + 'f#' : '', + 'fish' : '', + 'flac' : '', + 'flv' : '', + 'fs' : '', + 'fsi' : '', + 'fsscript' : '', + 'fsx' : '', + 'gem' : '', + 'gif' : '', + 'go' : '', + 'gz' : '', + 'gzip' : '', + 'hbs' : '', + 'hrl' : '', + 'hs' : '', + 'htm' : '', + 'html' : '', + 'ico' : '', + 'ini' : '', + 'java' : '', + 'jl' : '', + 'jpeg' : '', + 'jpg' : '', + 'js' : '', + 'json' : '', + 'jsx' : '', + 'less' : '', + 'lha' : '', + 'lhs' : '', + 'log' : '', + 'lua' : '', + 'lzh' : '', + 'lzma' : '', + 'markdown' : '', + 'md' : '', + 'mkv' : '', + 'ml' : 'λ', + 'mli' : 'λ', + 'mov' : '', + 'mp3' : '', + 'mp4' : '', + 'mpeg' : '', + 'mpg' : '', + 'mustache' : '', + 'ogg' : '', + 'pdf' : '', + 'php' : '', + 'pl' : '', + 'pm' : '', + 'png' : '', + 'psb' : '', + 'psd' : '', + 'py' : '', + 'pyc' : '', + 'pyd' : '', + 'pyo' : '', + 'rar' : '', + 'rb' : '', + 'rc' : '', + 'rlib' : '', + 'rpm' : '', + 'rs' : '', + 'rss' : '', + 'scala' : '', + 'scss' : '', + 'sh' : '', + 'slim' : '', + 'sln' : '', + 'sql' : '', + 'styl' : '', + 'suo' : '', + 't' : '', + 'tar' : '', + 'tgz' : '', + 'ts' : '', + 'twig' : '', + 'vim' : '', + 'vimrc' : '', + 'wav' : '', + 'xml' : '', + 'xul' : '', + 'xz' : '', + 'yml' : '', + 'zip' : '', +} + +dir_node_exact_matches = { +# English + '.git' : '', + 'Desktop' : '', + 'Documents' : '', + 'Downloads' : '', + 'Dropbox' : '', + 'Music' : '', + 'Pictures' : '', + 'Public' : '', + 'Templates' : '', + 'Videos' : '', +# French + 'Bureau' : '', + 'Documents' : '', + 'Images' : '', + 'Musique' : '', + 'Publique' : '', + 'Téléchargements' : '', + 'Vidéos' : '', +# Portuguese + 'Documentos' : '', + 'Imagens' : '', + 'Modelos' : '', + 'Música' : '', + 'Público' : '', + 'Vídeos' : '', + 'Área de trabalho' : '', +# Italian + 'Documenti' : '', + 'Immagini' : '', + 'Modelli' : '', + 'Musica' : '', + 'Pubblici' : '', + 'Scaricati' : '', + 'Scrivania' : '', + 'Video' : '', +# German + 'Bilder' : '', + 'Dokumente' : '', + 'Musik' : '', + 'Schreibtisch' : '', + 'Vorlagen' : '', + 'Öffentlich' : '', +} + +file_node_exact_matches = { + '.Xdefaults' : '', + '.Xresources' : '', + '.bashprofile' : '', + '.bashrc' : '', + '.dmrc' : '', + '.ds_store' : '', + '.fasd' : '', + '.gitconfig' : '', + '.gitignore' : '', + '.jack-settings' : '', + '.mime.types' : '', + '.nvidia-settings-rc' : '', + '.pam_environment' : '', + '.profile' : '', + '.recently-used' : '', + '.selected_editor' : '', + '.vimrc' : '', + '.xinputrc' : '', + 'config' : '', + 'dropbox' : '', + 'exact-match-case-sensitive-1.txt' : 'X1', + 'exact-match-case-sensitive-2' : 'X2', + 'favicon.ico' : '', + 'gruntfile.coffee' : '', + 'gruntfile.js' : '', + 'gruntfile.ls' : '', + 'gulpfile.coffee' : '', + 'gulpfile.js' : '', + 'gulpfile.ls' : '', + 'ini' : '', + 'ledger' : '', + 'license' : '', + 'mimeapps.list' : '', + 'node_modules' : '', + 'procfile' : '', + 'react.jsx' : '', + 'user-dirs.dirs' : '', +} + +def devicon(file): + if file.is_directory: return dir_node_exact_matches.get(file.relative_path, '') + return file_node_exact_matches.get(file.relative_path, file_node_extensions.get(file.extension, '')) \ No newline at end of file diff --git a/.config/ranger/plugins/__init__.py b/.config/ranger/plugins/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc b/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc new file mode 100644 index 0000000..1ae7cb6 Binary files /dev/null and b/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc differ diff --git a/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc b/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc new file mode 100644 index 0000000..d5b7acf Binary files /dev/null and b/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc differ diff --git a/.config/ranger/plugins/devicons_linemode.py b/.config/ranger/plugins/devicons_linemode.py new file mode 100644 index 0000000..37e1fa5 --- /dev/null +++ b/.config/ranger/plugins/devicons_linemode.py @@ -0,0 +1,22 @@ +import os +terminal=terminal=os.getenv('TERM') +if terminal != 'linux': + import ranger.api + from ranger.core.linemode import LinemodeBase + from devicons import * + + @ranger.api.register_linemode + class DevIconsLinemode(LinemodeBase): + name = "devicons" + + uses_metadata = False + + def filetitle(self, file, metadata): + return devicon(file) + ' ' + file.relative_path + + @ranger.api.register_linemode + class DevIconsLinemodeFile(LinemodeBase): + name = "filename" + + def filetitle(self, file, metadata): + return devicon(file) + ' ' + file.relative_path \ No newline at end of file diff --git a/.config/ranger/ranger/__pycache__/devicons.cpython-38.opt-1.pyc b/.config/ranger/ranger/__pycache__/devicons.cpython-38.opt-1.pyc new file mode 100644 index 0000000..b94fda4 Binary files /dev/null and b/.config/ranger/ranger/__pycache__/devicons.cpython-38.opt-1.pyc differ diff --git a/.config/ranger/ranger/commands.py b/.config/ranger/ranger/commands.py new file mode 100644 index 0000000..60d8676 --- /dev/null +++ b/.config/ranger/ranger/commands.py @@ -0,0 +1,38 @@ +from ranger.api.commands import Command + +class paste_as_root(Command): + def execute(self): + if self.fm.do_cut: + self.fm.execute_console('shell sudo mv %c .') + else: + self.fm.execute_console('shell sudo cp -r %c .') + +class fzf_select(Command): + """ + :fzf_select + + Find a file using fzf. + + With a prefix argument select only directories. + + See: https://github.com/junegunn/fzf + """ + def execute(self): + import subprocess + import os.path + if self.quantifier: + # match only directories + command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \ + -o -type d -print 2> /dev/null | sed 1d | cut -b3- | fzf +m --reverse --header='Jump to file'" + else: + # match files and directories + command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \ + -o -print 2> /dev/null | sed 1d | cut -b3- | fzf +m --reverse --header='Jump to filemap fzf_select'" + fzf = self.fm.execute_command(command, universal_newlines=True, stdout=subprocess.PIPE) + stdout, stderr = fzf.communicate() + if fzf.returncode == 0: + fzf_file = os.path.abspath(stdout.rstrip('\n')) + if os.path.isdir(fzf_file): + self.fm.cd(fzf_file) + else: + self.fm.select_file(fzf_file) \ No newline at end of file diff --git a/.config/ranger/ranger/devicons.py b/.config/ranger/ranger/devicons.py new file mode 100644 index 0000000..216c673 --- /dev/null +++ b/.config/ranger/ranger/devicons.py @@ -0,0 +1,219 @@ +#!/usr/bin/python +# coding=UTF-8 +# These glyphs, and the mapping of file extensions to glyphs +# has been copied from the vimscript code that is present in +# https://github.com/ryanoasis/vim-devicons +import re; +import os; + +# all those glyphs will show as weird squares if you don't have the correct patched font +# My advice is to use NerdFonts which can be found here: +# https://github.com/ryanoasis/nerd-fonts +file_node_extensions = { + '7z' : '', + 'ai' : '', + 'apk' : '', + 'avi' : '', + 'bat' : '', + 'bmp' : '', + 'bz2' : '', + 'c' : '', + 'c++' : '', + 'cab' : '', + 'cc' : '', + 'clj' : '', + 'cljc' : '', + 'cljs' : '', + 'coffee' : '', + 'conf' : '', + 'cp' : '', + 'cpio' : '', + 'cpp' : '', + 'css' : '', + 'cxx' : '', + 'd' : '', + 'dart' : '', + 'db' : '', + 'deb' : '', + 'diff' : '', + 'dump' : '', + 'edn' : '', + 'ejs' : '', + 'epub' : '', + 'erl' : '', + 'f#' : '', + 'fish' : '', + 'flac' : '', + 'flv' : '', + 'fs' : '', + 'fsi' : '', + 'fsscript' : '', + 'fsx' : '', + 'gem' : '', + 'gif' : '', + 'go' : '', + 'gz' : '', + 'gzip' : '', + 'hbs' : '', + 'hrl' : '', + 'hs' : '', + 'htm' : '', + 'html' : '', + 'ico' : '', + 'ini' : '', + 'java' : '', + 'jl' : '', + 'jpeg' : '', + 'jpg' : '', + 'js' : '', + 'json' : '', + 'jsx' : '', + 'less' : '', + 'lha' : '', + 'lhs' : '', + 'log' : '', + 'lua' : '', + 'lzh' : '', + 'lzma' : '', + 'markdown' : '', + 'md' : '', + 'mkv' : '', + 'ml' : 'λ', + 'mli' : 'λ', + 'mov' : '', + 'mp3' : '', + 'mp4' : '', + 'mpeg' : '', + 'mpg' : '', + 'mustache' : '', + 'ogg' : '', + 'pdf' : '', + 'php' : '', + 'pl' : '', + 'pm' : '', + 'png' : '', + 'psb' : '', + 'psd' : '', + 'py' : '', + 'pyc' : '', + 'pyd' : '', + 'pyo' : '', + 'rar' : '', + 'rb' : '', + 'rc' : '', + 'rlib' : '', + 'rpm' : '', + 'rs' : '', + 'rss' : '', + 'scala' : '', + 'scss' : '', + 'sh' : '', + 'slim' : '', + 'sln' : '', + 'sql' : '', + 'styl' : '', + 'suo' : '', + 't' : '', + 'tar' : '', + 'tgz' : '', + 'ts' : '', + 'twig' : '', + 'vim' : '', + 'vimrc' : '', + 'wav' : '', + 'xml' : '', + 'xul' : '', + 'xz' : '', + 'yml' : '', + 'zip' : '', +} + +dir_node_exact_matches = { +# English + '.git' : '', + 'Desktop' : '', + 'Documents' : '', + 'Downloads' : '', + 'Dropbox' : '', + 'Music' : '', + 'Pictures' : '', + 'Public' : '', + 'Templates' : '', + 'Videos' : '', +# French + 'Bureau' : '', + 'Documents' : '', + 'Images' : '', + 'Musique' : '', + 'Publique' : '', + 'Téléchargements' : '', + 'Vidéos' : '', +# Portuguese + 'Documentos' : '', + 'Imagens' : '', + 'Modelos' : '', + 'Música' : '', + 'Público' : '', + 'Vídeos' : '', + 'Área de trabalho' : '', +# Italian + 'Documenti' : '', + 'Immagini' : '', + 'Modelli' : '', + 'Musica' : '', + 'Pubblici' : '', + 'Scaricati' : '', + 'Scrivania' : '', + 'Video' : '', +# German + 'Bilder' : '', + 'Dokumente' : '', + 'Musik' : '', + 'Schreibtisch' : '', + 'Vorlagen' : '', + 'Öffentlich' : '', +} + +file_node_exact_matches = { + '.Xdefaults' : '', + '.Xresources' : '', + '.bashprofile' : '', + '.bashrc' : '', + '.dmrc' : '', + '.ds_store' : '', + '.fasd' : '', + '.gitconfig' : '', + '.gitignore' : '', + '.jack-settings' : '', + '.mime.types' : '', + '.nvidia-settings-rc' : '', + '.pam_environment' : '', + '.profile' : '', + '.recently-used' : '', + '.selected_editor' : '', + '.vimrc' : '', + '.xinputrc' : '', + 'config' : '', + 'dropbox' : '', + 'exact-match-case-sensitive-1.txt' : 'X1', + 'exact-match-case-sensitive-2' : 'X2', + 'favicon.ico' : '', + 'gruntfile.coffee' : '', + 'gruntfile.js' : '', + 'gruntfile.ls' : '', + 'gulpfile.coffee' : '', + 'gulpfile.js' : '', + 'gulpfile.ls' : '', + 'ini' : '', + 'ledger' : '', + 'license' : '', + 'mimeapps.list' : '', + 'node_modules' : '', + 'procfile' : '', + 'react.jsx' : '', + 'user-dirs.dirs' : '', +} + +def devicon(file): + if file.is_directory: return dir_node_exact_matches.get(file.relative_path, '') + return file_node_exact_matches.get(file.relative_path, file_node_extensions.get(file.extension, '')) \ No newline at end of file diff --git a/.config/ranger/ranger/plugins/__init__.py b/.config/ranger/ranger/plugins/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.config/ranger/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc b/.config/ranger/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc new file mode 100644 index 0000000..1ae7cb6 Binary files /dev/null and b/.config/ranger/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc differ diff --git a/.config/ranger/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc b/.config/ranger/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc new file mode 100644 index 0000000..d5b7acf Binary files /dev/null and b/.config/ranger/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc differ diff --git a/.config/ranger/ranger/plugins/devicons_linemode.py b/.config/ranger/ranger/plugins/devicons_linemode.py new file mode 100644 index 0000000..37e1fa5 --- /dev/null +++ b/.config/ranger/ranger/plugins/devicons_linemode.py @@ -0,0 +1,22 @@ +import os +terminal=terminal=os.getenv('TERM') +if terminal != 'linux': + import ranger.api + from ranger.core.linemode import LinemodeBase + from devicons import * + + @ranger.api.register_linemode + class DevIconsLinemode(LinemodeBase): + name = "devicons" + + uses_metadata = False + + def filetitle(self, file, metadata): + return devicon(file) + ' ' + file.relative_path + + @ranger.api.register_linemode + class DevIconsLinemodeFile(LinemodeBase): + name = "filename" + + def filetitle(self, file, metadata): + return devicon(file) + ' ' + file.relative_path \ No newline at end of file diff --git a/.config/ranger/ranger/rc.conf b/.config/ranger/ranger/rc.conf new file mode 100644 index 0000000..17a40f3 --- /dev/null +++ b/.config/ranger/ranger/rc.conf @@ -0,0 +1,619 @@ +# =================================================================== +# This file contains the default startup commands for ranger. +# To change them, it is recommended to create the file +# ~/.config/ranger/rc.conf and add your custom commands there. +# +# If you copy this whole file there, you may want to set the environment +# variable RANGER_LOAD_DEFAULT_RC to FALSE to avoid loading it twice. +# +# The purpose of this file is mainly to define keybindings and settings. +# For running more complex python code, please create a plugin in "plugins/" or +# a command in "commands.py". +# +# Each line is a command that will be run before the user interface +# is initialized. As a result, you can not use commands which rely +# on the UI such as :delete or :mark. +# =================================================================== + +# =================================================================== +# == Options +# =================================================================== + +# Which viewmode should be used? Possible values are: +# miller: Use miller columns which show multiple levels of the hierarchy +# multipane: Midnight-commander like multipane view showing all tabs next +# to each other +set viewmode miller +#set viewmode multipane + +# How many columns are there, and what are their relative widths? +set column_ratios 1,3,4 + +# Which files should be hidden? (regular expression) +set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$ + +# Show hidden files? You can toggle this by typing 'zh' +set show_hidden false + +# Ask for a confirmation when running the "delete" command? +# Valid values are "always", "never", "multiple" (default) +# With "multiple", ranger will ask only if you delete multiple files at once. +set confirm_on_delete never + +# Which script is used to generate file previews? +# ranger ships with scope.sh, a script that calls external programs (see +# README.md for dependencies) to preview images, archives, etc. +set preview_script ~/.config/ranger/scope.sh + +# Use the external preview script or display simple plain text or image previews? +set use_preview_script true + +# Automatically count files in the directory, even before entering them? +set automatically_count_files true + +# Open all images in this directory when running certain image viewers +# like feh or sxiv? You can still open selected files by marking them. +set open_all_images true + +# Be aware of version control systems and display information. +set vcs_aware false + +# State of the three backends git, hg, bzr. The possible states are +# disabled, local (only show local info), enabled (show local and remote +# information). +set vcs_backend_git enabled +set vcs_backend_hg disabled +set vcs_backend_bzr disabled + +# Use one of the supported image preview protocols +set preview_images true + +# Set the preview image method. Supported methods: +# +# * w3m (default): +# Preview images in full color with the external command "w3mimgpreview"? +# This requires the console web browser "w3m" and a supported terminal. +# It has been successfully tested with "xterm" and "urxvt" without tmux. +# +# * iterm2: +# Preview images in full color using iTerm2 image previews +# (http://iterm2.com/images.html). This requires using iTerm2 compiled +# with image preview support. +# +# * urxvt: +# Preview images in full color using urxvt image backgrounds. This +# requires using urxvt compiled with pixbuf support. +# +# * urxvt-full: +# The same as urxvt but utilizing not only the preview pane but the +# whole terminal window. +set preview_images_method ueberzug + +# Use a unicode "..." character to mark cut-off filenames? +set unicode_ellipsis false + +# Show dotfiles in the bookmark preview box? +set show_hidden_bookmarks true + +# Which colorscheme to use? These colorschemes are available by default: +# default, jungle, snow, solarized +set colorscheme default + +# Preview files on the rightmost column? +# And collapse (shrink) the last column if there is nothing to preview? +set preview_files true +set preview_directories true +set collapse_preview true + +# Save the console history on exit? +set save_console_history true + +# Draw the status bar on top of the browser window (default: bottom) +set status_bar_on_top false + +# Draw a progress bar in the status bar which displays the average state of all +# currently running tasks which support progress bars? +set draw_progress_bar_in_status_bar true + +# Draw borders around columns? +set draw_borders true + +# Display the directory name in tabs? +set dirname_in_tabs false + +# Enable the mouse support? +set mouse_enabled true + +# Display the file size in the main column or status bar? +set display_size_in_main_column true +set display_size_in_status_bar true + +# Display files tags in all columns or only in main column? +set display_tags_in_all_columns true + +# Set a title for the window? +set update_title false + +# Set the title to "ranger" in the tmux program? +set update_tmux_title false + +# Shorten the title if it gets long? The number defines how many +# directories are displayed at once, 0 turns off this feature. +set shorten_title 3 + +# Abbreviate $HOME with ~ in the titlebar (first line) of ranger? +set tilde_in_titlebar false + +# How many directory-changes or console-commands should be kept in history? +set max_history_size 20 +set max_console_history_size 50 + +# Try to keep so much space between the top/bottom border when scrolling: +set scroll_offset 8 + +# Flush the input after each key hit? (Noticeable when ranger lags) +set flushinput true + +# Padding on the right when there's no preview? +# This allows you to click into the space to run the file. +set padding_right true + +# Save bookmarks (used with mX and `X) instantly? +# This helps to synchronize bookmarks between multiple ranger +# instances but leads to *slight* performance loss. +# When false, bookmarks are saved when ranger is exited. +set autosave_bookmarks true + +# You can display the "real" cumulative size of directories by using the +# command :get_cumulative_size or typing "dc". The size is expensive to +# calculate and will not be updated automatically. You can choose +# to update it automatically though by turning on this option: +set autoupdate_cumulative_size false + +# Turning this on makes sense for screen readers: +set show_cursor false + +# One of: size, natural, basename, atime, ctime, mtime, type, random +set sort natural + +# Additional sorting options +set sort_reverse false +set sort_case_insensitive true +set sort_directories_first true +set sort_unicode false + +# Enable this if key combinations with the Alt Key don't work for you. +# (Especially on xterm) +set xterm_alt_key false + +# Whether to include bookmarks in cd command +set cd_bookmarks true + +# Avoid previewing files larger than this size, in bytes. Use a value of 0 to +# disable this feature. +set preview_max_size 0 + +# Add the highlighted file to the path in the titlebar +set show_selection_in_titlebar true + +# The delay that ranger idly waits for user input, in milliseconds, with a +# resolution of 100ms. Lower delay reduces lag between directory updates but +# increases CPU load. +set idle_delay 2000 + +# When the metadata manager module looks for metadata, should it only look for +# a ".metadata.json" file in the current directory, or do a deep search and +# check all directories above the current one as well? +set metadata_deep_search false + +# Clear all existing filters when leaving a directory +set clear_filters_on_dir_change false + +# Disable displaying line numbers in main column +set line_numbers false + +# =================================================================== +# == Local Options +# =================================================================== +# You can set local options that only affect a single directory. + +# Examples: +# setlocal path=~/downloads sort mtime + +# =================================================================== +# == Command Aliases in the Console +# =================================================================== + +alias e edit +alias q quit +alias q! quitall +alias qa quitall +alias qall quitall +alias setl setlocal + +alias filter scout -prt +alias find scout -aeit +alias mark scout -mr +alias unmark scout -Mr +alias search scout -rs +alias search_inc scout -rts +alias travel scout -aefiklst + +# =================================================================== +# == Define keys for the browser +# =================================================================== + +# Basic +map Q quit! +map q quit +copymap q ZZ ZQ + +map R reload_cwd +map reset +map redraw_window +map abort +map change_mode normal +map ~ set viewmode! + +map i display_file +map ? help +map W display_log +map w taskview_open +map S shell $SHELL + +map : console +map ; console +map ! console shell%space +map @ console -p6 shell %%s +map # console shell -p%space +map s console shell%space +map r chain draw_possible_programs; console open_with%%space +#map f console find%space +map f console scout -ftsea%space +map cd console cd%space + +# Change the line mode +map Mf linemode filename +map Mi linemode fileinfo +map Mm linemode mtime +map Mp linemode permissions +map Ms linemode sizemtime +map Mt linemode metatitle + +# Tagging / Marking +map t tag_toggle +map ut tag_remove +map " tag_toggle tag=%any +map mark_files toggle=True +map v mark_files all=True toggle=True +map uv mark_files all=True val=False +map V toggle_visual_mode +map uV toggle_visual_mode reverse=True + +# For the nostalgics: Midnight Commander bindings +map help +map display_file +map edit +map copy +map cut +map console mkdir%space +map console delete +map exit + +# In case you work on a keyboard with dvorak layout +map move up=1 +map move down=1 +map move left=1 +map move right=1 +map move to=0 +map move to=-1 +map move down=1 pages=True +map move up=1 pages=True +map move right=1 +map console delete +map console touch%space + +# VIM-like +copymap k +copymap j +copymap h +copymap l +copymap gg +copymap G +copymap +copymap + +map J move down=0.5 pages=True +map K move up=0.5 pages=True +copymap J +copymap K + +# Jumping around +map H history_go -1 +map L history_go 1 +map ] move_parent 1 +map [ move_parent -1 +map } traverse + +map gh cd ~ +map ge cd /etc +map gu cd /usr +map gd cd /dev +map gl cd -r . +map gL cd -r %f +map go cd /opt +map gv cd /var +map gm cd /media +map gM cd /mnt +map gs cd /srv +map gr cd / +map gR eval fm.cd(ranger.RANGERDIR) +map g/ cd / +map g? cd /usr/share/doc/ranger + +# External Programs +map E edit +map du shell -p du --max-depth=1 -h --apparent-size +map dU shell -p du --max-depth=1 -h --apparent-size | sort -rh +map yp shell -f echo -n %d/%f | xsel -i; xsel -o | xsel -i -b +map yd shell -f echo -n %d | xsel -i; xsel -o | xsel -i -b +map yn shell -f echo -n %f | xsel -i; xsel -o | xsel -i -b + +# Filesystem Operations +map = chmod + +#map cw console rename%space +map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ") +map a rename_append +map A eval fm.open_console('rename ' + fm.thisfile.relative_path.replace("%", "%%")) +map I eval fm.open_console('rename ' + fm.thisfile.relative_path.replace("%", "%%"), position=7) + +map pp paste +map po paste overwrite=True +map pP paste append=True +map pO paste overwrite=True append=True +map pl paste_symlink relative=False +map pL paste_symlink relative=True +map phl paste_hardlink +map pht paste_hardlinked_subtree +map pr paste_as_root + +map dD console delete + +map dd cut +map ud uncut +map da cut mode=add +map dr cut mode=remove +map dt cut mode=toggle + +map yy copy +map uy uncut +map ya copy mode=add +map yr copy mode=remove +map yt copy mode=toggle + +# Temporary workarounds +map dgg eval fm.cut(dirarg=dict(to=0), narg=quantifier) +map dG eval fm.cut(dirarg=dict(to=-1), narg=quantifier) +map dj eval fm.cut(dirarg=dict(down=1), narg=quantifier) +map dk eval fm.cut(dirarg=dict(up=1), narg=quantifier) +map ygg eval fm.copy(dirarg=dict(to=0), narg=quantifier) +map yG eval fm.copy(dirarg=dict(to=-1), narg=quantifier) +map yj eval fm.copy(dirarg=dict(down=1), narg=quantifier) +map yk eval fm.copy(dirarg=dict(up=1), narg=quantifier) + +# Searching +map / console search%space +map n search_next +map N search_next forward=False +map ct search_next order=tag +map cs search_next order=size +map ci search_next order=mimetype +map cc search_next order=ctime +map cm search_next order=mtime +map ca search_next order=atime + +# Tabs +map tab_new ~ +map tab_close +map tab_move 1 +map tab_move -1 +map tab_move 1 +map tab_move -1 +map gt tab_move 1 +map gT tab_move -1 +map gn tab_new ~ +map gc tab_close +map uq tab_restore +map tab_open 1 +map tab_open 2 +map tab_open 3 +map tab_open 4 +map tab_open 5 +map tab_open 6 +map tab_open 7 +map tab_open 8 +map tab_open 9 + +# Sorting +map or set sort_reverse! +map oz set sort=random +map os chain set sort=size; set sort_reverse=False +map ob chain set sort=basename; set sort_reverse=False +map on chain set sort=natural; set sort_reverse=False +map om chain set sort=mtime; set sort_reverse=False +map oc chain set sort=ctime; set sort_reverse=False +map oa chain set sort=atime; set sort_reverse=False +map ot chain set sort=type; set sort_reverse=False +map oe chain set sort=extension; set sort_reverse=False + +map oS chain set sort=size; set sort_reverse=True +map oB chain set sort=basename; set sort_reverse=True +map oN chain set sort=natural; set sort_reverse=True +map oM chain set sort=mtime; set sort_reverse=True +map oC chain set sort=ctime; set sort_reverse=True +map oA chain set sort=atime; set sort_reverse=True +map oT chain set sort=type; set sort_reverse=True +map oE chain set sort=extension; set sort_reverse=True + +map dc get_cumulative_size + +# Settings +map zc set collapse_preview! +map zd set sort_directories_first! +map zh set show_hidden! +map set show_hidden! +map zI set flushinput! +map zi set preview_images! +map zm set mouse_enabled! +map zp set preview_files! +map zP set preview_directories! +map zs set sort_case_insensitive! +map zu set autoupdate_cumulative_size! +map zv set use_preview_script! +map zf console filter%space + +# Bookmarks +map ` enter_bookmark %any +map ' enter_bookmark %any +map m set_bookmark %any +map um unset_bookmark %any + +map m draw_bookmarks +copymap m um ` ' + +# Generate all the chmod bindings with some python help: +eval for arg in "rwxXst": cmd("map +u{0} shell -f chmod u+{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map +g{0} shell -f chmod g+{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map +o{0} shell -f chmod o+{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map +a{0} shell -f chmod a+{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map +{0} shell -f chmod u+{0} %s".format(arg)) + +eval for arg in "rwxXst": cmd("map -u{0} shell -f chmod u-{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map -g{0} shell -f chmod g-{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map -o{0} shell -f chmod o-{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map -a{0} shell -f chmod a-{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map -{0} shell -f chmod u-{0} %s".format(arg)) + +# =================================================================== +# == Define keys for the console +# =================================================================== +# Note: Unmapped keys are passed directly to the console. + +# Basic +cmap eval fm.ui.console.tab() +cmap eval fm.ui.console.tab(-1) +cmap eval fm.ui.console.close() +cmap eval fm.ui.console.execute() +cmap redraw_window + +copycmap +copycmap + +# Move around +cmap eval fm.ui.console.history_move(-1) +cmap eval fm.ui.console.history_move(1) +cmap eval fm.ui.console.move(left=1) +cmap eval fm.ui.console.move(right=1) +cmap eval fm.ui.console.move(right=0, absolute=True) +cmap eval fm.ui.console.move(right=-1, absolute=True) +cmap eval fm.ui.console.move_word(left=1) +cmap eval fm.ui.console.move_word(right=1) + +# Line Editing +cmap eval fm.ui.console.delete(-1) +cmap eval fm.ui.console.delete(0) +cmap eval fm.ui.console.delete_word() +cmap eval fm.ui.console.delete_word(backward=False) +cmap eval fm.ui.console.delete_rest(1) +cmap eval fm.ui.console.delete_rest(-1) +cmap eval fm.ui.console.paste() + +# And of course the emacs way +copycmap +copycmap +copycmap +copycmap +copycmap +copycmap +copycmap +copycmap + +# Note: There are multiple ways to express backspaces. (code 263) +# and (code 127). To be sure, use both. +copycmap + +# This special expression allows typing in numerals: +cmap false + +# =================================================================== +# == Pager Keybindings +# =================================================================== + +# Movement +pmap pager_move down=1 +pmap pager_move up=1 +pmap pager_move left=4 +pmap pager_move right=4 +pmap pager_move to=0 +pmap pager_move to=-1 +pmap pager_move down=1.0 pages=True +pmap pager_move up=1.0 pages=True +pmap pager_move down=0.5 pages=True +pmap pager_move up=0.5 pages=True + +copypmap k +copypmap j +copypmap h +copypmap l +copypmap g +copypmap G +copypmap d +copypmap u +copypmap n f +copypmap p b + +# Basic +pmap redraw_window +pmap pager_close +copypmap q Q i +pmap E edit_file + +# =================================================================== +# == Taskview Keybindings +# =================================================================== + +# Movement +tmap taskview_move up=1 +tmap taskview_move down=1 +tmap taskview_move to=0 +tmap taskview_move to=-1 +tmap taskview_move down=1.0 pages=True +tmap taskview_move up=1.0 pages=True +tmap taskview_move down=0.5 pages=True +tmap taskview_move up=0.5 pages=True + +copytmap k +copytmap j +copytmap g +copytmap G +copytmap u +copytmap n f +copytmap p b + +# Changing priority and deleting tasks +tmap J eval -q fm.ui.taskview.task_move(-1) +tmap K eval -q fm.ui.taskview.task_move(0) +tmap dd eval -q fm.ui.taskview.task_remove() +tmap eval -q fm.ui.taskview.task_move(-1) +tmap eval -q fm.ui.taskview.task_move(0) +tmap eval -q fm.ui.taskview.task_remove() + +# Basic +tmap redraw_window +tmap taskview_close +copytmap q Q w +default_linemode devicons + +# find +map fzf_select \ No newline at end of file diff --git a/.config/ranger/ranger/scope.sh b/.config/ranger/ranger/scope.sh new file mode 100755 index 0000000..98515e0 --- /dev/null +++ b/.config/ranger/ranger/scope.sh @@ -0,0 +1,121 @@ +#!/usr/bin/env sh +# ranger supports enhanced previews. If the option "use_preview_script" +# is set to True and this file exists, this script will be called and its +# output is displayed in ranger. ANSI color codes are supported. + +# NOTES: This script is considered a configuration file. If you upgrade +# ranger, it will be left untouched. (You must update it yourself.) +# Also, ranger disables STDIN here, so interactive scripts won't work properly + +# Meanings of exit codes: +# code | meaning | action of ranger +# -----+------------+------------------------------------------- +# 0 | success | success. display stdout as preview +# 1 | no preview | failure. display no preview at all +# 2 | plain text | display the plain content of the file +# 3 | fix width | success. Don't reload when width changes +# 4 | fix height | success. Don't reload when height changes +# 5 | fix both | success. Don't ever reload +# 6 | image | success. display the image $cached points to as an image preview +# 7 | image | success. display the file directly as an image + +# Meaningful aliases for arguments: +path="$1" # Full path of the selected file +width="$2" # Width of the preview pane (number of fitting characters) +height="$3" # Height of the preview pane (number of fitting characters) +cached="$4" # Path that should be used to cache image previews +preview_images="$5" # "True" if image previews are enabled, "False" otherwise. + +maxln=200 # Stop after $maxln lines. Can be used like ls | head -n $maxln + +# Find out something about the file: +mimetype=$(file --mime-type -Lb "$path") +extension=$(/bin/echo "${path##*.}" | awk '{print tolower($0)}') + +# Functions: +# runs a command and saves its output into $output. Useful if you need +# the return value AND want to use the output in a pipe +try() { output=$(eval '"$@"'); } + +# writes the output of the previously used "try" command +dump() { /bin/echo "$output"; } + +# a common post-processing function used after most commands +trim() { head -n "$maxln"; } + +# wraps highlight to treat exit code 141 (killed by SIGPIPE) as success +safepipe() { "$@"; test $? = 0 -o $? = 141; } + +# Image previews, if enabled in ranger. +if [ "$preview_images" = "True" ]; then + case "$mimetype" in + # Image previews for SVG files, disabled by default. + image/svg+xml) + convert "$path" "$cached" && exit 6 || exit 1;; + # Image previews for image files. w3mimgdisplay will be called for all + # image files (unless overriden as above), but might fail for + # unsupported types. + image/*) + exit 7;; + # Image preview for video, disabled by default.: + video/*) + ffmpegthumbnailer -i "$path" -o "$cached" -s 0 && exit 6 || exit 1;; + esac +fi + +case "$extension" in + # Archive extensions: + a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|\ + rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip) + try als "$path" && { dump | trim; exit 0; } + try acat "$path" && { dump | trim; exit 3; } + try bsdtar -lf "$path" && { dump | trim; exit 0; } + exit 1;; + rar) + # avoid password prompt by providing empty password + try unrar -p- lt "$path" && { dump | trim; exit 0; } || exit 1;; + 7z) + # avoid password prompt by providing empty password + try 7z -p l "$path" && { dump | trim; exit 0; } || exit 1;; + # PDF documents: + pdf) + try pdftotext -l 10 -nopgbrk -q "$path" - && \ + { dump | trim | fmt -s -w $width; exit 0; } || exit 1;; + # BitTorrent Files + torrent) + try transmission-show "$path" && { dump | trim; exit 5; } || exit 1;; + # ODT Files + odt|ods|odp|sxw) + try odt2txt "$path" && { dump | trim; exit 5; } || exit 1;; + # HTML Pages: + htm|html|xhtml) + try w3m -dump "$path" && { dump | trim | fmt -s -w $width; exit 4; } + try lynx -dump "$path" && { dump | trim | fmt -s -w $width; exit 4; } + try elinks -dump "$path" && { dump | trim | fmt -s -w $width; exit 4; } + ;; # fall back to highlight/cat if the text browsers fail +esac + +case "$mimetype" in + # Syntax highlight for text files: + text/* | */xml) + if [ "$(tput colors)" -ge 256 ]; then + pygmentize_format=terminal256 + highlight_format=xterm256 + else + pygmentize_format=terminal + highlight_format=ansi + fi + try safepipe highlight --out-format=${highlight_format} "$path" && { dump | trim; exit 5; } + try safepipe pygmentize -f ${pygmentize_format} "$path" && { dump | trim; exit 5; } + exit 2;; + # Ascii-previews of images: + image/*) + img2txt --gamma=0.6 --width="$width" "$path" && exit 4 || exit 1;; + # Display information about media files: + video/* | audio/*) + exiftool "$path" && exit 5 + # Use sed to remove spaces so the output fits into the narrow window + try mediainfo "$path" && { dump | trim | sed 's/ \+:/: /;'; exit 5; } || exit 1;; +esac + +exit 1 diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf new file mode 100644 index 0000000..17a40f3 --- /dev/null +++ b/.config/ranger/rc.conf @@ -0,0 +1,619 @@ +# =================================================================== +# This file contains the default startup commands for ranger. +# To change them, it is recommended to create the file +# ~/.config/ranger/rc.conf and add your custom commands there. +# +# If you copy this whole file there, you may want to set the environment +# variable RANGER_LOAD_DEFAULT_RC to FALSE to avoid loading it twice. +# +# The purpose of this file is mainly to define keybindings and settings. +# For running more complex python code, please create a plugin in "plugins/" or +# a command in "commands.py". +# +# Each line is a command that will be run before the user interface +# is initialized. As a result, you can not use commands which rely +# on the UI such as :delete or :mark. +# =================================================================== + +# =================================================================== +# == Options +# =================================================================== + +# Which viewmode should be used? Possible values are: +# miller: Use miller columns which show multiple levels of the hierarchy +# multipane: Midnight-commander like multipane view showing all tabs next +# to each other +set viewmode miller +#set viewmode multipane + +# How many columns are there, and what are their relative widths? +set column_ratios 1,3,4 + +# Which files should be hidden? (regular expression) +set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$ + +# Show hidden files? You can toggle this by typing 'zh' +set show_hidden false + +# Ask for a confirmation when running the "delete" command? +# Valid values are "always", "never", "multiple" (default) +# With "multiple", ranger will ask only if you delete multiple files at once. +set confirm_on_delete never + +# Which script is used to generate file previews? +# ranger ships with scope.sh, a script that calls external programs (see +# README.md for dependencies) to preview images, archives, etc. +set preview_script ~/.config/ranger/scope.sh + +# Use the external preview script or display simple plain text or image previews? +set use_preview_script true + +# Automatically count files in the directory, even before entering them? +set automatically_count_files true + +# Open all images in this directory when running certain image viewers +# like feh or sxiv? You can still open selected files by marking them. +set open_all_images true + +# Be aware of version control systems and display information. +set vcs_aware false + +# State of the three backends git, hg, bzr. The possible states are +# disabled, local (only show local info), enabled (show local and remote +# information). +set vcs_backend_git enabled +set vcs_backend_hg disabled +set vcs_backend_bzr disabled + +# Use one of the supported image preview protocols +set preview_images true + +# Set the preview image method. Supported methods: +# +# * w3m (default): +# Preview images in full color with the external command "w3mimgpreview"? +# This requires the console web browser "w3m" and a supported terminal. +# It has been successfully tested with "xterm" and "urxvt" without tmux. +# +# * iterm2: +# Preview images in full color using iTerm2 image previews +# (http://iterm2.com/images.html). This requires using iTerm2 compiled +# with image preview support. +# +# * urxvt: +# Preview images in full color using urxvt image backgrounds. This +# requires using urxvt compiled with pixbuf support. +# +# * urxvt-full: +# The same as urxvt but utilizing not only the preview pane but the +# whole terminal window. +set preview_images_method ueberzug + +# Use a unicode "..." character to mark cut-off filenames? +set unicode_ellipsis false + +# Show dotfiles in the bookmark preview box? +set show_hidden_bookmarks true + +# Which colorscheme to use? These colorschemes are available by default: +# default, jungle, snow, solarized +set colorscheme default + +# Preview files on the rightmost column? +# And collapse (shrink) the last column if there is nothing to preview? +set preview_files true +set preview_directories true +set collapse_preview true + +# Save the console history on exit? +set save_console_history true + +# Draw the status bar on top of the browser window (default: bottom) +set status_bar_on_top false + +# Draw a progress bar in the status bar which displays the average state of all +# currently running tasks which support progress bars? +set draw_progress_bar_in_status_bar true + +# Draw borders around columns? +set draw_borders true + +# Display the directory name in tabs? +set dirname_in_tabs false + +# Enable the mouse support? +set mouse_enabled true + +# Display the file size in the main column or status bar? +set display_size_in_main_column true +set display_size_in_status_bar true + +# Display files tags in all columns or only in main column? +set display_tags_in_all_columns true + +# Set a title for the window? +set update_title false + +# Set the title to "ranger" in the tmux program? +set update_tmux_title false + +# Shorten the title if it gets long? The number defines how many +# directories are displayed at once, 0 turns off this feature. +set shorten_title 3 + +# Abbreviate $HOME with ~ in the titlebar (first line) of ranger? +set tilde_in_titlebar false + +# How many directory-changes or console-commands should be kept in history? +set max_history_size 20 +set max_console_history_size 50 + +# Try to keep so much space between the top/bottom border when scrolling: +set scroll_offset 8 + +# Flush the input after each key hit? (Noticeable when ranger lags) +set flushinput true + +# Padding on the right when there's no preview? +# This allows you to click into the space to run the file. +set padding_right true + +# Save bookmarks (used with mX and `X) instantly? +# This helps to synchronize bookmarks between multiple ranger +# instances but leads to *slight* performance loss. +# When false, bookmarks are saved when ranger is exited. +set autosave_bookmarks true + +# You can display the "real" cumulative size of directories by using the +# command :get_cumulative_size or typing "dc". The size is expensive to +# calculate and will not be updated automatically. You can choose +# to update it automatically though by turning on this option: +set autoupdate_cumulative_size false + +# Turning this on makes sense for screen readers: +set show_cursor false + +# One of: size, natural, basename, atime, ctime, mtime, type, random +set sort natural + +# Additional sorting options +set sort_reverse false +set sort_case_insensitive true +set sort_directories_first true +set sort_unicode false + +# Enable this if key combinations with the Alt Key don't work for you. +# (Especially on xterm) +set xterm_alt_key false + +# Whether to include bookmarks in cd command +set cd_bookmarks true + +# Avoid previewing files larger than this size, in bytes. Use a value of 0 to +# disable this feature. +set preview_max_size 0 + +# Add the highlighted file to the path in the titlebar +set show_selection_in_titlebar true + +# The delay that ranger idly waits for user input, in milliseconds, with a +# resolution of 100ms. Lower delay reduces lag between directory updates but +# increases CPU load. +set idle_delay 2000 + +# When the metadata manager module looks for metadata, should it only look for +# a ".metadata.json" file in the current directory, or do a deep search and +# check all directories above the current one as well? +set metadata_deep_search false + +# Clear all existing filters when leaving a directory +set clear_filters_on_dir_change false + +# Disable displaying line numbers in main column +set line_numbers false + +# =================================================================== +# == Local Options +# =================================================================== +# You can set local options that only affect a single directory. + +# Examples: +# setlocal path=~/downloads sort mtime + +# =================================================================== +# == Command Aliases in the Console +# =================================================================== + +alias e edit +alias q quit +alias q! quitall +alias qa quitall +alias qall quitall +alias setl setlocal + +alias filter scout -prt +alias find scout -aeit +alias mark scout -mr +alias unmark scout -Mr +alias search scout -rs +alias search_inc scout -rts +alias travel scout -aefiklst + +# =================================================================== +# == Define keys for the browser +# =================================================================== + +# Basic +map Q quit! +map q quit +copymap q ZZ ZQ + +map R reload_cwd +map reset +map redraw_window +map abort +map change_mode normal +map ~ set viewmode! + +map i display_file +map ? help +map W display_log +map w taskview_open +map S shell $SHELL + +map : console +map ; console +map ! console shell%space +map @ console -p6 shell %%s +map # console shell -p%space +map s console shell%space +map r chain draw_possible_programs; console open_with%%space +#map f console find%space +map f console scout -ftsea%space +map cd console cd%space + +# Change the line mode +map Mf linemode filename +map Mi linemode fileinfo +map Mm linemode mtime +map Mp linemode permissions +map Ms linemode sizemtime +map Mt linemode metatitle + +# Tagging / Marking +map t tag_toggle +map ut tag_remove +map " tag_toggle tag=%any +map mark_files toggle=True +map v mark_files all=True toggle=True +map uv mark_files all=True val=False +map V toggle_visual_mode +map uV toggle_visual_mode reverse=True + +# For the nostalgics: Midnight Commander bindings +map help +map display_file +map edit +map copy +map cut +map console mkdir%space +map console delete +map exit + +# In case you work on a keyboard with dvorak layout +map move up=1 +map move down=1 +map move left=1 +map move right=1 +map move to=0 +map move to=-1 +map move down=1 pages=True +map move up=1 pages=True +map move right=1 +map console delete +map console touch%space + +# VIM-like +copymap k +copymap j +copymap h +copymap l +copymap gg +copymap G +copymap +copymap + +map J move down=0.5 pages=True +map K move up=0.5 pages=True +copymap J +copymap K + +# Jumping around +map H history_go -1 +map L history_go 1 +map ] move_parent 1 +map [ move_parent -1 +map } traverse + +map gh cd ~ +map ge cd /etc +map gu cd /usr +map gd cd /dev +map gl cd -r . +map gL cd -r %f +map go cd /opt +map gv cd /var +map gm cd /media +map gM cd /mnt +map gs cd /srv +map gr cd / +map gR eval fm.cd(ranger.RANGERDIR) +map g/ cd / +map g? cd /usr/share/doc/ranger + +# External Programs +map E edit +map du shell -p du --max-depth=1 -h --apparent-size +map dU shell -p du --max-depth=1 -h --apparent-size | sort -rh +map yp shell -f echo -n %d/%f | xsel -i; xsel -o | xsel -i -b +map yd shell -f echo -n %d | xsel -i; xsel -o | xsel -i -b +map yn shell -f echo -n %f | xsel -i; xsel -o | xsel -i -b + +# Filesystem Operations +map = chmod + +#map cw console rename%space +map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ") +map a rename_append +map A eval fm.open_console('rename ' + fm.thisfile.relative_path.replace("%", "%%")) +map I eval fm.open_console('rename ' + fm.thisfile.relative_path.replace("%", "%%"), position=7) + +map pp paste +map po paste overwrite=True +map pP paste append=True +map pO paste overwrite=True append=True +map pl paste_symlink relative=False +map pL paste_symlink relative=True +map phl paste_hardlink +map pht paste_hardlinked_subtree +map pr paste_as_root + +map dD console delete + +map dd cut +map ud uncut +map da cut mode=add +map dr cut mode=remove +map dt cut mode=toggle + +map yy copy +map uy uncut +map ya copy mode=add +map yr copy mode=remove +map yt copy mode=toggle + +# Temporary workarounds +map dgg eval fm.cut(dirarg=dict(to=0), narg=quantifier) +map dG eval fm.cut(dirarg=dict(to=-1), narg=quantifier) +map dj eval fm.cut(dirarg=dict(down=1), narg=quantifier) +map dk eval fm.cut(dirarg=dict(up=1), narg=quantifier) +map ygg eval fm.copy(dirarg=dict(to=0), narg=quantifier) +map yG eval fm.copy(dirarg=dict(to=-1), narg=quantifier) +map yj eval fm.copy(dirarg=dict(down=1), narg=quantifier) +map yk eval fm.copy(dirarg=dict(up=1), narg=quantifier) + +# Searching +map / console search%space +map n search_next +map N search_next forward=False +map ct search_next order=tag +map cs search_next order=size +map ci search_next order=mimetype +map cc search_next order=ctime +map cm search_next order=mtime +map ca search_next order=atime + +# Tabs +map tab_new ~ +map tab_close +map tab_move 1 +map tab_move -1 +map tab_move 1 +map tab_move -1 +map gt tab_move 1 +map gT tab_move -1 +map gn tab_new ~ +map gc tab_close +map uq tab_restore +map tab_open 1 +map tab_open 2 +map tab_open 3 +map tab_open 4 +map tab_open 5 +map tab_open 6 +map tab_open 7 +map tab_open 8 +map tab_open 9 + +# Sorting +map or set sort_reverse! +map oz set sort=random +map os chain set sort=size; set sort_reverse=False +map ob chain set sort=basename; set sort_reverse=False +map on chain set sort=natural; set sort_reverse=False +map om chain set sort=mtime; set sort_reverse=False +map oc chain set sort=ctime; set sort_reverse=False +map oa chain set sort=atime; set sort_reverse=False +map ot chain set sort=type; set sort_reverse=False +map oe chain set sort=extension; set sort_reverse=False + +map oS chain set sort=size; set sort_reverse=True +map oB chain set sort=basename; set sort_reverse=True +map oN chain set sort=natural; set sort_reverse=True +map oM chain set sort=mtime; set sort_reverse=True +map oC chain set sort=ctime; set sort_reverse=True +map oA chain set sort=atime; set sort_reverse=True +map oT chain set sort=type; set sort_reverse=True +map oE chain set sort=extension; set sort_reverse=True + +map dc get_cumulative_size + +# Settings +map zc set collapse_preview! +map zd set sort_directories_first! +map zh set show_hidden! +map set show_hidden! +map zI set flushinput! +map zi set preview_images! +map zm set mouse_enabled! +map zp set preview_files! +map zP set preview_directories! +map zs set sort_case_insensitive! +map zu set autoupdate_cumulative_size! +map zv set use_preview_script! +map zf console filter%space + +# Bookmarks +map ` enter_bookmark %any +map ' enter_bookmark %any +map m set_bookmark %any +map um unset_bookmark %any + +map m draw_bookmarks +copymap m um ` ' + +# Generate all the chmod bindings with some python help: +eval for arg in "rwxXst": cmd("map +u{0} shell -f chmod u+{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map +g{0} shell -f chmod g+{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map +o{0} shell -f chmod o+{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map +a{0} shell -f chmod a+{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map +{0} shell -f chmod u+{0} %s".format(arg)) + +eval for arg in "rwxXst": cmd("map -u{0} shell -f chmod u-{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map -g{0} shell -f chmod g-{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map -o{0} shell -f chmod o-{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map -a{0} shell -f chmod a-{0} %s".format(arg)) +eval for arg in "rwxXst": cmd("map -{0} shell -f chmod u-{0} %s".format(arg)) + +# =================================================================== +# == Define keys for the console +# =================================================================== +# Note: Unmapped keys are passed directly to the console. + +# Basic +cmap eval fm.ui.console.tab() +cmap eval fm.ui.console.tab(-1) +cmap eval fm.ui.console.close() +cmap eval fm.ui.console.execute() +cmap redraw_window + +copycmap +copycmap + +# Move around +cmap eval fm.ui.console.history_move(-1) +cmap eval fm.ui.console.history_move(1) +cmap eval fm.ui.console.move(left=1) +cmap eval fm.ui.console.move(right=1) +cmap eval fm.ui.console.move(right=0, absolute=True) +cmap eval fm.ui.console.move(right=-1, absolute=True) +cmap eval fm.ui.console.move_word(left=1) +cmap eval fm.ui.console.move_word(right=1) + +# Line Editing +cmap eval fm.ui.console.delete(-1) +cmap eval fm.ui.console.delete(0) +cmap eval fm.ui.console.delete_word() +cmap eval fm.ui.console.delete_word(backward=False) +cmap eval fm.ui.console.delete_rest(1) +cmap eval fm.ui.console.delete_rest(-1) +cmap eval fm.ui.console.paste() + +# And of course the emacs way +copycmap +copycmap +copycmap +copycmap +copycmap +copycmap +copycmap +copycmap + +# Note: There are multiple ways to express backspaces. (code 263) +# and (code 127). To be sure, use both. +copycmap + +# This special expression allows typing in numerals: +cmap false + +# =================================================================== +# == Pager Keybindings +# =================================================================== + +# Movement +pmap pager_move down=1 +pmap pager_move up=1 +pmap pager_move left=4 +pmap pager_move right=4 +pmap pager_move to=0 +pmap pager_move to=-1 +pmap pager_move down=1.0 pages=True +pmap pager_move up=1.0 pages=True +pmap pager_move down=0.5 pages=True +pmap pager_move up=0.5 pages=True + +copypmap k +copypmap j +copypmap h +copypmap l +copypmap g +copypmap G +copypmap d +copypmap u +copypmap n f +copypmap p b + +# Basic +pmap redraw_window +pmap pager_close +copypmap q Q i +pmap E edit_file + +# =================================================================== +# == Taskview Keybindings +# =================================================================== + +# Movement +tmap taskview_move up=1 +tmap taskview_move down=1 +tmap taskview_move to=0 +tmap taskview_move to=-1 +tmap taskview_move down=1.0 pages=True +tmap taskview_move up=1.0 pages=True +tmap taskview_move down=0.5 pages=True +tmap taskview_move up=0.5 pages=True + +copytmap k +copytmap j +copytmap g +copytmap G +copytmap u +copytmap n f +copytmap p b + +# Changing priority and deleting tasks +tmap J eval -q fm.ui.taskview.task_move(-1) +tmap K eval -q fm.ui.taskview.task_move(0) +tmap dd eval -q fm.ui.taskview.task_remove() +tmap eval -q fm.ui.taskview.task_move(-1) +tmap eval -q fm.ui.taskview.task_move(0) +tmap eval -q fm.ui.taskview.task_remove() + +# Basic +tmap redraw_window +tmap taskview_close +copytmap q Q w +default_linemode devicons + +# find +map fzf_select \ No newline at end of file diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh new file mode 100755 index 0000000..98515e0 --- /dev/null +++ b/.config/ranger/scope.sh @@ -0,0 +1,121 @@ +#!/usr/bin/env sh +# ranger supports enhanced previews. If the option "use_preview_script" +# is set to True and this file exists, this script will be called and its +# output is displayed in ranger. ANSI color codes are supported. + +# NOTES: This script is considered a configuration file. If you upgrade +# ranger, it will be left untouched. (You must update it yourself.) +# Also, ranger disables STDIN here, so interactive scripts won't work properly + +# Meanings of exit codes: +# code | meaning | action of ranger +# -----+------------+------------------------------------------- +# 0 | success | success. display stdout as preview +# 1 | no preview | failure. display no preview at all +# 2 | plain text | display the plain content of the file +# 3 | fix width | success. Don't reload when width changes +# 4 | fix height | success. Don't reload when height changes +# 5 | fix both | success. Don't ever reload +# 6 | image | success. display the image $cached points to as an image preview +# 7 | image | success. display the file directly as an image + +# Meaningful aliases for arguments: +path="$1" # Full path of the selected file +width="$2" # Width of the preview pane (number of fitting characters) +height="$3" # Height of the preview pane (number of fitting characters) +cached="$4" # Path that should be used to cache image previews +preview_images="$5" # "True" if image previews are enabled, "False" otherwise. + +maxln=200 # Stop after $maxln lines. Can be used like ls | head -n $maxln + +# Find out something about the file: +mimetype=$(file --mime-type -Lb "$path") +extension=$(/bin/echo "${path##*.}" | awk '{print tolower($0)}') + +# Functions: +# runs a command and saves its output into $output. Useful if you need +# the return value AND want to use the output in a pipe +try() { output=$(eval '"$@"'); } + +# writes the output of the previously used "try" command +dump() { /bin/echo "$output"; } + +# a common post-processing function used after most commands +trim() { head -n "$maxln"; } + +# wraps highlight to treat exit code 141 (killed by SIGPIPE) as success +safepipe() { "$@"; test $? = 0 -o $? = 141; } + +# Image previews, if enabled in ranger. +if [ "$preview_images" = "True" ]; then + case "$mimetype" in + # Image previews for SVG files, disabled by default. + image/svg+xml) + convert "$path" "$cached" && exit 6 || exit 1;; + # Image previews for image files. w3mimgdisplay will be called for all + # image files (unless overriden as above), but might fail for + # unsupported types. + image/*) + exit 7;; + # Image preview for video, disabled by default.: + video/*) + ffmpegthumbnailer -i "$path" -o "$cached" -s 0 && exit 6 || exit 1;; + esac +fi + +case "$extension" in + # Archive extensions: + a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|\ + rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip) + try als "$path" && { dump | trim; exit 0; } + try acat "$path" && { dump | trim; exit 3; } + try bsdtar -lf "$path" && { dump | trim; exit 0; } + exit 1;; + rar) + # avoid password prompt by providing empty password + try unrar -p- lt "$path" && { dump | trim; exit 0; } || exit 1;; + 7z) + # avoid password prompt by providing empty password + try 7z -p l "$path" && { dump | trim; exit 0; } || exit 1;; + # PDF documents: + pdf) + try pdftotext -l 10 -nopgbrk -q "$path" - && \ + { dump | trim | fmt -s -w $width; exit 0; } || exit 1;; + # BitTorrent Files + torrent) + try transmission-show "$path" && { dump | trim; exit 5; } || exit 1;; + # ODT Files + odt|ods|odp|sxw) + try odt2txt "$path" && { dump | trim; exit 5; } || exit 1;; + # HTML Pages: + htm|html|xhtml) + try w3m -dump "$path" && { dump | trim | fmt -s -w $width; exit 4; } + try lynx -dump "$path" && { dump | trim | fmt -s -w $width; exit 4; } + try elinks -dump "$path" && { dump | trim | fmt -s -w $width; exit 4; } + ;; # fall back to highlight/cat if the text browsers fail +esac + +case "$mimetype" in + # Syntax highlight for text files: + text/* | */xml) + if [ "$(tput colors)" -ge 256 ]; then + pygmentize_format=terminal256 + highlight_format=xterm256 + else + pygmentize_format=terminal + highlight_format=ansi + fi + try safepipe highlight --out-format=${highlight_format} "$path" && { dump | trim; exit 5; } + try safepipe pygmentize -f ${pygmentize_format} "$path" && { dump | trim; exit 5; } + exit 2;; + # Ascii-previews of images: + image/*) + img2txt --gamma=0.6 --width="$width" "$path" && exit 4 || exit 1;; + # Display information about media files: + video/* | audio/*) + exiftool "$path" && exit 5 + # Use sed to remove spaces so the output fits into the narrow window + try mediainfo "$path" && { dump | trim | sed 's/ \+:/: /;'; exit 5; } || exit 1;; +esac + +exit 1 diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..10cba71 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,3 @@ +configuration { + theme: "~/.cache/wal/colors-rofi-dark"; +} diff --git a/.dmenurc b/.dmenurc new file mode 100755 index 0000000..d3b7b3e --- /dev/null +++ b/.dmenurc @@ -0,0 +1,24 @@ +# +# ~/.dmenurc +# + +## define the font for dmenu to be used +DMENU_FN="Noto-10.5" + +## background colour for unselected menu-items +DMENU_NB="#222D31" + +## textcolour for unselected menu-items +DMENU_NF="#F9FAF9" + +## background colour for selected menu-items +DMENU_SB="#16A085" + +## textcolour for selected menu-items +DMENU_SF="#F9FAF9" + +## command for the terminal application to be used: +TERMINAL_CMD="terminal -e" + +## export our variables +DMENU_OPTIONS="-fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB" diff --git a/.mpd/mpd.conf b/.mpd/mpd.conf new file mode 100644 index 0000000..2af99d4 --- /dev/null +++ b/.mpd/mpd.conf @@ -0,0 +1,28 @@ +bind_to_address "127.0.0.1" +#bind_to_address "~/.mpd/socket" +music_directory "~/Music" +playlist_directory "~/.mpd/playlists" +db_file "~/.mpd/mpd.db" +log_file "~/.mpd/mpd.log" +pid_file "~/.mpd/mpd.pid" +state_file "~/.mpd/mpdstate" + +audio_output { + type "pulse" + name "pulse audio" + device "pulse" + mixer_type "hardware" +} + +audio_output { + type "alsa" + name "Alsa for audio sound card" + mixer_type "software" # optional +} + +audio_output { + type "fifo" + name "my_fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" +} diff --git a/.mpd/mpd.db b/.mpd/mpd.db new file mode 100644 index 0000000..1fc721f Binary files /dev/null and b/.mpd/mpd.db differ diff --git a/.mpd/mpd.log b/.mpd/mpd.log new file mode 100644 index 0000000..70a4575 --- /dev/null +++ b/.mpd/mpd.log @@ -0,0 +1,5173 @@ +May 19 21:38 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +May 19 21:38 : exception: Failed to open '/home/cdnutter/.mpd/mpdstate': No such file or directory +May 19 21:38 : config: option 'device' on line 13 was not recognized +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Bling Bling (2020 Remix).m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/09 Atomic.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Lost In Space.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/11 Bands (feat. Ohgeesy, Fenix Flexin & Master Kato).m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/03 Dragostea Din Tei.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : ffmpeg/mjpeg: EOI missing, emulating +May 19 21:38 : update: added Favorites/01 Blast Off.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Pick It Up (Ima Say Ma Namowa) [feat. Jonathan LaMarche].m4a +May 19 21:38 : update: added Favorites/Your Call Has Been Forwarded (Vaporwave Remix) - OverworldLord - Your Call Has Been Forwarded.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/06 Starfish (Original Mix).m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Omega (feat. Ibranovski).m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/09 Boogie Wonderland.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Bump.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/05 Go Your Own Way (2004 Remaster).m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Give Life Back to Music.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Little Bit of This (feat. Vince Staples).m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/07 Heretic.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Here to Stay [Zomboy].m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/03 Straight Shots.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 How We Win.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/12 To the Stars.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Robot's Can't Drink.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/04 Going Deaf.m4a +May 19 21:38 : update: added Favorites/09 Hey Ya!.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Ultra Bored.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/05 World in My Eyes (Cicada Mix).m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/11 Nun Major.m4a +May 19 21:38 : update: added Favorites/No Nay Bye (SkrillexDillon Francis Remix) - CG5 - Some of My Favorites.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/16 Got the Life.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/04 Future Club.m4a +May 19 21:38 : update: added Favorites/01 How's Your Evening So Far (Chris Lake Remix).mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/03 Nicknackatory.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/02 Rasputin.m4a +May 19 21:38 : update: added Favorites/03 PLASTIC PROGRAM.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Donkbringer.m4a +May 19 21:38 : update: added Favorites/Game Theme - ARIKA - Tetris 99 Original Soundtrack.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Any Kind of Guy.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Caramelldansen.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/09 Flashing Lights.m4a +May 19 21:38 : update: added Favorites/Airport - Cosmic Cycler.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/06 Reptile's Theme.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/23. Gang-Plank Galleon.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 No One in the World.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Free Your Body.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Mr. Roboto.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/02 Fantasy.m4a +May 19 21:38 : update: added Favorites/01 666 Kill Chop Deluxe.mp3 +May 19 21:38 : update: added Favorites/07 SLOW PARTY.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/07 Bowser In the Sky.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/05 Everybody (feat. Sam King).m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/13 Nuclear.m4a +May 19 21:38 : update: added Favorites/Pursuit ~ Lying Coldly - Capcom Sound Team.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/04 I Wonder.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Maneater.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Deceiver.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/17 House of Monogon.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Internet Friends.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Notorious.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/06 Double Vision.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 The Reason.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/17 Sunny California.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/10 Without Me.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Feel It Movin'.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/02 Dreams (2004 Remaster).m4a +May 19 21:38 : update: added Favorites/53 Robots Can't Drink.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/05 Do You_.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/08 Landslide.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 BOOM.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/11 Take Five.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Lights.m4a +May 19 21:38 : update: added Favorites/Gas Gas Gas - Manuel.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Run To The Playoffs.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Until The Grave (Original Mix).m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/06 Breezer.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Express Yourself.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/15 Burnout.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/03 Can't Control Myself.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 That's My Girl.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 A 1000 Times.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 XTC.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/03 Yesterday Don't Mean Shit.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Love Isn't Fair.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 AJA AJA.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/02 Duel of the Fates.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Here to Stay [Korn].m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/11 Freak On a Leash.m4a +May 19 21:38 : update: added Favorites/Despicable Punk - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/13 Send Me on My Way.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/15 Ring of Fire.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/18 Blind.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/02 Highway Star.m4a +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added Favorites/01 Backup.m4a +May 19 21:38 : update: added Favorites/Running In The 90s (Vaporwave Remix) - Sytricka.mp3 +May 19 21:38 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:38 : update: added /01 Feel It Movin'.m4a +May 19 21:38 : client: [0] opened from 127.0.0.1:47474 +May 19 21:38 : avahi: Service 'Music Player @ cdnutter-manjaro' successfully established. +May 19 21:38 : client: [1] opened from 127.0.0.1:47480 +May 19 21:38 : client: [1] closed +May 19 21:38 : client: [2] opened from 127.0.0.1:47486 +May 19 21:38 : update: removing 01 Feel It Movin'.m4a +May 19 21:41 : update: removing Favorites/01 BOOM.m4a +May 19 21:41 : update: removing Favorites/17 House of Monogon.m4a +May 19 21:41 : update: removing Favorites/01 Bling Bling (2020 Remix).m4a +May 19 21:41 : update: removing Favorites/01 Blast Off.m4a +May 19 21:41 : update: removing Favorites/01 Express Yourself.m4a +May 19 21:41 : update: removing Favorites/06 Breezer.m4a +May 19 21:41 : update: removing Favorites/01 Backup.m4a +May 19 21:41 : update: removing Favorites/01 Any Kind of Guy.m4a +May 19 21:41 : update: removing Favorites/02 Fantasy.m4a +May 19 21:41 : update: removing Favorites/01 AJA AJA.m4a +May 19 21:41 : update: removing Favorites/Pursuit ~ Lying Coldly - Capcom Sound Team.mp3 +May 19 21:41 : update: removing Favorites/01 That's My Girl.m4a +May 19 21:41 : update: removing Favorites/01 Internet Friends.m4a +May 19 21:41 : update: removing Favorites/Your Call Has Been Forwarded (Vaporwave Remix) - OverworldLord - Your Call Has Been Forwarded.m4a +May 19 21:41 : update: removing Favorites/01 XTC.m4a +May 19 21:41 : update: removing Favorites/17 Sunny California.m4a +May 19 21:41 : update: removing Favorites/15 Burnout.m4a +May 19 21:41 : update: removing Favorites/05 Do You_.m4a +May 19 21:41 : update: removing Favorites/01 Here to Stay [Korn].m4a +May 19 21:41 : update: removing Favorites/01 Until The Grave (Original Mix).m4a +May 19 21:41 : update: removing Favorites/Running In The 90s (Vaporwave Remix) - Sytricka.mp3 +May 19 21:41 : update: removing Favorites/01 Ultra Bored.m4a +May 19 21:41 : update: removing Favorites/03 Nicknackatory.m4a +May 19 21:41 : update: removing Favorites/05 Everybody (feat. Sam King).m4a +May 19 21:41 : update: removing Favorites/11 Freak On a Leash.m4a +May 19 21:41 : update: removing Favorites/15 Ring of Fire.m4a +May 19 21:41 : update: removing Favorites/01 Maneater.m4a +May 19 21:41 : update: removing Favorites/10 Without Me.m4a +May 19 21:41 : update: removing Favorites/Game Theme - ARIKA - Tetris 99 Original Soundtrack.mp3 +May 19 21:41 : update: removing Favorites/01 Caramelldansen.m4a +May 19 21:41 : update: removing Favorites/23. Gang-Plank Galleon.m4a +May 19 21:41 : update: removing Favorites/02 Duel of the Fates.m4a +May 19 21:41 : update: removing Favorites/Airport - Cosmic Cycler.mp3 +May 19 21:41 : update: removing Favorites/09 Hey Ya!.mp3 +May 19 21:41 : update: removing Favorites/No Nay Bye (SkrillexDillon Francis Remix) - CG5 - Some of My Favorites.mp3 +May 19 21:41 : update: removing Favorites/Despicable Punk - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 21:41 : update: removing Favorites/11 Nun Major.m4a +May 19 21:41 : update: removing Favorites/11 Bands (feat. Ohgeesy, Fenix Flexin & Master Kato).m4a +May 19 21:41 : update: removing Favorites/01 Run To The Playoffs.m4a +May 19 21:41 : update: removing Favorites/05 Go Your Own Way (2004 Remaster).m4a +May 19 21:41 : update: removing Favorites/02 Dreams (2004 Remaster).m4a +May 19 21:41 : update: removing Favorites/16 Got the Life.m4a +May 19 21:41 : update: removing Favorites/01 Robot's Can't Drink.m4a +May 19 21:41 : update: removing Favorites/02 Highway Star.m4a +May 19 21:41 : update: removing Favorites/04 Going Deaf.m4a +May 19 21:41 : update: removing Favorites/03 Yesterday Don't Mean Shit.m4a +May 19 21:41 : update: removing Favorites/01 Give Life Back to Music.m4a +May 19 21:41 : update: removing Favorites/03 Can't Control Myself.m4a +May 19 21:41 : update: removing Favorites/09 Boogie Wonderland.m4a +May 19 21:41 : update: removing Favorites/01 Pick It Up (Ima Say Ma Namowa) [feat. Jonathan LaMarche].m4a +May 19 21:41 : update: removing Favorites/01 Omega (feat. Ibranovski).m4a +May 19 21:41 : update: removing Favorites/01 Notorious.m4a +May 19 21:41 : update: removing Favorites/01 No One in the World.m4a +May 19 21:41 : update: removing Favorites/02 Rasputin.m4a +May 19 21:41 : update: removing Favorites/13 Send Me on My Way.m4a +May 19 21:41 : update: removing Favorites/06 Reptile's Theme.m4a +May 19 21:41 : update: removing Favorites/12 To the Stars.m4a +May 19 21:41 : update: removing Favorites/01 Love Isn't Fair.m4a +May 19 21:41 : update: removing Favorites/01 Lost In Space.m4a +May 19 21:41 : update: removing Favorites/07 SLOW PARTY.mp3 +May 19 21:41 : update: removing Favorites/03 PLASTIC PROGRAM.mp3 +May 19 21:41 : update: removing Favorites/01 Little Bit of This (feat. Vince Staples).m4a +May 19 21:41 : update: removing Favorites/01 666 Kill Chop Deluxe.mp3 +May 19 21:41 : update: removing Favorites/01 Lights.m4a +May 19 21:41 : update: removing Favorites/01 The Reason.m4a +May 19 21:41 : update: removing Favorites/13 Nuclear.m4a +May 19 21:41 : update: removing Favorites/01 Mr. Roboto.m4a +May 19 21:41 : update: removing Favorites/11 Take Five.m4a +May 19 21:41 : update: removing Favorites/06 Starfish (Original Mix).m4a +May 19 21:41 : update: removing Favorites/Gas Gas Gas - Manuel.mp3 +May 19 21:41 : update: removing Favorites/01 A 1000 Times.m4a +May 19 21:41 : update: removing Favorites/01 How's Your Evening So Far (Chris Lake Remix).mp3 +May 19 21:41 : update: removing Favorites/01 How We Win.m4a +May 19 21:41 : update: removing Favorites/01 Here to Stay [Zomboy].m4a +May 19 21:41 : update: removing Favorites/07 Heretic.m4a +May 19 21:41 : update: removing Favorites/18 Blind.m4a +May 19 21:41 : update: removing Favorites/09 Flashing Lights.m4a +May 19 21:41 : update: removing Favorites/04 I Wonder.m4a +May 19 21:41 : update: removing Favorites/53 Robots Can't Drink.mp3 +May 19 21:41 : update: removing Favorites/01 Free Your Body.m4a +May 19 21:41 : update: removing Favorites/08 Landslide.m4a +May 19 21:41 : update: removing Favorites/01 Feel It Movin'.m4a +May 19 21:41 : update: removing Favorites/05 World in My Eyes (Cicada Mix).m4a +May 19 21:41 : update: removing Favorites/03 Straight Shots.m4a +May 19 21:41 : update: removing Favorites/09 Atomic.m4a +May 19 21:41 : update: removing Favorites/06 Double Vision.m4a +May 19 21:41 : update: removing Favorites/01 Donkbringer.m4a +May 19 21:41 : update: removing Favorites/03 Dragostea Din Tei.m4a +May 19 21:41 : update: removing Favorites/01 Deceiver.m4a +May 19 21:41 : update: removing Favorites/04 Future Club.m4a +May 19 21:41 : update: removing Favorites/07 Bowser In the Sky.m4a +May 19 21:41 : update: removing Favorites/01 Bump.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Bling Bling (2020 Remix).m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /09 Atomic.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Lost In Space.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /11 Bands (feat. Ohgeesy, Fenix Flexin & Master Kato).m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /03 Dragostea Din Tei.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : ffmpeg/mjpeg: EOI missing, emulating +May 19 21:41 : update: added /01 Blast Off.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Pick It Up (Ima Say Ma Namowa) [feat. Jonathan LaMarche].m4a +May 19 21:41 : update: added /Your Call Has Been Forwarded (Vaporwave Remix) - OverworldLord - Your Call Has Been Forwarded.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /06 Starfish (Original Mix).m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Omega (feat. Ibranovski).m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /09 Boogie Wonderland.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Bump.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /05 Go Your Own Way (2004 Remaster).m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Give Life Back to Music.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Little Bit of This (feat. Vince Staples).m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /07 Heretic.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Here to Stay [Zomboy].m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /03 Straight Shots.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 How We Win.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /12 To the Stars.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Robot's Can't Drink.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /04 Going Deaf.m4a +May 19 21:41 : update: added /09 Hey Ya!.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Ultra Bored.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /05 World in My Eyes (Cicada Mix).m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /11 Nun Major.m4a +May 19 21:41 : update: added /No Nay Bye (SkrillexDillon Francis Remix) - CG5 - Some of My Favorites.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /16 Got the Life.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /04 Future Club.m4a +May 19 21:41 : update: added /01 How's Your Evening So Far (Chris Lake Remix).mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /03 Nicknackatory.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /02 Rasputin.m4a +May 19 21:41 : update: added /03 PLASTIC PROGRAM.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Donkbringer.m4a +May 19 21:41 : update: added /Game Theme - ARIKA - Tetris 99 Original Soundtrack.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Any Kind of Guy.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Caramelldansen.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /09 Flashing Lights.m4a +May 19 21:41 : update: added /Airport - Cosmic Cycler.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /06 Reptile's Theme.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /23. Gang-Plank Galleon.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 No One in the World.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Free Your Body.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Mr. Roboto.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /02 Fantasy.m4a +May 19 21:41 : update: added /01 666 Kill Chop Deluxe.mp3 +May 19 21:41 : update: added /07 SLOW PARTY.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /07 Bowser In the Sky.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /05 Everybody (feat. Sam King).m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /13 Nuclear.m4a +May 19 21:41 : update: added /Pursuit ~ Lying Coldly - Capcom Sound Team.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /04 I Wonder.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Maneater.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Deceiver.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /17 House of Monogon.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Internet Friends.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Notorious.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /06 Double Vision.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 The Reason.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /17 Sunny California.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /10 Without Me.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Feel It Movin'.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /02 Dreams (2004 Remaster).m4a +May 19 21:41 : update: added /53 Robots Can't Drink.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /05 Do You_.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /08 Landslide.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 BOOM.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /11 Take Five.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Lights.m4a +May 19 21:41 : update: added /Gas Gas Gas - Manuel.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Run To The Playoffs.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Until The Grave (Original Mix).m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /06 Breezer.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Express Yourself.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /15 Burnout.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /03 Can't Control Myself.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 That's My Girl.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 A 1000 Times.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 XTC.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /03 Yesterday Don't Mean Shit.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Love Isn't Fair.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 AJA AJA.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /02 Duel of the Fates.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Here to Stay [Korn].m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /11 Freak On a Leash.m4a +May 19 21:41 : update: added /Despicable Punk - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /13 Send Me on My Way.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /15 Ring of Fire.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /18 Blind.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /02 Highway Star.m4a +May 19 21:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:41 : update: added /01 Backup.m4a +May 19 21:41 : update: added /Running In The 90s (Vaporwave Remix) - Sytricka.mp3 +May 19 21:41 : exception: No such directory +May 19 21:41 : client: [2] closed +May 19 21:41 : client: [3] opened from 127.0.0.1:47502 +May 19 21:41 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +May 19 21:41 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +May 19 21:41 : exception: Failed to enable output "pulse audio" (pulse) +May 19 21:41 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 21:41 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +May 19 21:42 : update: removing 01 That's My Girl.m4a +May 19 21:42 : update: removing 01 Internet Friends.m4a +May 19 21:42 : update: removing 01 Any Kind of Guy.m4a +May 19 21:42 : update: removing 02 Fantasy.m4a +May 19 21:42 : update: removing 01 AJA AJA.m4a +May 19 21:42 : update: removing Pursuit ~ Lying Coldly - Capcom Sound Team.mp3 +May 19 21:42 : update: removing 01 Express Yourself.m4a +May 19 21:42 : update: removing 06 Breezer.m4a +May 19 21:42 : update: removing 01 Backup.m4a +May 19 21:42 : update: removing 01 Bling Bling (2020 Remix).m4a +May 19 21:42 : update: removing 01 Blast Off.m4a +May 19 21:42 : update: removing 17 House of Monogon.m4a +May 19 21:42 : update: removing 01 BOOM.m4a +May 19 21:42 : update: removing 01 Bump.m4a +May 19 21:42 : update: removing 07 Bowser In the Sky.m4a +May 19 21:42 : update: removing 04 I Wonder.m4a +May 19 21:42 : update: removing 53 Robots Can't Drink.mp3 +May 19 21:42 : update: removing 01 Free Your Body.m4a +May 19 21:42 : update: removing 08 Landslide.m4a +May 19 21:42 : update: removing 01 Feel It Movin'.m4a +May 19 21:42 : update: removing 05 World in My Eyes (Cicada Mix).m4a +May 19 21:42 : update: removing 03 Straight Shots.m4a +May 19 21:42 : update: removing 09 Atomic.m4a +May 19 21:42 : update: removing 06 Double Vision.m4a +May 19 21:42 : update: removing 01 Donkbringer.m4a +May 19 21:42 : update: removing 03 Dragostea Din Tei.m4a +May 19 21:42 : update: removing 01 Deceiver.m4a +May 19 21:42 : update: removing 04 Future Club.m4a +May 19 21:42 : update: removing 11 Take Five.m4a +May 19 21:42 : update: removing 06 Starfish (Original Mix).m4a +May 19 21:42 : update: removing Gas Gas Gas - Manuel.mp3 +May 19 21:42 : update: removing 01 A 1000 Times.m4a +May 19 21:42 : update: removing 01 How's Your Evening So Far (Chris Lake Remix).mp3 +May 19 21:42 : update: removing 01 How We Win.m4a +May 19 21:42 : update: removing 01 Here to Stay [Zomboy].m4a +May 19 21:42 : update: removing 07 Heretic.m4a +May 19 21:42 : update: removing 18 Blind.m4a +May 19 21:42 : update: removing 09 Flashing Lights.m4a +May 19 21:42 : update: removing 01 Little Bit of This (feat. Vince Staples).m4a +May 19 21:42 : update: removing 01 666 Kill Chop Deluxe.mp3 +May 19 21:42 : update: removing 01 Lights.m4a +May 19 21:42 : update: removing 01 The Reason.m4a +May 19 21:42 : update: removing 13 Nuclear.m4a +May 19 21:42 : update: removing 01 Mr. Roboto.m4a +May 19 21:42 : update: removing 01 Lost In Space.m4a +May 19 21:42 : update: removing 07 SLOW PARTY.mp3 +May 19 21:42 : update: removing 03 PLASTIC PROGRAM.mp3 +May 19 21:42 : update: removing 12 To the Stars.m4a +May 19 21:42 : update: removing 01 Love Isn't Fair.m4a +May 19 21:42 : update: removing 06 Reptile's Theme.m4a +May 19 21:42 : update: removing 13 Send Me on My Way.m4a +May 19 21:42 : update: removing 02 Rasputin.m4a +May 19 21:42 : update: removing 01 No One in the World.m4a +May 19 21:42 : update: removing 01 Notorious.m4a +May 19 21:42 : update: removing 01 Omega (feat. Ibranovski).m4a +May 19 21:42 : update: removing 01 Pick It Up (Ima Say Ma Namowa) [feat. Jonathan LaMarche].m4a +May 19 21:42 : update: removing 09 Boogie Wonderland.m4a +May 19 21:42 : update: removing 03 Can't Control Myself.m4a +May 19 21:42 : update: removing 01 Give Life Back to Music.m4a +May 19 21:42 : update: removing 03 Yesterday Don't Mean Shit.m4a +May 19 21:42 : update: removing 04 Going Deaf.m4a +May 19 21:42 : update: removing 02 Highway Star.m4a +May 19 21:42 : update: removing 01 Robot's Can't Drink.m4a +May 19 21:42 : update: removing 16 Got the Life.m4a +May 19 21:42 : update: removing 02 Dreams (2004 Remaster).m4a +May 19 21:42 : update: removing 05 Go Your Own Way (2004 Remaster).m4a +May 19 21:42 : update: removing 01 Run To The Playoffs.m4a +May 19 21:42 : update: removing 11 Bands (feat. Ohgeesy, Fenix Flexin & Master Kato).m4a +May 19 21:42 : update: removing 11 Nun Major.m4a +May 19 21:42 : update: removing Despicable Punk - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 21:42 : update: removing No Nay Bye (SkrillexDillon Francis Remix) - CG5 - Some of My Favorites.mp3 +May 19 21:42 : update: removing 09 Hey Ya!.mp3 +May 19 21:42 : update: removing Airport - Cosmic Cycler.mp3 +May 19 21:42 : update: removing 02 Duel of the Fates.m4a +May 19 21:42 : update: removing 23. Gang-Plank Galleon.m4a +May 19 21:42 : update: removing 01 Caramelldansen.m4a +May 19 21:42 : update: removing Game Theme - ARIKA - Tetris 99 Original Soundtrack.mp3 +May 19 21:42 : update: removing 10 Without Me.m4a +May 19 21:42 : update: removing 01 Maneater.m4a +May 19 21:42 : update: removing 15 Ring of Fire.m4a +May 19 21:42 : update: removing 11 Freak On a Leash.m4a +May 19 21:42 : update: removing 05 Everybody (feat. Sam King).m4a +May 19 21:42 : update: removing 03 Nicknackatory.m4a +May 19 21:42 : update: removing 01 Ultra Bored.m4a +May 19 21:42 : update: removing Running In The 90s (Vaporwave Remix) - Sytricka.mp3 +May 19 21:42 : update: removing 01 Until The Grave (Original Mix).m4a +May 19 21:42 : update: removing 01 Here to Stay [Korn].m4a +May 19 21:42 : update: removing 05 Do You_.m4a +May 19 21:42 : update: removing 15 Burnout.m4a +May 19 21:42 : update: removing 17 Sunny California.m4a +May 19 21:42 : update: removing 01 XTC.m4a +May 19 21:42 : update: removing Your Call Has Been Forwarded (Vaporwave Remix) - OverworldLord - Your Call Has Been Forwarded.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Bling Bling (2020 Remix).m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/09 Atomic.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Lost In Space.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/11 Bands (feat. Ohgeesy, Fenix Flexin & Master Kato).m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/03 Dragostea Din Tei.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : ffmpeg/mjpeg: EOI missing, emulating +May 19 21:42 : update: added Favorites/01 Blast Off.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Pick It Up (Ima Say Ma Namowa) [feat. Jonathan LaMarche].m4a +May 19 21:42 : update: added Favorites/Your Call Has Been Forwarded (Vaporwave Remix) - OverworldLord - Your Call Has Been Forwarded.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/06 Starfish (Original Mix).m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Omega (feat. Ibranovski).m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/09 Boogie Wonderland.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Bump.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/05 Go Your Own Way (2004 Remaster).m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Give Life Back to Music.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Little Bit of This (feat. Vince Staples).m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/07 Heretic.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Here to Stay [Zomboy].m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/03 Straight Shots.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 How We Win.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/12 To the Stars.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Robot's Can't Drink.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/04 Going Deaf.m4a +May 19 21:42 : update: added Favorites/09 Hey Ya!.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Ultra Bored.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/05 World in My Eyes (Cicada Mix).m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/11 Nun Major.m4a +May 19 21:42 : update: added Favorites/No Nay Bye (SkrillexDillon Francis Remix) - CG5 - Some of My Favorites.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/16 Got the Life.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/04 Future Club.m4a +May 19 21:42 : update: added Favorites/01 How's Your Evening So Far (Chris Lake Remix).mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/03 Nicknackatory.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/02 Rasputin.m4a +May 19 21:42 : update: added Favorites/03 PLASTIC PROGRAM.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Donkbringer.m4a +May 19 21:42 : update: added Favorites/Game Theme - ARIKA - Tetris 99 Original Soundtrack.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Any Kind of Guy.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Caramelldansen.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/09 Flashing Lights.m4a +May 19 21:42 : update: added Favorites/Airport - Cosmic Cycler.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/06 Reptile's Theme.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/23. Gang-Plank Galleon.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 No One in the World.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Free Your Body.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Mr. Roboto.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/02 Fantasy.m4a +May 19 21:42 : update: added Favorites/01 666 Kill Chop Deluxe.mp3 +May 19 21:42 : update: added Favorites/07 SLOW PARTY.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/07 Bowser In the Sky.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/05 Everybody (feat. Sam King).m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/13 Nuclear.m4a +May 19 21:42 : update: added Favorites/Pursuit ~ Lying Coldly - Capcom Sound Team.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/04 I Wonder.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Maneater.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Deceiver.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/17 House of Monogon.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Internet Friends.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Notorious.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/06 Double Vision.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 The Reason.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/17 Sunny California.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/10 Without Me.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Feel It Movin'.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/02 Dreams (2004 Remaster).m4a +May 19 21:42 : update: added Favorites/53 Robots Can't Drink.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/05 Do You_.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/08 Landslide.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 BOOM.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/11 Take Five.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Lights.m4a +May 19 21:42 : update: added Favorites/Gas Gas Gas - Manuel.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Run To The Playoffs.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Until The Grave (Original Mix).m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/06 Breezer.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Express Yourself.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/15 Burnout.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/03 Can't Control Myself.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 That's My Girl.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 A 1000 Times.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 XTC.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/03 Yesterday Don't Mean Shit.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Love Isn't Fair.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 AJA AJA.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/02 Duel of the Fates.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Here to Stay [Korn].m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/11 Freak On a Leash.m4a +May 19 21:42 : update: added Favorites/Despicable Punk - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/13 Send Me on My Way.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/15 Ring of Fire.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/18 Blind.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/02 Highway Star.m4a +May 19 21:42 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:42 : update: added Favorites/01 Backup.m4a +May 19 21:42 : update: added Favorites/Running In The 90s (Vaporwave Remix) - Sytricka.mp3 +May 19 21:42 : exception: Failed to enable output "pulse audio" (pulse) +May 19 21:42 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 21:43 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 21:43 : exception: Failed to enable output "pulse audio" (pulse) +May 19 21:43 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 21:45 : client: [3] closed +May 19 21:54 : client: [0] closed +May 19 21:54 : client: [4] opened from 127.0.0.1:47588 +May 19 21:54 : client: [4] closed +May 19 21:54 : client: [5] opened from 127.0.0.1:47592 +May 19 21:55 : client: [5] closed +May 19 21:55 : client: [6] opened from 127.0.0.1:47596 +May 19 21:55 : client: [6] closed +May 19 21:55 : client: [7] opened from 127.0.0.1:47600 +May 19 21:55 : client: [7] closed +May 19 21:55 : client: [8] opened from 127.0.0.1:47604 +May 19 21:55 : client: [8] closed +May 19 21:55 : client: [9] opened from 127.0.0.1:47608 +May 19 22:02 : client: [10] opened from 127.0.0.1:47638 +May 19 22:02 : exception: Failed to decode /home/cdnutter/Music/01 666 Kill Chop Deluxe.mp3 +May 19 22:02 : exception: nested: Failed to open '/home/cdnutter/Music/01 666 Kill Chop Deluxe.mp3': No such file or directory +May 19 22:02 : player: played "01 666 Kill Chop Deluxe.mp3" +May 19 22:02 : exception: Failed to decode /home/cdnutter/Music/01 666 Kill Chop Deluxe.mp3 +May 19 22:02 : exception: nested: Failed to open '/home/cdnutter/Music/01 666 Kill Chop Deluxe.mp3': No such file or directory +May 19 22:02 : exception: Failed to decode /home/cdnutter/Music/Favorites/01 A 1000 Times.m4a +May 19 22:02 : exception: nested: Failed to open '/home/cdnutter/Music/Favorites/01 A 1000 Times.m4a': No such file or directory +May 19 22:02 : player: played "Favorites/01 A 1000 Times.m4a" +May 19 22:02 : update: removing Favorites/01 Bling Bling (2020 Remix).m4a +May 19 22:02 : update: removing Favorites/01 Blast Off.m4a +May 19 22:02 : update: removing Favorites/01 Express Yourself.m4a +May 19 22:02 : update: removing Favorites/06 Breezer.m4a +May 19 22:02 : update: removing Favorites/01 Backup.m4a +May 19 22:02 : update: removing Favorites/01 Any Kind of Guy.m4a +May 19 22:02 : update: removing Favorites/02 Fantasy.m4a +May 19 22:02 : update: removing Favorites/01 AJA AJA.m4a +May 19 22:02 : update: removing Favorites/Pursuit ~ Lying Coldly - Capcom Sound Team.mp3 +May 19 22:02 : update: removing Favorites/01 That's My Girl.m4a +May 19 22:02 : update: removing Favorites/01 Internet Friends.m4a +May 19 22:02 : update: removing Favorites/Your Call Has Been Forwarded (Vaporwave Remix) - OverworldLord - Your Call Has Been Forwarded.m4a +May 19 22:02 : update: removing Favorites/01 XTC.m4a +May 19 22:02 : update: removing Favorites/17 Sunny California.m4a +May 19 22:02 : update: removing Favorites/15 Burnout.m4a +May 19 22:02 : update: removing Favorites/05 Do You_.m4a +May 19 22:02 : update: removing Favorites/01 Here to Stay [Korn].m4a +May 19 22:02 : update: removing Favorites/01 Until The Grave (Original Mix).m4a +May 19 22:02 : update: removing Favorites/Running In The 90s (Vaporwave Remix) - Sytricka.mp3 +May 19 22:02 : update: removing Favorites/01 Ultra Bored.m4a +May 19 22:02 : update: removing Favorites/03 Nicknackatory.m4a +May 19 22:02 : update: removing Favorites/05 Everybody (feat. Sam King).m4a +May 19 22:02 : update: removing Favorites/11 Freak On a Leash.m4a +May 19 22:02 : update: removing Favorites/15 Ring of Fire.m4a +May 19 22:02 : update: removing Favorites/01 Maneater.m4a +May 19 22:02 : update: removing Favorites/10 Without Me.m4a +May 19 22:02 : update: removing Favorites/Game Theme - ARIKA - Tetris 99 Original Soundtrack.mp3 +May 19 22:02 : update: removing Favorites/01 Caramelldansen.m4a +May 19 22:02 : update: removing Favorites/23. Gang-Plank Galleon.m4a +May 19 22:02 : update: removing Favorites/02 Duel of the Fates.m4a +May 19 22:02 : update: removing Favorites/Airport - Cosmic Cycler.mp3 +May 19 22:02 : update: removing Favorites/09 Hey Ya!.mp3 +May 19 22:02 : update: removing Favorites/No Nay Bye (SkrillexDillon Francis Remix) - CG5 - Some of My Favorites.mp3 +May 19 22:02 : update: removing Favorites/Despicable Punk - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 22:02 : update: removing Favorites/11 Nun Major.m4a +May 19 22:02 : update: removing Favorites/11 Bands (feat. Ohgeesy, Fenix Flexin & Master Kato).m4a +May 19 22:02 : update: removing Favorites/01 Run To The Playoffs.m4a +May 19 22:02 : update: removing Favorites/05 Go Your Own Way (2004 Remaster).m4a +May 19 22:02 : update: removing Favorites/02 Dreams (2004 Remaster).m4a +May 19 22:02 : update: removing Favorites/16 Got the Life.m4a +May 19 22:02 : update: removing Favorites/01 Robot's Can't Drink.m4a +May 19 22:02 : update: removing Favorites/02 Highway Star.m4a +May 19 22:02 : update: removing Favorites/04 Going Deaf.m4a +May 19 22:02 : update: removing Favorites/03 Yesterday Don't Mean Shit.m4a +May 19 22:02 : update: removing Favorites/01 Give Life Back to Music.m4a +May 19 22:02 : update: removing Favorites/03 Can't Control Myself.m4a +May 19 22:02 : update: removing Favorites/09 Boogie Wonderland.m4a +May 19 22:02 : update: removing Favorites/01 Pick It Up (Ima Say Ma Namowa) [feat. Jonathan LaMarche].m4a +May 19 22:02 : update: removing Favorites/01 Omega (feat. Ibranovski).m4a +May 19 22:02 : update: removing Favorites/01 Notorious.m4a +May 19 22:02 : update: removing Favorites/01 No One in the World.m4a +May 19 22:02 : update: removing Favorites/02 Rasputin.m4a +May 19 22:02 : update: removing Favorites/13 Send Me on My Way.m4a +May 19 22:02 : update: removing Favorites/06 Reptile's Theme.m4a +May 19 22:02 : update: removing Favorites/12 To the Stars.m4a +May 19 22:02 : update: removing Favorites/01 Love Isn't Fair.m4a +May 19 22:02 : update: removing Favorites/01 Lost In Space.m4a +May 19 22:02 : update: removing Favorites/07 SLOW PARTY.mp3 +May 19 22:02 : update: removing Favorites/03 PLASTIC PROGRAM.mp3 +May 19 22:02 : update: removing Favorites/01 Little Bit of This (feat. Vince Staples).m4a +May 19 22:02 : update: removing Favorites/01 666 Kill Chop Deluxe.mp3 +May 19 22:02 : update: removing Favorites/01 Lights.m4a +May 19 22:02 : update: removing Favorites/01 The Reason.m4a +May 19 22:02 : update: removing Favorites/13 Nuclear.m4a +May 19 22:02 : update: removing Favorites/01 Mr. Roboto.m4a +May 19 22:02 : update: removing Favorites/11 Take Five.m4a +May 19 22:02 : update: removing Favorites/06 Starfish (Original Mix).m4a +May 19 22:02 : update: removing Favorites/Gas Gas Gas - Manuel.mp3 +May 19 22:02 : update: removing Favorites/01 A 1000 Times.m4a +May 19 22:02 : update: removing Favorites/01 How's Your Evening So Far (Chris Lake Remix).mp3 +May 19 22:02 : update: removing Favorites/01 How We Win.m4a +May 19 22:02 : update: removing Favorites/01 Here to Stay [Zomboy].m4a +May 19 22:02 : update: removing Favorites/07 Heretic.m4a +May 19 22:02 : update: removing Favorites/18 Blind.m4a +May 19 22:02 : update: removing Favorites/09 Flashing Lights.m4a +May 19 22:02 : update: removing Favorites/04 I Wonder.m4a +May 19 22:02 : update: removing Favorites/53 Robots Can't Drink.mp3 +May 19 22:02 : update: removing Favorites/01 Free Your Body.m4a +May 19 22:02 : update: removing Favorites/08 Landslide.m4a +May 19 22:02 : update: removing Favorites/01 Feel It Movin'.m4a +May 19 22:02 : update: removing Favorites/05 World in My Eyes (Cicada Mix).m4a +May 19 22:02 : update: removing Favorites/03 Straight Shots.m4a +May 19 22:02 : update: removing Favorites/09 Atomic.m4a +May 19 22:02 : update: removing Favorites/06 Double Vision.m4a +May 19 22:02 : update: removing Favorites/01 Donkbringer.m4a +May 19 22:02 : update: removing Favorites/03 Dragostea Din Tei.m4a +May 19 22:02 : update: removing Favorites/01 Deceiver.m4a +May 19 22:02 : update: removing Favorites/04 Future Club.m4a +May 19 22:02 : update: removing Favorites/07 Bowser In the Sky.m4a +May 19 22:02 : update: removing Favorites/01 Bump.m4a +May 19 22:02 : update: removing Favorites/01 BOOM.m4a +May 19 22:02 : update: removing Favorites/17 House of Monogon.m4a +May 19 22:02 : update: added Apple Music Playlists/New Songs/18 Rainbow Cemetery.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/New Songs/05 One Foot In Front Of The Other.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/New Songs/05 Smokin'.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/New Songs/04 Bombshell.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/New Songs/15 Mess Around.m4a +May 19 22:02 : update: added Apple Music Playlists/New Songs/21 Dance Of Pearl.m4a +May 19 22:02 : update: added Apple Music Playlists/New Songs/16 Crystal Drops.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/New Songs/01 Battle Sirens (feat. Knife Party).m4a +May 19 22:02 : update: added Apple Music Playlists/New Songs/40 Taking My Time.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/New Songs/03 When Worlds Collide (Album Version).m4a +May 19 22:02 : update: added Apple Music Playlists/New Songs/17 Path Of The Departed.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/New Songs/03 Unfaithful.m4a +May 19 22:02 : update: added Apple Music Playlists/New Songs/05 Prayer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/New Songs/02 Everchanging.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Take It on the Run.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Shazam (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 19-2000.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Starlight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bling Bling (2020 Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 99 Luftballons.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Star Eater.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Orion.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Love Distance.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05. Title Theme - Punch-Out!! (Wii).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Nightmare.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Fucking Die 2 (€€ Cooper Mix) - Skrillex.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Wrong Way.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 NIGHTMARE MOTEL.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Through The Never.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Coming Home.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/My Name is Skrillex - Skrillex.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Sexy And I Know It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 The Day That Never Comes.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Run.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Swerve.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Edge of the World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/69 For The Fans.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bob-Omb Battlefield (PAL Version) - SiIvaGunner - Super Mario 64 DS.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle! (Battle Tree Boss) - Hideaki Kuroda, Jun'ichi Masuda & GAME FREAK.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Fall (From TRON Legacy Japanese Popstars Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Radar Love.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Jesus Walks.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Sleaze (feat. Mistajam).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Natural Born Killer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 This Is Halloween (From The Nightmare Before Christmas Soundtrack).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/55 Your Contract Has Expired.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Beat the Devil's Tattoo.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Boneklezmer - M. Bulteau.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : ffmpeg/mjpeg: EOI missing, emulating +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Death & Desire (feat. Harrison).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Back To You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Fixer Upper.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/45 Incoming.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Careless Whisper.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Around the World (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Vermilion.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Glamorous.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Hooked on a Feeling.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 I Miss You (feat. Kenny Raye) (Prefekt Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Port Town - Yumiko Kanki.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/68 Welcome Home.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Shadows Of The Night.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Your Reality.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Sunset Park.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Dance X.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Bands (feat. Ohgeesy, Fenix Flexin & Master Kato).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Awesome to the Max.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Playing for Keeps.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 The Beat (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/96 Last Goodbye.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/76 Bergentrückung.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Fire Away.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bellbottoms.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 International (Skrillex Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Deluxe.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Give It Away.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 First Of The Year (Equinox).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 West Side Lane.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Snake Eyes (Demo Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : ffmpeg/mjpeg: EOI missing, emulating +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Blast Off.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/25 Blood Dragon Theme (Reprise).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 The Unforgiven.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Galvanize.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Energy Drink.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Money (feat. Fatman Scoop).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Change (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Collide.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Trailer Theme (In-Game Mix) - SiIvaGunner - Sonic Mania.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 This Cocaine Makes Me Feel Like I'm on This Song.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 On The Floor.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Mother 2 - Hirokazu Ando, Tadashi Ikegami, Shogo Sakai.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 More Human Than Human.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11. Fourside (Melee).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Conflict.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Boundless.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Right In Two.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Pick It Up (Ima Say Ma Namowa) [feat. Jonathan LaMarche].m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/30 Dream Soda.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Forty Six & 2.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Divide - Magna.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Wildstyle (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06. Super Sonic Racing.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Your Call Has Been Forwarded (Vaporwave Remix) - OverworldLord - Your Call Has Been Forwarded.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/29 Pow! Pow! Pow! - Mr. Incredible's Theme.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08. Pokémon Gold & Pokémon Silver Medley.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Let's Get Ready to Rumble! - Jock Jams.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Sacrifice.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Starfish (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Brompton Cocktail.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 DADDY ft. CL of 2NE1.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Be Alright.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Daddy (feat. Sirah).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Man Hands (Low Steppa Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Save Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Unity.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Clockwork (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Prophecies.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/25 Pounce.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 BONK!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Chase It (feat. Savoi).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Turbo Lover (Remastered).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Sunflower.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Breaking Bad Main Title Theme (Extended).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Manslaughter.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Lavender Town (feat. James Landino).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/79 Your Best Nightmare.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Drippin.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Nintendo GameCube Startup - SiIvaGunner - Console BIOS Startup Fanfare.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 In Progress.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Holy Mountains.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 All Alone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 All Wet (feat. Siriusmo).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Jocelyn Flores.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Origin - Original Mix.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/25 Boombox.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Rattlesnake.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Harder, Better, Faster, Stronger.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Beach Rumble - Shawn Lee.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Rat Twist.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Rock the Flock.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 One More Time.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Shooting Stars.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Loud Thoughts.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Puzzle Mode - Angkor Wat 1 (Console) - Iku Mizutani, Sinya Kurahasi, Hikaru Tamura - Tetris Plus.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Disco Divertimento Duo (from the album _Desperate Romantics_).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 The Night We Met.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Take It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Victorious.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07. Bloody Tears & Monster Dance.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 I Know You Know.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Rock Your Body.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Cornman.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Omega (feat. Ibranovski).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Cat.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Heartbreakers (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04. Ashley's Song.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Up Next.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 MEGALOVANIA (from UNDERTALE).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 BFG Division.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dusky Bounce - Dusky Hunters.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Soap - Original Mix.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Lick It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Zipper.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Go Straight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 The Underground.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Boyfriend.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Suavemente.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 My Pet Coelacanth.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Pain (feat. Jonate).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Low (feat T-Pain).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/warp - Doktor Lazer.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Railroad Wrath.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Centuries.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Lost It All.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Splinter (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 I-E-A-I-A-I-O.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 DJ Turn It Up.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Roll the Dice.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/42 Honeylune Ridge Caves.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/DonAcDum - Carl Norén.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/30 Chaos King.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Black Horse And The Cherry Tree.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/51 Pebble Man.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Werehog Battle Theme A - Kenichi Tokoi, Masahiro Kobayashi, Hideo Yamaki, Makoto Saito, Yutaka Minobe, Koji Nishimura, Yoshinari Takegami, Kanade Shishiuchi, Masatsugu Shinozaki, Kiyo Kido, Yasunao Ishida, Yuriko Mori,.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Quickscope (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Unicorn (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/An Unplanned Intermission ~ The Dragon Awakens - SiIvaGunner - Mean Girls (DS).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Vice.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Keep on Rocking.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Oye Como Va.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Combat I.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Steam Gardens.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Under Pressure (Remastered 2011).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Milk & Honey.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 The Wicked End.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Blood Dragon Theme.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Only the Good Die Young.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Over the Rainbow.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 2 Minutes To Midnight (1998 Remastered Version).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Baka Survivor - Ulfuls.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/See You Again (Beta Mix) - SiIvaGunner - Forza Horizon 2 Presents Fast & Furious.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05. Xenoblade Chronicles Medley.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Ever Fallen In Love - Pete Yorn.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Hotel California (Spanish Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/24 Turtle Town.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Accidentally In Love - Counting Crows.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bump.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Champagne (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/30 The Pressure.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Oops!...I Did It Again.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 The Pineapple Pizza Slayer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Ends Of The Earth.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Megalovania - VvvvvaVvvvvvr - Projared.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Bad Language.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bring It (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Whatever.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Paradise City.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Iceladen.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Boss Battle - SiIvaGunner - Fusion Collabs.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Go Your Own Way (2004 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 What It Do.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 AGEN WIDA.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Killing Two Birds.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Under The Bridge.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Jungle Bae (feat. Bunji Garlin & MX Prime).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Feeling Good.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Scream - Bignic.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Tenuous Winners_Returning Home.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 April 29, 1992 (Miami).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Chest.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Night Drive.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 True Survivor.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Sayo-nara - VvvvvaVvvvvvr - Doki Doki Literature Club!.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 No Regrets.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Better.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Minty.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Sweat (Soulji Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Linchpin.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Sloan's Assault.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Surfacing.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/80 Finale.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Buried Alive.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/40 Before the Story.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Casin.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Rockers.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Gun Metal Grey 2015 - Simon Viklund.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Another Brick in the Wall, Pt. 2.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Greyhound.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Turn off the Lights (feat. Alexis Roberts).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Clocks.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Evil Gameboy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 I'm Free (Heaven Helps the Man).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Five Hours.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Outside!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Give Life Back to Music.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14. Vs. Ridley (Brawl).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Professional Griefers (Vocal Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Masterpiece (feat. Bslick).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/94 Respite.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02. Go K.K. Rider!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/45 Adrenaline.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Insignia.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Just Lose It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Lonely.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Clash.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle Encounter - SiIvaGunner - Undertale.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/43 The Ultimate Badass.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Narcos.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Colonel Hathi's March.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Passionfruit.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Little Bit of This (feat. Vince Staples).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 That's the Way (I Like It).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Into You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Sweet Victory.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 600 Years.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Ripped Pants.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 I Remember.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/71 The Band's Call.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Razormind.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 On the Radio.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Twist And Shout (Remastered 2009).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 EDM Trend Machine.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Money for Nothing.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 UBS (2013 VIP Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Athletic Theme (PAL Version) - SiIvaGunner - Super Mario World.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Cleanin' Out My Closet.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Requiem.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Good 2 Go (feat. Tylor Maurer).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Count On You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Lost.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Backstab - Simon Viklund.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/009. Ice Climber (Melee).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Use This Gospel.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/33 Train Rush.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Odyssey (feat. Danyka Nadeau).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Heretic.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Checker Dance.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Tribute.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/26 Just Wait for It (feat. Juvon Taylor).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Animal Rights.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Follow God.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 New Style.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle! (Team Skull Boss) [feat. KYOtaro] - GAME FREAK & Minako Adachi.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 No More Sorrow.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Reverie.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Selah.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Don't Stop The Party (Album Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 About You (feat. Charles X).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Above All.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/34 Memory.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Lean On (feat. MØ & DJ Snake).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Feel Good.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Botanic Panic.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 WTF!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Time Is Now.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Blue Line (Instrumental Version) - Keiji Matsumoto.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Revenga.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/33 THE WORLD REVOLVING.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/This is Halloween - Kingdom Hearts.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Chill or Be Chilled - Frozone's Theme.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Mo Bamba.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 War (F.O.O.L & Didrick Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Breaking The Habit.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Blackwater.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Dramophone (1).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02. Splattack!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Lose Yourself.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Pandemic.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 This Time.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 The Hangman's Body Count.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Circle.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Forever Turbo Heat Dance.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Better Days - Paul Doucette.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/85 Mining Melancholy.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 What's Your Name.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 The Kids Aren't Alright.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Woman.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Jerry Temporary (Remastered 2011).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Atlas (From “The Hunger Games Catching Fire” Soundtrack).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Marble Gallery.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Shape of You - Ed Sheeran.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/46 Spear of Justice.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 All American Badass Mastered.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Porch.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Prism.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Stereo Hearts (feat. Adam Levine).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Shots.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Feel Good Inc.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Level 900-999 - ARIKA - Tetris The Absolute The Grandmaster 2 PLUS OST.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Shepper Armada.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Magic Carpet Ride.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 100 Mile Dash (Score).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Pause Screen - SiIvaGunner - Wario World.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Blastin' Lazers - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Apollo (Electro Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 FREE ONLINE PORN VIDEOS.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Golden Girls Theme - Sim Gretina.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Without Me.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Hard Bargain.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Let Me Blow Ya Mind.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Able to Maximize.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Vindicate - Datsik, Excision.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Shop.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Gasolina.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Don't Hold Back (Original Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Boss Mode.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Rubberband Man.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Aerodynamic.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Apocalypse (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 April.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Party Bass (Original) - Bombs Away.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Miami Disco.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Intro.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Saving Metroville (Score).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 In the Air Tonight (2015 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Fire Hive.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 We're Here To Save The Day.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Let's Get Fcked Up.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Devil Haha - DJ 雪宗.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Stickerbrush Symphony.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 End Credits.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Rude Buster (Battle) [From _DELTARUNE_].m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Double Vision (2008 Remaster).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Cat Rats - Skrillex.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Final Boss Battle - Tomoya Ohtani.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Emoji.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Makes Me Wonder.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Android Porn.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 F-Track (Extended Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/98 Battle Against A True Hero.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Straight Shots.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Shine A Light (Flight Facilities Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Kream.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Ampersand.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Monster.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Stronger (What Doesn't Kill You).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/65 CORE.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Canned Heat.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Cassette (Alectro Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Build the Cities (feat. Kerli).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Tension.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 #SELFIE.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Stage.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 How We Win.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Big Shots.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Boten Anna.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 You Should Be Dancing.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Savage.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Okay.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Mind (feat. Kai).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Closer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05. Brinstar (Brawl).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Blinded in Chains.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Seeya.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Riders on the Storm.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Heart Skips a Beat.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Be (D.O.D Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bad Reputation - Half Cocked.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Big Time Rush.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dive into the Heart (Destati) - Kingdom Hearts.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 To the Stars.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Digga Digga Doo.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Latch.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Here For You (feat. Q'AILA).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Aloha.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Cyber Commando.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Radio Ga Ga (Remastered 2011).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Deep Down Low.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 SNAKE WAY 蛇の道 II.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10. Core Luge.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 People Say (feat. Stella Talpo).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Knight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Incline.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Hold It Down (Doctor P Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 Battle Cry.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Loco.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Summertime Sadness (SxAde Synthwave Remix) - Lana del Rey.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Momentz (feat. De La Soul).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Staff Roll (From Super Mario 64).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Cahuenga.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Fantasy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Robot's Can't Drink.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Fun, Fun, Fun.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Nazareth (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 The Posse Polonaise.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Whiplash.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/神の壊れた約束 - サタン.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Transistor Fist.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Sneaky Driver.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Duality.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bap U (Alternate Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Fire in the Hole.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 XL (Continuous Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Dirty Harry.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 lovely.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Crypteque.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Going Deaf.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Turtle Town.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Rather Be (feat. Jess Glynne).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Evil Gypsy Woman (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Smoke Two Joints.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Don't Be Afraid To Be Different.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 The Blister Exists.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Blurred Vision.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Time (Dirty Bit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Go Showtek.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Dramophone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Big Fish.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Game Theme (10 Left) - ARIKA - Tetris 99 Original Soundtrack.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09. Onett Theme & Winters Theme.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Bad Selection.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/I'm on My Way - The Proclaimers.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Sleepwalking.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/90 Live in Joy.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Cornered - TimmyTurnersGrandDad - Fusion Collabs.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Colossus.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 Mafia Boss' big Showdown.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 No Way (No Way Jose).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Roxas Reveal - Yoko Shimomura.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Staff Roll - Koji Kondo.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Trip To Baghdad (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Lift Yourself.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Bad Intentions.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Hallelujah - Rufus Wainwright.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 My Name Is.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 LED Spirals (Extended Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Baby I Love Your Way.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 We Are Young (feat. Janelle Monáe).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Vario 64 (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Lights.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 I Fucking Hate You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Sweden.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/053. Menu - Super Smash Bros. Melee.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/31 Fuck You (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 YYZ (Album Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 NEW BREED (feat. Darnell Williams).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Murine Corps.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Take You There (Album Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Friendship (From Deltarune).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 FTS (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Teenagers.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Good Life.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Ooh Nah Nah - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 This Love.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Punishment - Shawn Lee.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Ghosts 'n' Stuff.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 When The Funk Drops.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Manslaughter (VIP Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/50 Metal Crusher.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Fat Bottomed Girls.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/59 Spider Dance.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Rock Steady.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Never Easy.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Hey Ya!.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 POWER.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Humility (feat. George Benson).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Beneath The Ground - Kingdom Hearts II.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Stayin' Alive.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Disco Descent Shopkeeper.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 I'm on My Way.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 London Bridge (Edited).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Stronger (feat. Emel).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Awake.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Holding On To Sound (feat. Concept).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Cheat Codes.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Midnight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 How You Like Me Now.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Sulfur.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/21 - Gang-Plank Galleon.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 The Unforgiven II.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Hydrogen - MOON.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Love You Like A Love Song.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Trailmixing.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Act Like You Know (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Black or White.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Phantom Of The Opera (1998 Remastered Version).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Recess - Skrillex - Recess.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Beauty Of Annihilation - Kevin Sherwood, James McCawley, Treyarch Sound, Brian Tuey.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/BATTLEFIELD - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 The Edge.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 The Adventures Of Rain Dance Maggie.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 Shimmer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Here Comes The Sun (Remastered 2009).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/49 Ode to the Oblivious.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 journey.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Take Me Home, Country Roads - Copilot Music & Sound.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Jessica (Unedited Version).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Megalovania (Pre-Alpha Mix) - TimmyTurnersGrandDad - Undertale.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 City 2 City.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Superman.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Worldwide.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Rain Over Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09. Mona Pizza's Song.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Krazy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Doin' it Right.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Native.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Still D.R.E.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Bad Pitched.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Take Ü There (feat. Kiesza).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Pineapple Princess (From Hawaiiannette Kinsey Moore Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 I Walk the Line.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Ultra Bored.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Enter Sandman.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/No Fear (Original Mix) - StereoCreator, Shake Style Pro.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Imprint (feat. Tkay Maidza).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01. Mute City.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Boy Oh Boy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Porta Vista.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 A Little Piece of Heaven.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Russian.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Somebody To Love.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 The Walls Came Down (Single Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 World in My Eyes (Cicada Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06. Town Hall and Tom Nook's Store - Animal Crossing - Wild World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Clumsy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17. White Land II.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Explode.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Hypnotize.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Follow Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Soldier.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Saints Row IV.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Converter.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Karaoke Night - e-dubble.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Anticipation.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Unholy Confessions.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Derby (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Deya (feat. Patrick Baker).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 (sic).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/21 Dogsong.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Birthday Cake.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Dry Hands.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Wood Man - SiIvaGunner - Fusion Collabs.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 No Bleedin.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Konga Conga Kappa (King Cha Cha) - VvvvvaVvvvvvr - Crypt of the NecroDancer.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 FTS (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Field of Hopes and Dreams.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/001. Main Theme (E3 2018 Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 Backup.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/37 The Moon (8-bit Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Pirate Bay (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Lost Bastard (feat. Goth Mystery Mafia).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Malicious.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Roar.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Nun Major.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bob-Omb Battlefield (E3 Trailer) - SiIvaGunner - Super Mario 64.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Astrocat.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Fossil Fuels - Lemaitre - Fossil Fuels.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Take A Hint.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Dani California.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Ancient Aliens.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Friend Like Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Rivers and Roads.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Nostalgia Drive.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Knock Knock.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Californication (feat. Caroline Pennell).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/PlayStation Format Disc Error - SiIvaGunner - Console BIOSStartup Fanfare.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Stick Up (feat. Juliette Lewis).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Our Country Made a Promise.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Silence.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Scenes From an Italian Restaurant.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Back to Life.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 No Mistakes.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Night Table.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 American Boy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Crusade (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Cut to Black (1).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Crank It (Radio Edit).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/The Fated Final Battle - Ryō Nagamatsu.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Rivers In the Desert - Lyn.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Raise Your Weapon.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Touch Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Space Jam.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Welcome to the Party.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/076. Final Destination - Super Smash Bros. Brawl.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 Incantation.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Café (OST Version) - SiIvaGunner - Animal Crossing - Wild World.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Unbound (The Wild Ride).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Grip.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 It Came from Planet Earth.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 1, 2, 3, 4 (Album Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Scream.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/26 Toothless Hawkins (And His Robot Jazz Band).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Black & Gold Marcussen Album Version.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/No Nay Bye (SkrillexDillon Francis Remix) - CG5 - Some of My Favorites.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Shivers.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03.5 Long Time.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Running Out.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Ultimatum.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Warzone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 You're Welcome.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02. Mute City (Melee).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/47 And Jesus Wept.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Future Club.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Ashes (from Deadpool 2 Motion Picture Soundtrack).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Parliament Funk.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18. Fire Field.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bollywood Stunna.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 This Ain't A Scene, It's An Arms Race.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Atrévete-te-te - SiIvaGunner - Grand Theft Auto IV.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/29 Open Hour.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 SPEED TRAP.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Bleed.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 How's Your Evening So Far (Chris Lake Remix).mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Character Select - Masayoshi Soken, Koji Kondo, Yukio Kaneoka - Mario Hoops 3 on 3.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Corridors.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Black Betty.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Death Row - Carl Noren.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 One October Song.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Grave feat. Gabriella Hook (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/43 Bloody Tears (Remix 1).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 FLO.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Run Boy Run.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Steam Gardens (CD Version) - SiIvaGunner - Super Mario Odyssey.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Nuclear.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Satisfaction (Isak Original Extended).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Underneath It All.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/065. Wii Sports Resort Ver. 2.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Nicknackatory.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Taking You Back (Afrojack Edit) (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Dirty Vibe.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08. Yoshi's Story (Melee).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Is It Always Binary.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Moonlight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Dust in the Wind.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17. K.K. Western.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 One More Night.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Danger Line.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Funkytown - Lipps Inc.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Hipster Cutthroat.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 BRB.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Tourniquet.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Bliss.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14. Red Canyon.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Thomas Theme.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Video Boy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Remenissions.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dearly Beloved - Kingdom Hearts.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Bright Lights in Silent Rooms.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Sugar Rush.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Excellent Choice.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/45 No Brakes.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 U Got A Friend (feat. Kelli-Leigh) (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Home.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 RadioVideo.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/29 Get Out of Park.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Title Theme (Time Trax) - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Under the Fleuroscope.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Fargo.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Snuff.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16. Battle! (Champion) & Champion Cynthia.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Clique.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 PLASTIC PROGRAM.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Children of the Night.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Synergy.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Ghost Fight (Beta Mix) - SiIvaGunner - Undertale.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Here Comes the Money (Shane McMahon).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Party Rock Anthem.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Vs. Regi Trio - Kamex.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Witch Doctor.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Remember Me (Lullaby).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dearly Beloved - Kingdom Hearts II.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Freakshow (feat. Varien) (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 We Are One (feat. Splitbreed).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 I Can't.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 7 rings.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 I call it Progstep.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 I Know.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Poons.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Wild West Rock - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Private Caller - Skylar Spence.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Megalovania (Undertale Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 One More Time (Short Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Bad Religion.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Lone Digger.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Storm The Gates (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Donkbringer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 my strange addiction.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Family - Mario Galaxy Orchestra.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Shiny.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Boombass (feat. Sheffo) (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Regulate.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Broken, Beat & Scarred.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 JustYourSoul.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Mr. Blue Sky.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Peacock (Haywyre Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Patient Zero.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Frogbass (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Push It.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Mute City - Yumiko Kanki.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Game Theme - ARIKA - Tetris 99 Original Soundtrack.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Pursuit ~ Cornered (Variation) - Masakazu Sugimori.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Rock It for Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 ULTRAnumb.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Slither.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Americano.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Due West (Skrillex Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Automaton.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Nine In The Afternoon (Radio Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 So What.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Outta Your Mind.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 In The Face Of Evil.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Snowy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Stranger.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/34 Trainwreck of Electro Swing (Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Vario (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Hot Pursuit - Simon Viklund.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/35 Cruel Summer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Maelstrom.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 I Want You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Key.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Lonely Day.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Narkobaroni.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 The Vine.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Pony.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Berzerk.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Corneria - Hajime Hirasawa.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Any Kind of Guy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Disconnected.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/HIS WORLD ~THEME OF SONIC THE HEDGEHOG~.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/34 I Am The Wind.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Game Type B Danger - Electronic Arts - Tetris (Playstation 3).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Strut.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/VS (Mewtwo Battle) [Rearranged by Danny] - Junichi Masuda.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Perilous Piers.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Fuck That.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Trip to Ireland (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Resistance.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Men's Hair Club - SiIvaGunner - LISA - The Painful.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 INDEPENDENT (feat. LAMBO).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/اخي يوداtôi ббх (Insert No Counterfeit! Coin Countermeasures) - VvvvvaVvvvvvr - סוניק הקיפוד בעברית SONIC ARCADIA.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/25 Rupture.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Crazy Little Thing Called Love.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Caramelldansen.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Highway Star.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Mysterious Stranger.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle Against a Gorgeous Foe -by nelward [soundtake.net].mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Do For Love.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Porkchop Express.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Planets of the Universe (Demo; 2013 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 I Like That (Feat. LUCIANA) Long Original.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Take a Walk.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 It's Still Rock And Roll To Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Til I Forget About You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Cocaine (feat. Konnekt).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Malevolence.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Nuclear (Unused Game Version) - SiIvaGunner - Metal Gear Solid V - The Phantom Pain.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dire, Dire Docks (OST Version) - SiIvaGunner - Super Mario 64.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Like Toy Soldiers.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Fist Bump (Main Theme) - Tomoya Ohtani.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Dads in Space.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Level 700-899 - ARIKA - Tetris The Absolute The Grandmaster 2 PLUS OST.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 No One.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Combat - Nozomi Aoki.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 The Way I Are.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Warhead.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Staff Roll - SiIvaGunner - Super Mario 64 DS.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Simple And Clean (Ray Of Hope Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Far Too Close (Pegboard Nerds Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 High Roller (feat. SPLITBREED) (Dodge & Fuski Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Crab Champions - Noisestorm.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Gary's Song.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Dirty Deeds Done Dirt Cheap.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Gunslinger.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Desire.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Flashing Lights.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle! Wally - Junichi Masuda.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Everybody (Backstreet's Back) (Extended Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Levels.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Womanizer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 House Work.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Dished (Male Stripper).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Mother - SiIvaGunner - Super Smash Bros. Melee.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 BOOM.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 You and Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Rosetta Stoned.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/25 Porkchop Express.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Break Them (feat. Anna Yvette).mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Gravibus Octanguli - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Digital Work (Saint Pepsi Edit).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Something About Us.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Checkpoint.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/68 Death By Glamour.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 All Star.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Bring the Madness (feat. Mayor Apeshit).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Rolling Start - Daytona USA.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Walkin' On The Sun.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Mutfakta.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Stronger.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Determination.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 All Hail the Fishmen.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/We Are NNNNNNNNNN - VvvvvaVvvvvvr - Lazy Town - The Video Game.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/25 Chris Columbo.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Man in the Mirror (2012 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Boom Boom Pow.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Whip-It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Automagic.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Monster.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Damnation.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Mama Leho - Peggy Suave.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Saturday Morning Space Ride.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Gimme! Gimme! Gimme! (A Man After Midnight).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Next Order.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Eight Melodies - Keiichi Suzuki, Hirokazu Tanaka, Hiroshi Kanazu, Toshiyuki Ueno.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Airport - Cosmic Cycler.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Milestones.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Just Monika..m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Can't Tell Me Nothing.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/THE WORLD REVOLVING (OST Version) - SiIvaGunner - Deltarune.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Flashbacks.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Feels Like Summer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Foreplay _ Long Time.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/29 Eclipse.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 French Fries.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Norf Norf.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bones.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/The Other Promise - Kingdom Hearts II Final Mix.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Counterparty (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Rivers in the Desert - SiIvaGunner - Persona 5 - Dancing Star Night.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Training Montage.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Summer Love.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Reflection (From MulanSoundtrack Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Only Girl (In The World).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Dynamite.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Naturopathic Medicine.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Moving On (feat. EMEL).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Cyberdemon.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 MAXIMUM KING.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 Motions.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Bug Hunt (Noisia Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Spark (feat. Panther).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Musty.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Nightmare.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Have You Ever Seen The Rain.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/You Spin Me Round (Like a Record) - Dead or Alive.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 The Real Slim Shady.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Heavy Mood.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Puzzle Mode - Egypt 2 (Console) - Iku Mizutani, Sinya Kurahasi, Hikaru Tamura - Tetris Plus.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Timewarp.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Self Destruct.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Mustache Girl Ex.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Disrupter.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Dead Memories.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Burn It to the Ground.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Cyber Airplane Cats.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Battery (Remastered).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19. Fire Field.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Beast and the Harlot.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/075. Giga Bowser.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Buzz Kill.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Sex Slave (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Pumped Up Kicks - Foster The People.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Blurred Lines.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Till It's Over.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/75 Power Mountain.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Pain.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Reptile's Theme.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 What I've Done.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06. Yell 'Dead Cell'.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Bleed It Out.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 DARE.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Dr Elizabeth Darling.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Emergency.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 'Till I Collapse.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Lollipop (Param pam pam).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 White Room.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 The End Of The Line.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Voltage - Skrillex.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Destati - Yoko Shimomura.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Hungry Like the Wolf.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 September.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Arrow to the Head.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Guerrilla Radio.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Funk With Me (feat. Big Gigantic).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/El Sonidito - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Animal Crossing Results - Atsuko Asahi, Shiho Fujii, Ryo Nagamatsu, Yasuaki Iwata.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/World Bowser (OST Version) - SiIvaGunner - Super Mario 3D World.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/90 His Theme.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Iron Maiden (1998 Remastered Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Rip & Tear.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23. Gang-Plank Galleon.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/A REGIGIGAS! (TheKingNappy & TheHeatedMo Remix) - CG5 - Some of My Favorites.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Given Up.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Drop Dead Tune - Skrillex.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Crazy In Love.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Better.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Fly With Sax (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Insecure (KSI Diss Track) - Quadeca - Insecure.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/That One Night - The Hunted.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 I'll Make a Man Out of You (From MulanSoundtrack).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Steel.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Vienna (1).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/24 Strad.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Try It Out (Black Ops II Version) - Skrillex.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Flip The Switch.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Friends.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Brawlin'.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Doki Doki (feat. Nick Kaelar).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/71 Undertale.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Boogie Wonderland.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Hellwalker.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Jálale (Instrumental).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 It Came from Planet Earth.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 Tell Me Baby.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Katana.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Numba One.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 2 X 4.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/25 Bassline Kickin.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Love Theme.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 New earlsweatshirt (Interlude).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Rock & Roll Part 2.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Ballad.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Jordan - Buckethead - Guitar Hero II Soundtrack.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 We Will Rise Again (Choir Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Fear Inoculum.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Delfino Plaza - SiIvaGunner - Super Mario Sunshine.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Night Cap (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Destroy Them With Lazers.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Hold On (feat. Q'AILA).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Time Bomb.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Moves Like Jagger (Studio Recording From The Voice Performance).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Hot for Teacher (2015 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Quixotic.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Blood For Blood (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07. Bein' Friends (Brawl Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Luma - Mario Galaxy Orchestra.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Santeria.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Damned - Kevin Sherwood, Treyarch Sound, Brian Tuey, James McCawley - Call of Duty Black Ops – Zombies Soundtrack.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/Holding Out For a Hero - Jennifer Saunders.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Rave Review.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Passion.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/39 Don't Forget.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Come And Get Your Love.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Right On Time.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 All Hope Is Gone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Meanwhile in Russia (Take Me to Russia).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 All I Want Is Everything.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Renzokuken.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Empire State Of Mind.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Garuda.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Mystique.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Moon Baby.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Empty House - SiIvaGunner - Undertale.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Sad But True.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Fever Dreams (feat. Taylor Fernandez).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Cancer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/87 Hopes And Dreams.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 On Melancholy Hill.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Young, Wild & Free (feat. Bruno Mars).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Harpoon.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Samishii Nettaigyo -Bonus Track- (Remastered 2013).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 No One in the World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Little Black Submarines.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Crossroads.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Monsters, Inc..m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 God of War.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Faces.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Free Your Body.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 All For Leyna.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Derezzed (From TRON Legacy Avicii So Amazing Mix Feat.Negin).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 FUN!.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Heelys On The Beach (Tobuscus Remix) - CG5 - Some of My Favorites.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Oh the Bliss (Choir Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Let's Get Loud.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Stranger (feat. Feliciana).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Suicide & Redemption.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Rowdy Rumble - Kingdom Hearts II.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Pocketful of Sunshine.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 In Da Club.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Be Alright (feat. EMEL).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Get On Up.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Now We Can See.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Death by Glamour (Sim Gretina Remix) - Toby Fox.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Kraken.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Underwater Theme - Koji Kondo - Super Mario World.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Letz Rock.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 That Was Just Your Life.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Wow..m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Homecoming.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Loca People (What the Fk!) (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Everywhere I Go.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 What I Got.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Thank You.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Tank! (Ben Briggs Bootleg) - Cowboy Bebop.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Mango Bay.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 Second Countdown (Groovy) - TimmyTurnersGrandDad - Kahoot!.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Express Yourself (feat. Nicky Da B).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Whispers.Wav.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Wild Wild West (Album Version - No Intro).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Mambo Rap.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Blue Suede.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Mirage Saloon Zone, Act 1 ST - Tee Lopes.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Midnight Hour.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Cigaro.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Hips Don't Lie.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Airplanes, Pt. II (feat. Eminem & Hayley Williams of Paramore).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Wtf.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Finale - Kamex.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/The Uppity Strut (Original Mix) - Tut Tut Child.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Zanzibar.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Mr. Roboto.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Cyanide.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Sanctuary (1998 Remastered Version).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dance With Me - Virtual Riot.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06. Big Blue.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Head Games.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Upgrade (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Rock N' Roll [Will Take You To The Mountain].m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Ohhh Nooo.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Imma Be.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Something About Us (1).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Chungus Anthem.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Everybody Hates Me (Khrebto Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Parade.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Malagueña Salerosa.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 End Is Near (Fire in the Hole VIP).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 You're Gonna Go Far, Kid.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 We like to Party! (The Vengabus).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 New Game.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 My Dad's Gone Crazy.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Voices - MOON.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 cocktail.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Smooth Criminal (2012 Remaster).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 666 Kill Chop Deluxe.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Hood Gone Love It (feat. Jay Rock).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Wretches and Kings.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Game.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/187 - Minoru.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Got the Life.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 SLOW PARTY.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02. Corneria - Star Fox.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/40 The Battle of Award 42.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Problems.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Wake Up, The House Is Underwater!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Nemesis.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Snow (Hey Oh).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/30 Concert Crush.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Release - MOON.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Rock Right Now (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Arcade Theme - Dan Romer.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Light Sticks.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Vermilion Pt. 2.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Here to Stay.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Plume.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 You Make My Dreams.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Full Grizzly.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/027. Light Plane.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07. Metro-Cross Retro Medley.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Deadpool Rap (X-Force Remix from Deadpool 2).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Experts.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13. Port Town.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Paralyzer - SiIvaGunner - SiIvaGunner King for a Day Tournament.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Narcissistic Cannibal (feat. Skrillex & Kill the Noise).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Magikarp Festival - Hiroki Hashimoto.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Scream.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Famous Last Words.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Sofi Needs a Ladder.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/21 No Turning Back.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 ANOTHER HIM.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Ritual.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 Chirp.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Bowser In the Sky.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Everybody (feat. Sam King).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Key - C418.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/30 Rainbow Road.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 You Can't Stop This Motherfker (Choir Only Mix from Deadpool 2).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Whenimondamic.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Consider Yourselves Undermined!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Talking.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Afterhours feat. Diplo & Nina Sky.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 All Bets Are Off.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Happier.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Piano Man.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Uprising.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/I Ain't Going - Peggy Suave.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Graduation (Friends Forever).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Invincible.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Hip To Be Square.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 The Chase.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Try This.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 By The Way.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Nothing Better.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Burn It Down.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Shape of You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Don't Stop Me Now.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Kill the Silence.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Touch Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/016. Mach Rider.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Face to Face.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 It Will Rain.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 War Season.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Bring It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Relay.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Pressure (Valentino Khan Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Goin' In (Skrillex Goin' Hard Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Tennis Court.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 The Chain (2004 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Skeletons.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/26 Halo.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Shepherd of Fire.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Jelly Fish Jam.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 I Want It All (Remastered 2011).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 The Deadfaced Dimension.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Not Ready to Die (From Call of the Dead) (Single Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Take A Chance On Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Baby Driver.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Ghost Fight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Protektor.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Hair & Nails in a Different Light.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Party For The Living.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Booty Loose (feat. Fly Boi Keno).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Stuck.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Explode (1).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Question!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Trashed and Scattered.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/My World - Kill The Noise.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 FTW.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Strung Out.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Lifelight - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/White Land I - Yumiko Kanki.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Nuclear.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/The Gauntlet - Simon Viklund.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 April Showers.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Tennis - Position Select - SiIvaGunner - Wii Sports.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 The Show Must Go On (Remastered 2011).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/The Concept of Love [The Concept of Passion Mix] - Hideki Naganuma.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Shake a Bone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Febreze (feat. 2 Chainz).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Hampden Parks.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Be Honest (feat. Burna Boy).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Sons of Babel (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/No Mercy, Only Violence (Skrillex Remix).mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Move Out.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Superstar.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Basement (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Closer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 We're Finally Landing.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Something About Us (Angry Mix) - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Stan.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 This Is It.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Zoology - Knife Party feat. Skrillex.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Gin And Juice (feat. Dat Nigga Daz).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Sayo-Nara.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Numb.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Pursuit ~ Lying Coldly - Capcom Sound Team.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Seduction.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Pray For Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 One Life Stand.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Megalovania (OST Version) - TimmyTurnersGrandDad - Undertale.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Crystal - MOON.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/White Land II - Yumiko Kanki.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Goodbye To A World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 What.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Ocean Man.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/26 Eye of the Storm (feat. Laura Brehm).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Shake That.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Experts (xKore Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Seventeen (Skrillex AKA Sonny Moore Remix) - Casxio.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 All Out Life.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Maths (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bug Hunt - Skrillex.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Running Free (1998 Remastered Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Intro (1).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/No Trophy For You! - Mario Kart Wii.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Life Goes On.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Juicy (2005 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Another Part of Me (2012 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Freak.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14. Unfounded Revenge & Smashing Song of Praise.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Victory! Daft Punk ft. Pharrell (Extended) - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Seventeen.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Another One Bites The Dust.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/21 Nights in Bangalore Pt.2.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Sell Out.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Doin' Time.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Occult.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Brainfog.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Float Away.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Candy Shop.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 I Wonder.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/100 MEGALOVANIA.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Little Green Bag.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Take Me Out.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Mockingbird.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/From Nowhere (Baardsen Remix) - Dan Croll.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/24 Resurrection.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Danger Zone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 UH.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 only you (毎日あなたと).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Act III.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 PLUR Police.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Braindead.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Rival Battle - Metal Sonic (Original ver.) 'Stardust Speedway' - SiIvaGunner - Sonic Generations.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 In The Ayer (feat. will.I.am).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16. White Land I.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Gotta Go.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Game Type A - Electronic Arts - Tetris (Playstation 3).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Cynthia_ Champion Cynthia (From _Pokémon Diamond and Pearl_) _ Battle! Champion (From _Pokémon Diamond and Pearl_).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Fat Cat Adventures.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/This Is The Shark Attack (Skrillex Remix) - Shark Attack.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Make It Bun Dem.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Temporary Sansretary - VvvvvaVvvvvvr - Jerry Temporary.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Chaos Storm.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/82 She's Playing Piano.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Wet Hands.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Smooth.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/47 Palm Trees.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Nunca me Faltes.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Joker And The Thief.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 See You Again (feat. Charlie Puth).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 A Moment Forever.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Deceiver.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 The King's Court.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Sleepyhead.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Snake Eater.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 House of Monogon.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dire, Dire Docks (JP Version) - SiIvaGunner - Super Mario 64.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Step Inside.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Drop It Low.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Gusty Garden Galaxy - Mario Galaxy Orchestra.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 The Entity.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/BE THE KING (Main Theme) - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Taste.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 St. James (Bonus Track).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Cold Blood & Ice Cream Cones.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 The Unforgiven III.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Combat II.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Made In France.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Riding The Storm.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Internet Friends.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Miracle - e-dubble.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Sixes.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 I Know You Want Me (Calle Ocho).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Alchemist (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bap U.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Come Sail Away.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Muhammad Ali.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Combat III.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Californication.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Puzzle Mode - Egypt 1 (Console) - Iku Mizutani, Sinya Kurahasi, Hikaru Tamura - Tetris Plus.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Playback.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Bye Bye Bye.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Mr. Krabs Rave - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 The Pot.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Kahoot Theme (Old) - VvvvvaVvvvvvr - Kahoot!.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Breakn' A Sweat.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Notorious.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Subwoofer Lullaby.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 All I Want for Christmas Is You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Hey.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Y'all Want a Single.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Wake Me up Before You Go-Go.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Gangsta's Paradise.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/058. Menu - Super Smash Bros. Brawl.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 WET.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Pinot Noir.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 fuck i'm lonely (from “13 Reasons Why Season 3”).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Kraken of the Sea - Keiichi Suzuki, Hirokazu Tanaka, Hiroshi Kanazu, Toshiyuki Ueno.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Vancouver Beatdown.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Premonition.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Big Night.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01. Main Theme - Banjo-Kazooie.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Friend Like Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 The Way I Am.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Party Ghouls IntMusic - Mat Clark.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Suckfest9001.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Haute.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Short Shorts.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Fallen Lullaby - M. Bulteau.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Centipede.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Old Skool.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Faxing Berlin.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/I'm So Hot (Tonic Remix) - J-Trick, Reece Low, Tonic.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Vienna.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Don't Think Twice.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Goofy Goober Rock.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Wonderland.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 They Say.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Gorilla March.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Final Boss - Tee Lopes.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Balearic Pumping.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/The Orb of Dreamers - The Daniel Pemberton TV Orchestra.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Rage Valley.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Absolutely Anything (feat. Or3o) (2020 Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 At DOOM's Gate.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Uwa!! So Temperate♫.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12. Gourmet Race (64).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Kung Fury.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Blue (Da Ba Dee) (DJ Ponte Ice Pop Radio).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/34 Rush Hour.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Buoy Base Galaxy - Mario Galaxy Orchestra.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Unshaken.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Do You Hear Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Rude Buster.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Desires.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 On My Way Up.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/29 To Be Alive (feat. Aaron Richards).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/21 Warcry.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Separate Ways (Worlds Apart).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle Against a Weird Opponent - Keiichi Suzuki, Hirokazu Tanaka, Hiroshi Kanazu, Toshiyuki Ueno.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Reason.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Sunny California.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 The Devil's Den.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/007. Lifelight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 What Is Love.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Fuck That - Skrillex - Recess.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Sustainer (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Canvas.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Game Type A Danger - Electronic Arts - Tetris (Playstation 3).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Memory.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Automaton.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Party All the Time.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Fallen Down (OST Version) - SiIvaGunner - Undertale.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Hot Pursuit.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Pompeii.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Mama.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Certainty.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Baby I'm Yours.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Don't Let Me Down (Ephwurd Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Cooler Than Me.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Friend - VvvvvaVvvvvvr - Super Mario Wood.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Pressure Cooker.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Harlem Shuffle.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/36 Dummy!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Janky.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 When the Morning Light Shines In.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bad (2012 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 tetrapod.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Lost Without You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Can't Stop.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Underwater Theme (F-minor 96% Speed) - Koji Kondo - Super Mario World.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Fast Lane.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Power Fracture.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Blood Oath (feat. WVLFPAKT).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Sometimes A Fantasy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Burn It Down.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Rocktronik.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 FUN! (SILO x Martin Wave Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Feel It Movin'.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Souvenir.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Power Struggle.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Flatline.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Belter.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Foot to the Throat.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Nights in Bangalore (Dirt Monkey Remix).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Get Low.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 I. DOGMA.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Don't Know How To Act (feat. Yung Joc).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Goh.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Caravan.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Team.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16. Rooftop Run.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 Hocus Pocus (Baby Driver Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Forget Me Thots.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Ghost Town.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Cry Me a River.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Vicinity of Obscenity.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Kamehameha.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Your Best Friend.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Afterlife.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Red Dawn.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Kill Kill Kill - Kill The Noise.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/21. Calamari Inkantation.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Check Yo Self.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Bring the Madness (Noisestorm Remix) [feat. Mayor Apeshit].m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Escape from the City (From Sonic Adventure 2).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Dreams (2004 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Sidewinder.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Heartless.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/53 Robots Can't Drink.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Showdown.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Knock Knock.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Get Up (Rattle).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 You Lose Nothing.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Welcome to the Black Parade.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Do You Don't You.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Robots, Pop Songs - e-dubble.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/What A Wonderful World - Louis Armstrong.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle Against a Weak Opponent - Keiichi Suzuki, Hirokazu Tanaka, Hiroshi Kanazu, Toshiyuki Ueno.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Skrillex & Habstrakt - Chicken Soup (Joyryde VIP Remix).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Koto.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/033. Title & Ending - Super Mario World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/29 After Dark.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Misery.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Revived Power ~Battle With the Colossus~ - Koh Ohtani - Shadow of the Colossus OST.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Simple And Clean.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Run Like Hell.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Ruffneck (FULL Flex).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/60 Super Working Stiff.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Now You're Gone.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bloody Tears (楓-kaede- Cover) - Kenichi Matsubara - Castlevania II Simon's Quest.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 LOST CHANNEL.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/144. Online Practice Stage - Super Smash Bros. Brawl.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : ffmpeg/mjpeg: EOI missing, emulating +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 No Saint.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Almost Easy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Lancer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Get Lucky.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Technologic (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Emoji.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Here We Fucking Go.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Clean Getaway.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Monody (feat. Laura Brehm).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/074. Jump Up, Super Star!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Warriors.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Keanu Reeves.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 I Believe I Can Fly.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Sussudio (2016 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Miracle.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Divided.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Killin It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Counting Stars.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Numb (80's Remix) - Linkin Park.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bailando - X-COAST.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 I Wan'na Be Like You (The Monkey Song).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/39 Westcoast Don [Mixed].m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Smiles and Tears - Keiichi Suzuki, Hirokazu Tanaka, Hiroshi Kanazu, Toshiyuki Ueno.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Monster (Dotexe Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Strobe.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Pursuit.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07. The Roost - Animal Crossing - Wild World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Mass Appeal.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Motorcycle Cop.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Tide Is High.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Creepy (Mightyfools Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Main Theme (feat. Momoka Kawasaki) - Atsuko Asahi; Yasuaki Iwata.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 IM GONE.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Pump Up The Jam - Technotronic.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 We Made You.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 DunDun.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Tick Tock.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Cinema (Skrillex Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Roadhouse Blues.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Nothin' But A Good Time.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Get It Together - The Go! Team.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Tempo (feat. Missy Elliott).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Snow Halation - μ's.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Stickup (feat. Juliette Lewis).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Do You_.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Knights Of Cydonia.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 What's Up Danger.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Bloody Tears (Castlevania II Simon's Quest).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Smooth Criminal.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Kolotushki.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Bass Head.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Scar Tissue.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 SELECTA 19.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Jolie coquine.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Freak The Freak Out.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Steel City Hustle.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 Hocus Pocus.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Freeze-Frame.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Electric Avennue.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Painkiller.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 Bad Boy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Seize the Day.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 It Was A Good Day.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 The Moon.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Face My Fears (English Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Pizza.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Recess.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Ram Ranch.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Landslide.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Loopmachine (Edit) - D-Block, S-te-Fan.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Versus Guzma.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 In the End.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06. Mega Man 2 Medley.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Snow halation (Event Mix) - SiIvaGunner - Love Live! School idol festival.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 No Shelter.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Halfway There.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Ladies Night.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Paramedic!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Threnody to the Victims of Hiroshima.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle! (Super-Ancient Pokémon) - TimmyTurnersGrandDad - Pokémon Ruby & Sapphire.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Amoeba.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 So Fly.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 X Gon' Give It to Ya (Radio Edit).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Let Me Ohh.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Paris - MOON.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Techno.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Snake Eater - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Little Too Close (feat. Veronika Redd).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 We Are The Champions.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Solidstate (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Finding Nash.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Some Kind of Magic (feat. MYZICA).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Critical Acclaim.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Lisa Frank 420 Modern Computing.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12. Wood Man Stage.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/51. Guile Stage Type B.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Mr. Saxobeat (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 One Man Moon Band.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Dancing Queen.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 I Gotta Feeling.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 BOOM.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 I Want It That Way.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Back to the Lab - Prince Paul.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Die.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Bad Moon Rising.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 My Own Home (The Jungle Book Theme).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Toxic.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Coconut Mall - Asuka Ohta, Ryo Nagamatsu.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Kill EVERYBODY.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Before I Forget.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01. Vampire Killer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Seek & Destroy (Remastered).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Hella Good.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Connected (Yours Forever) [Radio Edit] - Kate Brady.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/29 The Saint.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bitch Lasagna.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 Stadium Rave.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 On Top Of The World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Wiggle Wop (feat. Keno).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Title Theme - Yoshichika Kuriyama, Shiho Terada, Atusushi Yokoseki, Steve Aoki.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/Retro Zone 1.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Old School Hollywood.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Black Leaf.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Infinite.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Lights.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Damned (A-sharpB-flat 93% Speed) - Kevin Sherwood, Treyarch Sound, Brian Tuey, James McCawley - Call of Duty Black Ops – Zombies Soundtrack.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 Full Circle.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Worth It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Bassdrop.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/65 The Sireen's Call.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Final Battle with Bowser - Mario Galaxy Orchestra.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Express Yourself.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Melody Circus (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Exhausted Divinity.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Pressure.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Take Me Home, Country Roads (Nuclear Winter Update) - SiIvaGunner - Fallout 76.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Boundless (1).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Pink Cloud (feat. Max Collins).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bad Boy (Official Instrumental) - Red Velvet 레드벨벳 - Bad Boy.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/26 Airglow.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Valse di Fantastica - Yoko Shimomura.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Violent Pornography.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Gomu Gomu no Bazooka!! - Kohei Tanaka.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Polish Girl.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Cyclone (Main).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Heads Will Roll A-Trak Remix Radio Edit.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 High Above The Land (Shovel Knight Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Icicle Mountain - SiIvaGunner - Super Smash Bros. Melee.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/92 Reunited.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Hallway Hellscape.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Immortal.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Frantic Aerobics.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 All I Ever Wanted (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Slow Down.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/We Move Together as One (Sim Gretina Remix) - Neal Acree.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Go. K.K. Rider! (From Animal Crossing).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Gas Gas Gas - Manuel.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Fernando.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 The Kick.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Let's Get Ill.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Black Lambo (Quixotic Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Gangnam Style (강남스타일).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Melodymania.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Bitch Please II.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Tom Sawyer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Hey Boy Hey Girl.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dire, Dire Docks (PAL Version) - SiIvaGunner - Super Mario 64.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04. Sonic Boom.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Cleanin' Out My Closet.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 We All Lift Together (From _Warframe_).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Welcome to the Family.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Dead!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Why Can't We Be Friends.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 IL-76.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 A Fifth Of Beethoven.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Livin' la Vida Loca - Shrek 2.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Top of the World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Redlining 6th.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Sun.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Du hast.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Havana.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Moment of Calm.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Title Theme (OST Version) - SiIvaGunner - Super Mario Sunshine.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Positif.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Revolution.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Run To The Playoffs.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Main Theme - SiIvaGunner - Jesus Christ RPG Trilogy.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Nest.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/77 ASGORE.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Kryptonite.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 SWISH.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bassride.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Party In The U.S.A.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Bassline Kickin (Dzeko & Torres Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Black or White (Single Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Cut to Black.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Street Fighter.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Moar Ghosts 'n' Stuff.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/44 Saints Row (The Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Heartache.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Alliance.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Night After Night.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Opening Titles.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Calling - Takeharu Ishimoto.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Bonfire.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Doompy Poomp.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 People Are Strange.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Wavetable.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Blood (Hidden Track).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 4U.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 I Do Coke.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Some Kinda Wizard.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Monarch (Speed of Light).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Relax.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 The Bogatyr.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07. Pokémon Red & Pokémon Blue Medley.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Escobar.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Bangarang (feat. Sirah).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The End..m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 SUMMER NEVER ENDS.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05. Big Blue.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/마리오네트 [ Marionette ] - Stellar.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 SEX SIGNALS.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Goodbye Stranger.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Clash (Jupiter Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Undying Waters - M. Bulteau.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Pretty Fly (For A White Guy).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Give It Up [Knife Party].m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Until The Grave (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Prophetic - Neil Voss - Tetrisphere Original Game Audio.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Reverse Situation - Yasuharu Takanashi.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Movin' Out (Anthony's Song).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Here Comes Elastigirl - Elastigirl's Theme.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Coming Undone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Welcome To Los Santos.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 It's Been a Long Long Time.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dire, Dire Docks (Beta Mix) - SiIvaGunner - Super Mario 64 DS.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Breezer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 The World Is Gonna End Tonight (Choir Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Skibidi.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Down Under.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Cats In The Cradle.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Clint Eastwood.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Praise The Lord (Da Shine).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/46 Work Harder.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Park Avenue - Tomoya Ohtani.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Luma - SiIvaGunner - Super Mario Galaxy.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 I WARE HOUSE.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Gehenna.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bucovina.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Execute.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 We Are the Robots (feat. Temu).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Believe.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Boyfriend (1).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Bananonymous (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Killer Queen.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 The Stranger.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Mother Truckers.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 I'll Always Pick U Up.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Lax.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/116. Metal Battle.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Thumbs Up.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Down River.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Saints Row The Third.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Wasabi.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Hungry Like the Wolf (2009 Remaster).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Route 66 - Peggy Suave.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bass Da Da Da 《贝 斯 哒 哒 哒》 (新旭 Remix) - Douyin Music.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/NIGHTMARESCAPE 〜Unrestrained HyperCam 2〜 (Final Boss Phase 2) - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Run the Show.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Life (feat. Iris).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 City in Florida.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Red Heat.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Ocean Drive.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Holding Out for a Hero - Frou Frou Featuring David Bowie.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Level 6 - Ayako Saso - Tetris The Grandmaster 3 - Terror Instinct.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Spider Swing - M. Bulteau.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Feeling Good.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 We Belong (Single Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Fake ID.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Rock the House.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Prowler (1998 Remastered Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Psychosocial.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Black Skinhead.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 No Woman No Cry.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Psycho.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Around The World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Rockefeller Street (New Nightcore) [#Rockefellerstreet Remix].m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 The Longest Time.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Infra Turbo Pigcart Racer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 You Are A Pirate.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Disasterpiece.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Sad Song - Yoko Shimomura.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/People Ain't No Good - Nick Cave & the Bad Seeds.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Feuer frei!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Gold on the Ceiling.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 THE BOX.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Chop Chop Master Onion's RAP - Masaya Matsuura.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/I.C.U. - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Sick Bubblegum (Skrillex Remix) - Rob Zombie.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Shadilay (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Supersonics.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Level Midnight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Death of a Cyborg.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Ragga Bomb.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Beats Knockin (feat. Fly Boi Keno).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Atlas.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 My Band.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Hi Friend!.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/26 Final Destination.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Fleeting Ecstasy - Benjamin Briggs.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Undertow.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Bring The Funk Back.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 What's Your Name (Born Dirty Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 COLLIDER.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/21 Carnival Kerfuffle.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Level 5 - Ayako Saso - Tetris The Grandmaster 3 - Terror Instinct.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Shark City.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Ism (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Blood Scope.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 Pizza Planet.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Soldier Side.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/One More Night (MetroGnome Remix) - Maroon 5.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Ultimate.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Egg Planet - Mario Galaxy Orchestra.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 The Sadness Will Never End (Skrillex Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/54 Rando Road.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Will The Circle Be Unbroken (Booker DeWitt & Elizabeth - Short Version) - Troy Baker, Courtnee Draper.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Bass Nipple.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/31 Waterfall.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bowling - Standard Game - SiIvaGunner - Wii Sports.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Bad Romance (Skrillex Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Billie Jean.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Bat Country.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Candy Boy (캔디보이) - TREN-D (트랜디).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Take on Me (MTV Unplugged - Summer Solstice).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Gangsta's Paradise.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 TURN OFF THE LIGHTS.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Beggin' (Original Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05. Freezeezy Peak.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Call on Me (Radio Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Riley Reid.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 October.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Breakdown VIP.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/25M (Beta Mix) - SiIvaGunner - Donkey Kong.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Closer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Zero (From the Original Motion Picture Ralph Breaks The Internet).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Posin' - Peggy Suave.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Infinite Battle - Tomoya Ohtani.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Surgeon Stimulator (Operating Theatre) - Black Heron.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Going Up The Country (Remastered 2005).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Slow Hands.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Kyoto (feat. Sirah).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 $100 Bills.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20. DJ K.K..m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Master Of Puppets (Remastered).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Boys.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Faidherbe Square.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Can't Control Myself.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Crapa pelada.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Korean BBQ (feat. LH4L).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 My Way.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Wild for the Night.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Take Five.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Dance to It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Giorgio by Moroder.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Legend Of Zelda (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Goosebumps.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 That's My Girl.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Right This Second.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Mr. Night (Album Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02. Main Theme - Pokémon Red & Pokémon Blue (Melee).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Like a Dance.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03. Emerald Hill Zone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Snakes.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Volver A Comenzar.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Sharing The Night Together.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Nuclear (Hands Up).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/39 Automatic.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Hail to the King.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Go.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 90s by Nature (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Sweat.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Something About Us (Cherokee Remix) - Daft Punk.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Burn.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 LRAD.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Pinup.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Witchcraft (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Freak (1).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 The Setup.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Resonance.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Busy Line.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 404.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Bling (feat. Lady Leshurr).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 The Way It Was.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/23 Addicted.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Jazz Cat Funk (VIP Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Ghost.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 U Can Get It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/30 Devtechno!.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Echo.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Yesterday Don't Mean Shit.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/26 Green Storm.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Micropenis.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 The Bare Necessities.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 4th Dimension.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/24 Bonetrousle.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Back and Forth.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/50 Gone.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Laughing on the Outside.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/29 Deep Inside Me.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 The Horror (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Fucking Hostile.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/002 title screen.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Mute City - Ryo Nagamatsu.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/27 Drink Up.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Love Isn't Fair.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Dreamscape.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Let the Water Wash Away Your Sins (Choir Version).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bad Romance (Skrillex Remix) - Lady Gaga - Unreleased.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Lose Yourself to Dance.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 BREAK LAW.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Atomic.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Unused Song 2 - SiIvaGunner - The Flintstones (SNES).mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Here to Stay.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Life Will Change - Lyn.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Signs (feat. Shantee).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06. Bein' Friends.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/8 PM (Fishing Night in Heaven) - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Crawling.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 All Nightmare Long.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Savage.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Ham.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Crawling.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Whiplash (Remastered).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Sick Bubblegum.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Blue Shift.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 One Look (feat. Mammals).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Deya (feat. Patrick Baker).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Build the Cities (feat. Kerli).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Move.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Purple People Eater.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19. Rockin' K.K..m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 The Pressure.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Boxing - Results - SiIvaGunner - Wii Sports.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 That's How The Good Lord Works.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07. Brinstar Depths.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 AJA AJA.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/109. MEGALOVANIA .m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Vendetta Preps - Shawn Lee.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Airborne.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Dizzy (Radio Edit).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bknapp - SNES BEATS VOL. 4 - 08 DONKEY KONG COUNTRY 2.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 She's Like Heroin.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 What's Up Danger (Black Caviar Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Game Theme (50 Left) - ARIKA - Tetris 99 Original Soundtrack.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 You're The Best.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Duel of the Fates.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Minecraft con Gadget ft. Pitbull - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Who Got The Keys.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/A Friend Like Me (Sim Gretina Remix) - Robin Williams.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Mars Needs Women (Without Intro).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Badboi.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Swagger (Original Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Remember Me (Ernesto de la Cruz).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Drive.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Big Booty Bitches (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Carry On.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/DUB JAM - MetroGnome.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/64 The Highway King.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Higher.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 FrainBreeze.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Crab Rave.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Luisa's Bones.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Lies Deception And Fantasy.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Telephone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Finally Falling.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Last Surprise - Lyn.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Better Days (And the Bottom Drops Out).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Betrayed.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Turkish Mix - Doctor Lazer.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Starlight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 M.I.A.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Sway.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Let It Go (From FrozenSoundtrack Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Freak On a Leash.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Egyptian Reggae.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Main Theme (Unused Version) - SiIvaGunner - Wii Shop Channel.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Castle of Gods (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12. Smiles and Tears.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Killing In The Name.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Padrino.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 A Warrior's Call.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Dangerous (feat. Danyka Nadeau).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Off Deez.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/Machinery Zone 2.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Faster Than Light.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Through and Through.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Hardcoriste.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Angel of the Morning.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Move Your Feet.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Crystal.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Killer (CRUSH Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Kill You.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Puzzle Mode - Atlantis 2 (Console) - Iku Mizutani, Sinya Kurahasi, Hikaru Tamura - Tetris Plus.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Kickstarter - will.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Despicable Punk - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Edge of Seventeen.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/37 A Town Called Hometown.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Justice for All - SiIvaGunner - King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Peace and Tranquility.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Go Deep.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Unbreakable Determination (Basilisk Mine Field) - GaMetal.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Monkey Business 2019.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Date Rape.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Strength of the World.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Bicycle Race.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Floral Fury.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03. Mute City (Brawl).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bend Ova.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Original Don.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Right Now.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Vodovorot.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 I'm with Stupid.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Skyline.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Punjabi.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 No Shit Sherlock (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/20 Sleeping Dragon.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Red Song.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Black Betty (Original Mix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle! (Solgaleo Lunala) - GAME FREAK & Jun'ichi Masuda.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 The Muppet Show Theme (From The Muppets Shy Kidx Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 In For The Kill (Skrillex Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04. Treasure Trove Cove.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Hey Baby (Drop It to the Floor).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Sad Statue.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Send Me on My Way.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Welcome Home (Sanitarium) (Remastered).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Royals.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Bob-Omb Battlefield (NTSC Version) - TimmyTurnersGrandDad - Super Mario 64 DS.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 B.Y.O.B..m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Find That Someone (feat. Richard Judge).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Power Glove.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Interstellar.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02. Minor Circuit.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Freak (The Otherside Series, Vol.2).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Wave of Darkness - Yoko Shimomura.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Boy Oh Boy.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Don't Get Back.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Livin La Vida Loca - Eddie Murphy & Antonio Banderas.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15. Meta Knight's Revenge.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 A Little Less Conversation (JXL Radio Edit Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 No One Does.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Power Core.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/24 Old Skool (Nitro Fun Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Wade In The Water (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Blast From The Past.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Vida 23.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Blind.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Sorry For Party Rocking.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Ring of Fire.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Some Chords.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Tomorrow.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Call Me (feat. Michelle McKenna).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Take That (Bonus Track).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Ideekay.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/046. Main Theme - Super Smash Bros. Brawl.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 The Munsta.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Home.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Sinner Winner (Let's Be Friends Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Swamp Thing.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Disgustipated.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 BagBak.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Title Theme - SiIvaGunner - Super Mario Sunshine.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Technodrome (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Faint.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/41 I Am Satan.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Poker Face.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Slow Acid.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/41 Inframan.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Kill It 4 The Kids (feat. AWOLNATION & R.City).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/ASGORE (OST Version) - SiIvaGunner - Undertale.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Supernatural Baby.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Rock That Body.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Chris.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 In The Zone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 I Love It.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 7empest.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 What You Won't Do for Love.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Flight.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Rex's Escape.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 A 1000 Times.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Upscale.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bad Romance.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 The Glory Days (Score).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Get Low.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/021. Shin Onigashima Medley.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Children of Hell.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 The American Dream.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Vicarious.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Dragula.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Sleeping Powder.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Droppin' Low.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Togi.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Beggin' On Your Knees.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Slow Down.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Safe And Sound.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/MEGALOVANIA - TimmyTurnersGrandDad - Super Smash Bros. Ultimate.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Hentai - S3RL.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Más Gasolina - SiIvaGunner - SiIvaGunner King for Another Day.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 HELO-73.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Rex Colt.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Mirage Saloon Zone (Future Bass Remix) - CG5 - Sonic Mania.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Island.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 God Hates Us.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 The Ballad Of Resurrection Joe And Rosa Whore.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Two Tone Rebel - e-dubble.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/26 Shadowtask.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 I’m So Sorry.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Cruel Summer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 The Way I Am.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/28 Le nozze di Figaro, K.492 _ Act 3 _ _Sull’aria ... Che soave zeffiretto_.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Storms (2015 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 The Incredits (Score).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/14 Precipitate.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 FUEL TANK.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Track 05 - Artdink.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Dolphin On Wheels (Moksi Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Charlotte The Harlot (1998 Remastered Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Fkin' Problems.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Thinking out Loud.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/High Above the Land (The Flying Machine) - Jake Kaufman.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 BAMF.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Put Your Hands Up For Detroit.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 9 to 5.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 G-String.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Sober.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Space Oddity (2015 Remaster).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 L.A. Woman.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Shoop.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Immortal Flame (feat. Anna Yvette).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/19 Top of the World 2.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Dovregubben.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Roundabout (Remastered Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/18 Coming Home.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Do It Again.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 Shake Your Groove Thing.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battle! Gym Leader (Cheer) - Minako Adachi, Go Ichinose - Pokemon Sword & Shield.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/IL Capo - The Streets 13 - Flip Diddup.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Doki Doki Literature Club!.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Gardens IntMusic - Mat Clark & Kenneth Young.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/89 SAVE The World.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Syndicate - Skrillex.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Battlerock Galaxy - Mario Galaxy Orchestra.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Roots - Kill The Noise.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Everytime We Touch.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Good Morning.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Hibiscus Pacific.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Immortals.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15. White Land.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 NAUGHTY BITCH (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Backup.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Renegade.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/21 Vs. Lancer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 You're The Reason.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Falling Away from Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 I Wish (Album Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Louder (feat. R.City).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Way Farer (2017 Version).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Into The Fire.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Bon, Bon.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Korobushka - Super Sweep - Tetris The Grand Master ACE GST.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Undercat (feat. Zealot).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Tonight (feat. Holly Drummond).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Breaking Bad - MetroGnome.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Lack of a Better Name.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Heist.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Jump.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Kolony Anthem (Mike Cervello Remix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Gimme More.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 HOT DRUM.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 Turn Around.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Friction.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Living Dead Girl.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Acid Bomb (Original Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Like This.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/07 Sidewinder.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Dear God.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/02 Jambi.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Break Yourself.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/22 One Man Moon Band.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Camorra (Original Mix).mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Theme Song (Glitch Hop Remix) - CG5; Dorama - Milo Murphy's Law.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Centerfold.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/58 Summer Breeze.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Paralyzer.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 Forest Follies.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/12 The Schism.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Fire Field - Yumiko Kanki.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Pulse Of The Maggots.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 D.I.M.H.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 Omega Force.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 EDM Death Machine.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/16 When I'm Gone.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Cabana.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Stranger Things.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Good Life.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Running In The 90s (Vaporwave Remix) - Sytricka.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/17 Too Simple.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Working For It (Bonus Track).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Otherside.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/08 Free Bird.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/15 Aura.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Loco.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Holding Out for a Hero.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/06 Fortunate Son.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Imma Telling You - Peggy Suave.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Atomic.m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Radio - Lucky ChannelGame Corner - TimmyTurnersGrandDad - Pokémon Gold & Silver.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Firestorm.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Going Bad (feat. Drake).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Hard Boiled Heavies Boss - Tee Lopes.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 U.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 City Is Ours.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Booyah.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/11 Paper Planes.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Get Stoopid (Radio Edit).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Dearly Beloved - Yoko Shimomura.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09 Sloan.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Hey Baby.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/03 Run Away From Me.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Spike the Punch.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/04 Country Rounds (Sqeepo Remix).m4a +May 19 22:02 : update: added Apple Music Playlists/Essentials/Megalovania (Director's Cut Secret Remix) - SiIvaGunner - Undertale.mp3 +May 19 22:02 : update: added Apple Music Playlists/Essentials/Pump it Like This Like That - VvvvvaVvvvvvr - Jet Set Radio Future.mp3 +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/10 Keeping the Faith.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/09. Escape from the City.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Full Moon Raid.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/13 TaKillYa (Baby Driver Mix).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Mama Yo! (Radio Edit).m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/05 Wherever I May Roam.m4a +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : update: added Apple Music Playlists/Essentials/01 Bad Boys (Theme from COPS).m4a +May 19 22:02 : exception: Failed to decode /home/cdnutter/Music/01 666 Kill Chop Deluxe.mp3 +May 19 22:02 : exception: nested: Failed to open '/home/cdnutter/Music/01 666 Kill Chop Deluxe.mp3': No such file or directory +May 19 22:02 : player: played "01 666 Kill Chop Deluxe.mp3" +May 19 22:02 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:02 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:02 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:03 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:03 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:03 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:03 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:03 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:03 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:05 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: STSZ atom truncated +May 19 22:05 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:05 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:05 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:17 : client: [9] closed +May 19 22:17 : client: [11] opened from 127.0.0.1:47762 +May 19 22:23 : client: [11] closed +May 19 22:23 : client: [12] opened from 127.0.0.1:47828 +May 19 22:23 : client: [12] closed +May 19 22:23 : client: [13] opened from 127.0.0.1:47832 +May 19 22:23 : client: [13] closed +May 19 22:23 : client: [14] opened from 127.0.0.1:47836 +May 19 22:23 : client: [14] closed +May 19 22:23 : client: [15] opened from 127.0.0.1:47842 +May 19 22:23 : client: [15] closed +May 19 22:23 : client: [16] opened from 127.0.0.1:47846 +May 19 22:24 : client: [16] closed +May 19 22:24 : client: [17] opened from 127.0.0.1:47854 +May 19 22:24 : client: [17] closed +May 19 22:24 : client: [18] opened from 127.0.0.1:47858 +May 19 22:24 : client: [18] closed +May 19 22:24 : client: [19] opened from 127.0.0.1:47862 +May 19 22:25 : client: [19] closed +May 19 22:25 : client: [20] opened from 127.0.0.1:47868 +May 19 22:27 : client: [10] closed +May 19 22:27 : client: [21] opened from 127.0.0.1:48004 +May 19 22:28 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:28 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:28 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:28 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:28 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:29 : client: [20] closed +May 19 22:29 : client: [22] opened from 127.0.0.1:48012 +May 19 22:29 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:29 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:29 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:29 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:29 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:29 : client: [22] closed +May 19 22:29 : client: [23] opened from 127.0.0.1:48016 +May 19 22:29 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:29 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:29 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:30 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 19 22:30 : exception: Failed to enable output "pulse audio" (pulse) +May 19 22:30 : exception: nested: pa_context_connect() has failed: Connection refused +May 19 22:34 : client: [23] closed +May 19 22:34 : client: [24] opened from 127.0.0.1:48260 +May 19 22:34 : client: [24] closed +May 19 22:34 : client: [25] opened from 127.0.0.1:48264 +May 19 22:34 : client: [25] closed +May 19 22:34 : client: [26] opened from 127.0.0.1:48268 +May 20 05:54 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 20 05:54 : exception: Failed to enable output "pulse audio" (pulse) +May 20 05:54 : exception: nested: pa_context_connect() has failed: Connection refused +May 20 05:56 : client: [26] closed +May 20 05:56 : client: [27] opened from 127.0.0.1:48350 +May 20 05:58 : client: [27] closed +May 20 05:58 : client: [28] opened from 127.0.0.1:48408 +May 20 05:59 : client: [28] closed +May 20 05:59 : client: [29] opened from 127.0.0.1:48418 +May 20 05:59 : client: [29] closed +May 20 05:59 : client: [30] opened from 127.0.0.1:48428 +May 20 06:00 : client: [30] closed +May 20 06:00 : client: [31] opened from 127.0.0.1:48432 +May 20 06:01 : player: played "Apple Music Playlists/Essentials/05 World in My Eyes (Cicada Mix).m4a" +May 20 06:02 : client: [31] closed +May 20 06:02 : client: [32] opened from 127.0.0.1:48488 +May 20 06:09 : client: [32] closed +May 20 06:09 : client: [33] opened from 127.0.0.1:48618 +May 20 06:09 : client: [33] closed +May 20 06:09 : client: [34] opened from 127.0.0.1:48622 +May 20 06:10 : client: [34] closed +May 20 06:10 : client: [35] opened from 127.0.0.1:48626 +May 20 06:12 : client: [35] closed +May 20 06:12 : client: [36] opened from 127.0.0.1:48632 +May 20 06:12 : client: [36] closed +May 20 06:12 : client: [37] opened from 127.0.0.1:48636 +May 20 06:12 : client: [37] closed +May 20 06:12 : client: [38] opened from 127.0.0.1:48640 +May 20 06:16 : client: [38] closed +May 20 06:16 : client: [39] opened from 127.0.0.1:48728 +May 20 06:16 : client: [39] closed +May 20 06:16 : client: [40] opened from 127.0.0.1:48732 +May 20 06:17 : client: [40] closed +May 20 06:17 : client: [41] opened from 127.0.0.1:48746 +May 20 06:18 : client: [41] closed +May 20 06:18 : client: [42] opened from 127.0.0.1:48752 +May 20 06:19 : client: [42] closed +May 20 06:19 : client: [43] opened from 127.0.0.1:48762 +May 20 06:19 : client: [43] closed +May 20 06:19 : client: [44] opened from 127.0.0.1:48766 +May 20 06:23 : client: [44] closed +May 20 06:23 : client: [45] opened from 127.0.0.1:48792 +May 20 06:27 : client: [45] closed +May 20 06:27 : client: [46] opened from 127.0.0.1:48806 +May 20 06:27 : client: [46] closed +May 20 06:27 : client: [47] opened from 127.0.0.1:48810 +May 20 06:28 : client: [47] closed +May 20 06:28 : client: [48] opened from 127.0.0.1:48814 +May 20 06:28 : client: [48] closed +May 20 06:28 : client: [49] opened from 127.0.0.1:48818 +May 20 06:30 : client: [49] closed +May 20 06:30 : client: [50] opened from 127.0.0.1:48832 +May 20 06:30 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 20 06:30 : exception: Failed to enable output "pulse audio" (pulse) +May 20 06:30 : exception: nested: pa_context_connect() has failed: Connection refused +May 20 06:30 : client: [50] closed +May 20 06:30 : client: [51] opened from 127.0.0.1:48836 +May 20 06:31 : client: [51] closed +May 20 06:31 : client: [52] opened from 127.0.0.1:48840 +May 20 06:32 : client: [52] closed +May 20 06:32 : client: [53] opened from 127.0.0.1:48844 +May 20 06:32 : client: [53] closed +May 20 06:32 : client: [54] opened from 127.0.0.1:48848 +May 20 06:39 : exception: Failed to enable output "pulse audio" (pulse) +May 20 06:39 : exception: nested: pa_context_connect() has failed: Connection refused +May 20 06:41 : client: [54] closed +May 20 06:41 : client: [55] opened from 127.0.0.1:48856 +May 20 06:43 : player: played "Apple Music Playlists/Essentials/01 Give Life Back to Music.m4a" +May 20 06:46 : client: [55] closed +May 20 06:46 : client: [56] opened from 127.0.0.1:49042 +May 20 06:47 : client: [56] closed +May 20 06:47 : client: [57] opened from 127.0.0.1:49046 +May 20 07:26 : client: [57] closed +May 20 07:26 : client: [58] opened from 127.0.0.1:49680 +May 20 08:03 : client: [58] closed +May 20 08:03 : client: [59] opened from 127.0.0.1:49810 +May 20 08:03 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 20 08:03 : exception: Failed to enable output "pulse audio" (pulse) +May 20 08:03 : exception: nested: pa_context_connect() has failed: Connection refused +May 20 08:06 : client: [59] closed +May 20 08:06 : client: [60] opened from 127.0.0.1:49836 +May 20 08:08 : player: played "Apple Music Playlists/Essentials/01 Give Life Back to Music.m4a" +May 20 08:08 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +May 20 08:08 : exception: Failed to enable output "pulse audio" (pulse) +May 20 08:08 : exception: nested: pa_context_connect() has failed: Connection refused +May 20 08:10 : client: [21] closed +May 20 08:11 : client: [61] opened from 127.0.0.1:49896 +May 20 08:11 : client: [61] closed +May 20 10:44 : client: [60] closed +May 20 10:44 : client: [62] opened from 127.0.0.1:50060 +May 20 10:50 : client: [62] closed +May 20 10:50 : client: [63] opened from 127.0.0.1:50318 +May 20 11:20 : client: [63] closed +May 20 11:20 : client: [64] opened from 127.0.0.1:50932 +May 20 11:20 : client: [64] closed +May 20 11:20 : client: [65] opened from 127.0.0.1:50936 +May 20 11:20 : client: [65] closed +May 20 11:20 : client: [66] opened from 127.0.0.1:50940 +May 20 18:49 : client: [66] closed +May 20 18:49 : client: [67] opened from 127.0.0.1:51738 +May 20 18:50 : client: [67] closed +May 20 18:50 : client: [68] opened from 127.0.0.1:51742 +May 20 18:50 : client: [68] closed +May 20 18:50 : client: [69] opened from 127.0.0.1:51746 +May 20 18:50 : client: [69] closed +May 20 18:50 : client: [70] opened from 127.0.0.1:51748 +May 20 18:51 : client: [70] closed +May 20 18:51 : client: [71] opened from 127.0.0.1:51822 +May 20 18:52 : client: [71] closed +May 20 18:53 : player: played "Apple Music Playlists/Essentials/01 Give Life Back to Music.m4a" +Jun 21 15:04 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:04 : config: option 'device' on line 13 was not recognized +Jun 21 15:04 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:04 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:04 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:04 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:04 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +Jun 21 15:04 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +Jun 21 15:04 : client: [0] opened from 127.0.0.1:33070 +Jun 21 15:04 : avahi: Service 'Music Player @ cdnutter-manjaro' successfully established. +Jun 21 15:04 : client: [1] opened from 127.0.0.1:33076 +Jun 21 15:05 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +Jun 21 15:05 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:05 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:05 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:05 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +Jun 21 15:05 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:05 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:07 : client: [0] closed +Jun 21 15:07 : client: [2] opened from 127.0.0.1:33186 +Jun 21 15:09 : client: [2] closed +Jun 21 15:09 : client: [3] opened from 127.0.0.1:33240 +Jun 21 15:09 : client: [3] closed +Jun 21 15:09 : client: [4] opened from 127.0.0.1:33244 +Jun 21 15:09 : player: played "Apple Music Playlists/Essentials/01 Give Life Back to Music.m4a" +Jun 21 15:12 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +Jun 21 15:12 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:12 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:16 : client: [4] closed +Jun 21 15:16 : client: [5] opened from 127.0.0.1:33362 +Jun 21 15:17 : client: [5] closed +Jun 21 15:17 : client: [6] opened from 127.0.0.1:33370 +Jun 21 15:17 : player: played "Apple Music Playlists/Essentials/01 Give Life Back to Music.m4a" +Jun 21 15:17 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +Jun 21 15:17 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:17 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:17 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set +Jun 21 15:17 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:17 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:21 : player: played "Apple Music Playlists/Essentials/01 Immortal.m4a" +Jun 21 15:21 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:21 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:22 : player: played "Apple Music Playlists/Essentials/Level 5 - Ayako Saso - Tetris The Grandmaster 3 - Terror Instinct.mp3" +Jun 21 15:23 : client: [1] closed +Jun 21 15:23 : client: [7] opened from 127.0.0.1:34552 +Jun 21 15:23 : client: [7] closed +Jun 21 15:23 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:23 : config: option 'device' on line 13 was not recognized +Jun 21 15:23 : client: [0] opened from 127.0.0.1:34562 +Jun 21 15:23 : avahi: Service 'Music Player @ cdnutter-manjaro' successfully established. +Jun 21 15:24 : client: [1] opened from 127.0.0.1:34566 +Jun 21 15:25 : client: [1] closed +Jun 21 15:25 : client: [2] opened from 127.0.0.1:34582 +Jun 21 15:26 : client: [2] closed +Jun 21 15:26 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:26 : config: option 'device' on line 13 was not recognized +Jun 21 15:26 : avahi: Service 'Music Player @ cdnutter-manjaro' successfully established. +Jun 21 15:26 : client: [0] opened from 127.0.0.1:34606 +Jun 21 15:26 : client: [1] opened from 127.0.0.1:34610 +Jun 21 15:28 : client: [2] opened from 127.0.0.1:34616 +Jun 21 15:28 : client: [2] closed +Jun 21 15:29 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:29 : config: option 'device' on line 13 was not recognized +Jun 21 15:29 : client: [0] opened from 127.0.0.1:34650 +Jun 21 15:29 : avahi: Service 'Music Player @ cdnutter-manjaro' successfully established. +Jun 21 15:29 : client: [1] opened from 127.0.0.1:34654 +Jun 21 15:29 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:29 : config: option 'device' on line 13 was not recognized +Jun 21 15:29 : update: added Daft Punk/Random Access Memories (Album)/01 Daft Punk - Give Life Back to Music.flac +Jun 21 15:29 : client: [0] opened from 127.0.0.1:34684 +Jun 21 15:29 : avahi: Service 'Music Player @ cdnutter-manjaro' successfully established. +Jun 21 15:29 : client: [1] opened from 127.0.0.1:34686 +Jun 21 15:29 : client: [1] closed +Jun 21 15:29 : client: [2] opened from 127.0.0.1:34688 +Jun 21 15:30 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:30 : config: option 'device' on line 13 was not recognized +Jun 21 15:30 : avahi: Service 'Music Player @ cdnutter-manjaro' successfully established. +Jun 21 15:30 : client: [0] opened from 127.0.0.1:34728 +Jun 21 15:30 : client: [1] opened from 127.0.0.1:34730 +Jun 21 15:30 : client: [2] opened from 127.0.0.1:34746 +Jun 21 15:30 : client: [2] closed +Jun 21 15:40 : client: [3] opened from 127.0.0.1:34902 +Jun 21 15:40 : client: [3] closed +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/10 Motherboard.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/12 Doin' it Right.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/13 Contact.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/08 Get Lucky.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/03 Giorgio by Moroder.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/02 The Game of Love.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/09 Beyond.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/06 Lose Yourself to Dance.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/01 Give Life Back to Music.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/14 Horizon.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/07 Touch.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/04 Within.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/11 Fragments of Time.flac +Jun 21 15:40 : update: added Daft Punk/Random Access Memories/05 Instant Crush.flac +Jun 21 15:44 : client: [4] opened from 127.0.0.1:34914 +Jun 21 15:44 : update: removing Daft Punk/Random Access Memories/14 Horizon.flac +Jun 21 15:44 : client: [4] closed +Jun 21 15:44 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:44 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:44 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:44 : client: [1] closed +Jun 21 15:44 : client: [5] opened from 127.0.0.1:34918 +Jun 21 15:47 : client: [5] closed +Jun 21 15:47 : client: [6] opened from 127.0.0.1:34928 +Jun 21 15:48 : client: [6] closed +Jun 21 15:48 : client: [7] opened from 127.0.0.1:34932 +Jun 21 15:49 : player: played "Daft Punk/Random Access Memories/01 Give Life Back to Music.flac" +Jun 21 15:49 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:49 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:49 : client: [7] closed +Jun 21 15:49 : client: [8] opened from 127.0.0.1:34936 +Jun 21 15:50 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:50 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:50 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:50 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:51 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:51 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:54 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:54 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 15:58 : player: played "Daft Punk/Random Access Memories/01 Give Life Back to Music.flac" +Jun 21 15:58 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 15:58 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 16:03 : client: [0] closed +Jun 21 16:03 : client: [9] opened from 127.0.0.1:35870 +Jun 21 16:03 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 16:03 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 16:03 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 16:03 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 16:08 : player: played "Daft Punk/Random Access Memories/09 Beyond.flac" +Jun 21 16:08 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 16:08 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 16:10 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 16:10 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 16:16 : player: played "Daft Punk/Random Access Memories/08 Get Lucky.flac" +Jun 21 16:16 : exception: Failed to enable output "pulse audio" (pulse) +Jun 21 16:16 : exception: nested: pa_context_connect() has failed: Connection refused +Jun 21 18:30 : player: played "Daft Punk/Random Access Memories/09 Beyond.flac" diff --git a/.mpd/mpdstate b/.mpd/mpdstate new file mode 100644 index 0000000..ba535fd --- /dev/null +++ b/.mpd/mpdstate @@ -0,0 +1,29 @@ +sw_volume: 100 +audio_device_state:1:pulse audio +audio_device_state:1:Alsa for audio sound card +audio_device_state:1:my_fifo +state: pause +current: 8 +time: 153.696000 +random: 0 +repeat: 1 +single: 0 +consume: 0 +crossfade: 0 +mixrampdb: 0.000000 +mixrampdelay: -1.000000 +playlist_begin +0:Daft Punk/Random Access Memories/01 Give Life Back to Music.flac +1:Daft Punk/Random Access Memories/02 The Game of Love.flac +2:Daft Punk/Random Access Memories/03 Giorgio by Moroder.flac +3:Daft Punk/Random Access Memories/04 Within.flac +4:Daft Punk/Random Access Memories/05 Instant Crush.flac +5:Daft Punk/Random Access Memories/06 Lose Yourself to Dance.flac +6:Daft Punk/Random Access Memories/07 Touch.flac +7:Daft Punk/Random Access Memories/08 Get Lucky.flac +8:Daft Punk/Random Access Memories/09 Beyond.flac +9:Daft Punk/Random Access Memories/10 Motherboard.flac +10:Daft Punk/Random Access Memories/11 Fragments of Time.flac +11:Daft Punk/Random Access Memories/12 Doin' it Right.flac +12:Daft Punk/Random Access Memories/13 Contact.flac +playlist_end diff --git a/.ncmpcpp/error.log b/.ncmpcpp/error.log new file mode 100644 index 0000000..e69de29 diff --git a/.scripts/loop-sl.sh b/.scripts/loop-sl.sh new file mode 100755 index 0000000..98ebb8f --- /dev/null +++ b/.scripts/loop-sl.sh @@ -0,0 +1,8 @@ +#! /bin/bash + +for ((;;)) +do + sl +done + + diff --git a/.scripts/ncmpcpp.sh b/.scripts/ncmpcpp.sh new file mode 100755 index 0000000..9fd0119 --- /dev/null +++ b/.scripts/ncmpcpp.sh @@ -0,0 +1,3 @@ +#! /usr/bin/env bash + +kitty -e ncmpcpp diff --git a/.scripts/patch-vivaldi.sh b/.scripts/patch-vivaldi.sh new file mode 100755 index 0000000..9fdb9ed --- /dev/null +++ b/.scripts/patch-vivaldi.sh @@ -0,0 +1,41 @@ +#!/bin/bash + +if [ $UID != 0 ] ; then + echo "Must be root!" + exit 1 +fi + +patch_dir=/home/$(logname)/.cache/wal +if [ ! "$1" = "" ] ; then + patch_dir=$1 +fi + +echo "Patch dir is $patch_dir" + +vivaldi_path=$(dirname $(find /opt -name "vivaldi-bin")) + +if [ "$vivaldi_path" = "" ] ; then + echo "Cannot find vivaldi path" + exit 2 +fi + +echo "Patching vivaldi located at $vivaldi_path" + +# backup browser.html +cp "$vivaldi_path/resources/vivaldi/browser.html" "$vivaldi_path/resources/vivaldi/browser.html-$(date +%Y-%m-%dT%H-%M-%S)" + +# add custom.js +if [ -f "$patch_dir/vivaldi.js" ] ; then + echo "Using js file: $path_dir/vivaldi.js" + + # copy js + cp -f "$patch_dir/vivaldi.js" "$vivaldi_path/resources/vivaldi/style/custom.js" + + # patch browser.html + js_patched=$(grep '