<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>音乐相关文章列表 | 皇家元林</title>
	<atom:link href="https://hjyl.org/tags/%E9%9F%B3%E4%B9%90/feed/" rel="self" type="application/rss+xml" />
	<link>https://hjyl.org</link>
	<description>刘元林的个人博客</description>
	<lastBuildDate>Mon, 23 Dec 2024 16:08:34 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://img.hjyl.org/uploads/2019/10/cropped-about-me-32x32.png</url>
	<title>音乐相关文章列表 | 皇家元林</title>
	<link>https://hjyl.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>docker还能这么用</title>
		<link>https://hjyl.org/docker-php-music-json/</link>
					<comments>https://hjyl.org/docker-php-music-json/#comments</comments>
		
		<dc:creator><![CDATA[皇家元林]]></dc:creator>
		<pubDate>Mon, 23 Dec 2024 16:08:31 +0000</pubDate>
				<category><![CDATA[元林手札]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[docker镜像]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[音乐]]></category>
		<guid isPermaLink="false">https://hjyl.org/?p=5628</guid>

					<description><![CDATA[之前说过可以用php实现音乐列表json数据，现在音乐文件放在fnos里，alist能加载webdav访问fn [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>之前说过可以<a href="https://hjyl.org/php-json-list-music/">用php实现音乐列表json数据</a>，现在音乐文件放在fnos里，alist能加载webdav访问fnos里的音乐，但fnos本身没有php环境，不能用php。后来想到用docker创建php镜像，在php镜像里访问音乐文件夹，使用php命令搞定(>php music.php)。</p>



<p>顺便推荐一个docker镜像地址：<a href="https://hjyl.org/go/aHR0cHM6Ly8xbXMucnVuLw==" rel="nofollow" target="_blank">https://1ms.run/</a>，好厉害，能根据IP地址限制高速流量。如果有更好用的docker镜像，也欢迎推介。</p>
<div id="content-copyright"><span style="font-weight:bold;text-shadow:0 1px 0 #ddd;font-size: 13px;">版权声明: </span><span style="font-size: 13px;">本文采用 <a href="https://hjyl.org/go/aHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzMuMC8=" rel="nofollow" target="_blank">BY-NC-SA</a> 协议进行授权，如无注明均为原创，转载请注明转自 <a href="https://hjyl.org">皇家元林</a><br>本文链接: <a rel="bookmark" title="docker还能这么用" href="https://hjyl.org/docker-php-music-json/">docker还能这么用</a></span></div>]]></content:encoded>
					
					<wfw:commentRss>https://hjyl.org/docker-php-music-json/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
		<item>
		<title>一段音乐播放器代码</title>
		<link>https://hjyl.org/music-player-code/</link>
					<comments>https://hjyl.org/music-player-code/#respond</comments>
		
		<dc:creator><![CDATA[皇家元林]]></dc:creator>
		<pubDate>Sat, 02 Jan 2010 05:22:04 +0000</pubDate>
				<category><![CDATA[元林手札]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[播放器]]></category>
		<category><![CDATA[音乐]]></category>
		<guid isPermaLink="false">http://blog.ylgod.cn/?p=447</guid>

					<description><![CDATA[一段音乐播放器代码分享.....]]></description>
										<content:encoded><![CDATA[<pre lang="LANGUAGE" line="1">
<h3 align="center">我的音乐盒</h3> <p style="text-align: center;"><iframe src="http://www.1g1g.com/@ylgod" width="287" height="376" scrolling="no" frameborder="0" id="prF"></iframe></p>  <p style="text-align: center;">单击加入全部　再点击>> 进入播放器界面</p>  <p style="text-align: center;"> <script type="text/javascript"><!--
//< ![CDATA[
var playSong = function(){
var v = document.getElementById("prV").value;
var f = document.getElementById("prF");
f.src = "http://www.1g1g.com/"+ v;
};
// --></script> </p> <p style="text-align: center;"><span style="color: #800000;">输入歌曲或歌手名搜索</span></p> <p style="text-align: center;"> <input id="prV" class="width50" type="text" /> <input class="button" onclick="playSong()" type="button" value="播放" /></p> <script type="text/javascript">AKPC_IDS += "39,";</script>
</pre>
<p>这是我以前用的，感觉还不错，所以写下来保留着，也分享一下给大家。</p>
<div id="content-copyright"><span style="font-weight:bold;text-shadow:0 1px 0 #ddd;font-size: 13px;">版权声明: </span><span style="font-size: 13px;">本文采用 <a href="https://hjyl.org/go/aHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzMuMC8=" rel="nofollow" target="_blank">BY-NC-SA</a> 协议进行授权，如无注明均为原创，转载请注明转自 <a href="https://hjyl.org">皇家元林</a><br />本文链接: <a rel="bookmark" title="一段音乐播放器代码" href="https://hjyl.org/music-player-code/">一段音乐播放器代码</a></span></div>
]]></content:encoded>
					
					<wfw:commentRss>https://hjyl.org/music-player-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
